Skip to content

Commit

Permalink
Merge pull request #197 from algamaes/algamaes/add_cert_signer_role
Browse files Browse the repository at this point in the history
Add CertSignerRoleName to roles
  • Loading branch information
algamaes committed Aug 15, 2023
2 parents 7f1243a + 5884e28 commit c8a1244
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,6 @@ const (
SecretReaderRoleName = "SecretReader"
// Health Reader role - has permissions to read agent health information
HealthReaderRoleName = "HealthReader"
// Certificate Signer Role - has permissions to run sign and renew operations on Certificates
CertSignerRoleName = "CertificateSigner"
)

0 comments on commit c8a1244

Please sign in to comment.