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

chore: fix cacert perms #797

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

frezbo
Copy link
Member

@frezbo frezbo commented Sep 4, 2023

Make the cacert file world readable, so kresfied projects running an non-root user can access CA.

Part of fixing: siderolabs/talos-backup#7

Before:

❯ ls -l _out/etc/ssl/certs/
.rw------- 221k frezbo  2 Jun  2019 ca-certificates

After:

❯ ls -l _out/etc/ssl/certs/
.rw-r--r-- 221k frezbo  2 Jun  2019 ca-certificates

Make the cacert file world readable, so kresfied projects running an
non-root user can access CA.

Part of fixing: siderolabs/talos-backup#7

Before:

```bash
❯ ls -l _out/etc/ssl/certs/
.rw------- 221k frezbo  2 Jun  2019 ca-certificates
```

After:

```bash
❯ ls -l _out/etc/ssl/certs/
.rw-r--r-- 221k frezbo  2 Jun  2019 ca-certificates
```

Signed-off-by: Noel Georgi <[email protected]>
@frezbo
Copy link
Member Author

frezbo commented Sep 4, 2023

/m

@talos-bot talos-bot merged commit 3b70656 into siderolabs:main Sep 4, 2023
@frezbo frezbo deleted the chore/fix-ca-certs-perms branch September 4, 2023 10:55
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.

3 participants