feat(spire-server): add logFormat configuration option (#735)
* Add logFormat support to spire-server chart Adds the ability to configure SPIRE server log format (text or json) via the logFormat helm value. When set, it renders as log_format in the server configuration. Signed-off-by: Shubham Hibare <[email protected]> * add default value Signed-off-by: Shubham Hibare <[email protected]> * fix Signed-off-by: Shubham Hibare <[email protected]> * fix Signed-off-by: Shubham Hibare <[email protected]> --------- Signed-off-by: Shubham Hibare <[email protected]>
This commit is contained in:
@@ -230,6 +230,8 @@ adminIDs: []
|
||||
auditLogEnabled: false
|
||||
## @param logLevel The log level, valid values are "debug", "info", "warn", and "error"
|
||||
logLevel: info
|
||||
## @param logFormat The log format, valid values are "text" and "json"
|
||||
logFormat: "text"
|
||||
## @param jwtIssuer The JWT issuer domain. Defaults to oidc-discovery.$trustDomain if unset
|
||||
jwtIssuer: ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user