Change svid_ttl to default_svid_ttl and remove upstream_bundle config.
Signed-off-by: Eugene Weiss <eugene@scytale.io>
This commit is contained in:
parent
183329f024
commit
9b7b64f577
|
|
@ -28,7 +28,7 @@ spec:
|
|||
args: ["-t", "30", "spire-server:8081"]
|
||||
containers:
|
||||
- name: spire-agent
|
||||
image: gcr.io/spiffe-io/spire-agent:a211e075c1f44026efdeb89e9a9081e1898d5214
|
||||
image: gcr.io/spiffe-io/spire-agent:429286051c1e0d729be2bec8d7ee26204494cf7a
|
||||
args: ["-config", "/run/spire/config/agent.conf"]
|
||||
volumeMounts:
|
||||
- name: spire-config
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ spec:
|
|||
dnsPolicy: ClusterFirstWithHostNet
|
||||
containers:
|
||||
- name: client
|
||||
image: gcr.io/spiffe-io/spire-agent:a211e075c1f44026efdeb89e9a9081e1898d5214
|
||||
image: gcr.io/spiffe-io/spire-agent:429286051c1e0d729be2bec8d7ee26204494cf7a
|
||||
command: ["sleep"]
|
||||
args: ["1000000000"]
|
||||
volumeMounts:
|
||||
|
|
|
|||
|
|
@ -15,8 +15,7 @@ data:
|
|||
#AWS requires the use of RSA. EC cryptography is not supported
|
||||
ca_key_type = "rsa-2048"
|
||||
|
||||
upstream_bundle = true
|
||||
svid_ttl = "1h"
|
||||
default_svid_ttl = "1h"
|
||||
ca_subject = {
|
||||
country = ["US"],
|
||||
organization = ["SPIFFE"],
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ spec:
|
|||
serviceAccountName: spire-server
|
||||
containers:
|
||||
- name: spire-server
|
||||
image: gcr.io/spiffe-io/spire-server:a211e075c1f44026efdeb89e9a9081e1898d5214
|
||||
image: gcr.io/spiffe-io/spire-server:429286051c1e0d729be2bec8d7ee26204494cf7a
|
||||
args:
|
||||
- -config
|
||||
- /run/spire/config/server.conf
|
||||
|
|
|
|||
Loading…
Reference in New Issue