79421344

Date: 2025-02-07 15:17:35
Score: 2
Natty:
Report link

The first commenter has succinctly pointed you in the right direction - the dataFrom field requires the secret data to be in JSON format [1]. Since your data is plain text you got that general Go error.

To get the raw secret value you can indeed use remoteRef field as shown in this example [2].

[1] https://external-secrets.io/latest/guides/all-keys-one-secret/\ [2] https://external-secrets.io/latest/provider/google-secrets-manager/#creating-external-secret

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: mikalai