-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Infisical Provider -> Empty Secret #3686
Copy link
Copy link
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
Describe the bug
With Infisical provider the secrets (Opaque) have been created just fine, except all the fields have empty values.
To Reproduce
Steps to reproduce the behavior:
- Install external-secrets with Infisical provider
- Monitor the secrets
Expected behavior
All secrets should have non-empty values
Additional context
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: &name cert-manager-cf-secret
spec:
secretStoreRef:
kind: ClusterSecretStore
name: infisical-cloudflare
target:
name: *name
creationPolicy: Owner
data:
- secretKey: API_TOKEN
remoteRef:
key: TOKENdata:
API_TOKEN: ''
type: OpaqueNo errors / warnings, statuses say secrets have been reconciled & synced as normal.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.

