Skip to content

Infisical Provider -> Empty Secret #3686

@nadecancode

Description

@nadecancode

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:

  1. Install external-secrets with Infisical provider
  2. Monitor the secrets

Expected behavior
All secrets should have non-empty values

Screenshots
image

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: TOKEN

image

data:
  API_TOKEN: ''
type: Opaque

No errors / warnings, statuses say secrets have been reconciled & synced as normal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions