Files
helm-charts-hardened/examples/federation/a-values.yaml
T
kfox1111 5d07eaff52 Align more settings to convention (#467)
* Align more settings to convention

Signed-off-by: Kevin Fox <[email protected]>

* Update docs

Signed-off-by: Kevin Fox <[email protected]>

---------

Signed-off-by: Kevin Fox <[email protected]>
2024-10-03 12:06:38 -07:00

52 lines
1.1 KiB
YAML

global:
openshift: false
spire:
recommendations:
enabled: true
namespaces:
create: true
ingressControllerType: ingress-nginx
clusterName: a
trustDomain: a-org.local
bundleConfigMap: spire-bundle-a
caSubject:
country: US
organization: A
commonName: a.local
spire-server:
federation:
enabled: true
ingress:
enabled: true
controllerManager:
identities:
clusterSPIFFEIDs:
default:
federatesWith:
- b-org.local
clusterFederatedTrustDomains:
b:
bundleEndpointProfile:
endpointSPIFFEID: spiffe://b-org.local/spire/server
type: https_spiffe
bundleEndpointURL: https://spire-server-federation.b-org.local
trustDomain: b-org.local
spiffe-oidc-discovery-provider:
enabled: true
tls:
spire:
enabled: false
csiDriverName: a.csi.spiffe.io
ingress:
enabled: true
spire-agent:
socketPath: /run/spire/agent-sockets-a/spire-agent.sock
spiffe-csi-driver:
pluginName: a.csi.spiffe.io
agentSocketPath: /run/spire/agent-sockets-a/spire-agent.sock