Add secrets create/update/delete permissions for Caddy
All checks were successful
Lint Checks / Run linter (push) Successful in 13s
All checks were successful
Lint Checks / Run linter (push) Successful in 13s
Caddy needs to create and manage secrets for storing TLS certificates obtained via ACME (Let's Encrypt). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
e6d0c90098
commit
8bcf781b4e
@ -33,13 +33,23 @@ rules:
|
||||
- endpoints
|
||||
- nodes
|
||||
- pods
|
||||
- secrets
|
||||
- namespaces
|
||||
- services
|
||||
verbs:
|
||||
- list
|
||||
- watch
|
||||
- get
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- secrets
|
||||
verbs:
|
||||
- list
|
||||
- watch
|
||||
- get
|
||||
- create
|
||||
- update
|
||||
- delete
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user