-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fetching property key with a period in the key #963
Copy link
Copy link
Closed
Labels
area/awsIndicates an issue or PR related to AWS.Indicates an issue or PR related to AWS.kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
When I have a AWS SM Secret with the contents
{"foo.bar": "value"}And the ExternalSecret .spec.data is like such
data:
- secretKey: secret-key-to-be-managed
remoteRef:
key: provider-key
property: "foo.bar"
There is an error that foo.bar does not exist. I assume ESO is expecting a JSON object like {"foo": { "bar": "value" } }. Please correct me if I'm wrong about this assumption. Is there a way to have the property interpreted literally?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/awsIndicates an issue or PR related to AWS.Indicates an issue or PR related to AWS.kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.