Deny production runs of example.org trust domains (#229)
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
global:
|
||||
spire:
|
||||
clusterName: production
|
||||
trustDomain: production.other
|
||||
jwtIssuer: oidc-discovery.production.other
|
||||
|
||||
spire-server:
|
||||
controllerManager:
|
||||
enabled: false
|
||||
|
||||
@@ -43,8 +43,8 @@ metadata:
|
||||
name: oidc
|
||||
spec:
|
||||
dnsNames:
|
||||
- oidc-discovery.example.org
|
||||
- spire-server-federation.example.org
|
||||
- oidc-discovery.production.other
|
||||
- spire-server-federation.production.other
|
||||
secretName: tls-cert
|
||||
issuerRef:
|
||||
name: demo-ca
|
||||
|
||||
Reference in New Issue
Block a user