pods like oidc mount more then one of these sockets, now we can control readonly vs non readonly better Signed-off-by: Marco Franssen <[email protected]> Signed-off-by: Marco Franssen <[email protected]>
5 lines
259 B
Plaintext
5 lines
259 B
Plaintext
1. Get the currently registered SPIFFE entries from the server:
|
|
|
|
kubectl exec -n {{ .Release.Namespace }} {{ include "spire.fullname" . }}-server-0 -c spire-server -- \
|
|
bin/spire-server entry show -socketPath /run/spire/server-sockets/registration.sock
|