| 1234567891011121314151617 |
- apiVersion: external-secrets.io/v1
- kind: SecretStore
- metadata:
- name: mysterybox
- spec:
- provider:
- nebiusmysterybox:
- apiDomain: api.nebius.cloud:443 # In enterprise development or testing environments, replace it with an internal or environment-specific domain
- auth:
- serviceAccountCredsSecretRef:
- name: sa-credentials
- key: sa-credentials-key
- # [OPTIONAL] Use if apiDomain uses an internal/self-signed CA or custom TLS certificate
- caProvider:
- certSecretRef:
- name: <cert-secret>
- key: <cert-secret-key>.crt
|