oracle-workload-identity.yaml 664 B

1234567891011121314
  1. apiVersion: external-secrets.io/v1beta1
  2. kind: SecretStore
  3. metadata:
  4. name: my-secret-store
  5. spec:
  6. provider:
  7. oracle:
  8. vault: # The vault OCID
  9. principalType: Workload
  10. # If serviceAccountRef is not specified, the Oracle provider will authenticate using the service account token of the External Secrets Operator.
  11. serviceAccountRef:
  12. # If using a namespaced secret store, this service account must exist in the same namespace as the secret store.
  13. # namespace: service account namespace. Required if using ClusterSecretStore, otherwise cannot be specified.
  14. name: # The service account name to use for authentication.