Allow to use spire-server as an upstream authority (#304)

Co-authored-by: Marco Franssen <[email protected]>
This commit is contained in:
kfox1111
2023-05-23 14:39:37 +00:00
committed by GitHub
co-authored by Marco Franssen
parent 0ba03880a1
commit 88efc77bee
4 changed files with 29 additions and 0 deletions
@@ -144,5 +144,8 @@ A Helm chart to install the SPIRE server.
| upstreamAuthority.disk.secret.create | bool | `true` | If disabled requires you to create a secret with the given keys (certificate, key and optional bundle) yourself. |
| upstreamAuthority.disk.secret.data | object | `{"bundle":"","certificate":"","key":""}` | If secret creation is enabled, will create a secret with following certificate info |
| upstreamAuthority.disk.secret.name | string | `"spiffe-upstream-ca"` | If secret creation is disabled, the secret with this name will be used. |
| upstreamAuthority.spire.enabled | bool | `false` | |
| upstreamAuthority.spire.server.address | string | `""` | |
| upstreamAuthority.spire.server.port | int | `8081` | |
----------------------------------------------