Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(debian-systemd): use mtls for all thin-edge.io components by using smallstep as local pki #95

Merged
merged 4 commits into from
Oct 4, 2024

Conversation

reubenmiller
Copy link
Contributor

@reubenmiller reubenmiller commented Oct 3, 2024

Configure mtls for secure communication between local components and clients.

The demo uses a community project, https://github.com/thin-edge/tedge-pki-smallstep, which uses step-ca by Smallstep.

The PKI feature can be enabled or disabled by setting the following environment variable:

# Enable
FEATURES=pki

Or

# Disable
FEATURES=

The FEATURES variable will be used in the future for other optional features, and accepts a csv string, e.g. FEATURES=feature1,feature2 etc.

Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
Copy link

github-actions bot commented Oct 3, 2024

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
20 0 2 20 100 2m43.126s

1 similar comment
Copy link

github-actions bot commented Oct 3, 2024

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
20 0 2 20 100 2m43.126s

@reubenmiller reubenmiller changed the title feat(debian-systemd): enable mtls by default by using smallstep as local pki feat(debian-systemd): use mtls for all thin-edge.io components by using smallstep as local pki Oct 4, 2024
Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
Merged via the queue into main with commit 33c5bbe Oct 4, 2024
5 checks passed
@reubenmiller reubenmiller deleted the feat-enable-mtls-by-default branch January 15, 2025 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant