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:
Shubham Hibare
2026-01-30 13:39:47 -08:00
committed by GitHub
parent c620065ef6
commit a7ac6a494d
3 changed files with 6 additions and 0 deletions
@@ -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: ""