Add support for specifying server admin_ids (#254)
* Add support for specifying server admin_ids Signed-off-by: Kevin Fox <[email protected]> * Update charts/spire/charts/spire-server/templates/configmap.yaml Signed-off-by: kfox1111 <[email protected]> --------- Signed-off-by: Kevin Fox <[email protected]> Signed-off-by: kfox1111 <[email protected]> Co-authored-by: Faisal Memon <[email protected]>
This commit is contained in:
@@ -173,6 +173,8 @@ dataStore:
|
||||
## @param dataStore.sql.externalSecret.key The key of the secret object whose value is the dataStore.sql password
|
||||
key: ""
|
||||
|
||||
## @param adminIDs SPIFFE IDs that, when present in a caller’s X509-SVID, grant that caller admin privileges.
|
||||
adminIDs: []
|
||||
## @param auditLogEnabled If true, enables audit logging
|
||||
auditLogEnabled: false
|
||||
## @param logLevel The log level, valid values are "debug", "info", "warn", and "error"
|
||||
|
||||
Reference in New Issue
Block a user