mirror of
https://github.com/Infisical/infisical.git
synced 2026-05-02 03:02:03 -04:00
9 lines
194 B
YAML
9 lines
194 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: universal-auth-credentials
|
|
type: Opaque
|
|
stringData:
|
|
clientId: <machine-identity-client-id>
|
|
clientSecret: <machine-identity-client-secret>
|