mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
8 lines
169 B
YAML
8 lines
169 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: universal-auth-credentials
|
|
type: Opaque
|
|
stringData:
|
|
clientId: your-client-id-here
|
|
clientSecret: your-client-secret-here |