Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloud-init/k3s/cloud_init.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ write_files:
# AWS STS will use the public static discovery/JWKS documents served by www
# at https://makeitwork.cloud/oidc to validate sops-secrets-operator tokens.
- path: /etc/rancher/k3s/config.yaml.d/service-account-issuer.yaml
permissions: '0600'
permissions: '0644'
content: |
kube-apiserver-arg:
# First issuer signs new ServiceAccount tokens.
Expand Down
Loading