You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
Objective is, that SBO only inject/bind a specific field from the JSON, e.g. postgres.auth.user and postgres.auth.pass etc. in the resulting Secret in separate keys.
Probably, this is possible with the new go-template support in the mapping?
The text was updated successfully, but these errors were encountered:
Enhancement
Provide the capability to extract a key/field from a json object which is stored in a Secret resource object
Example
The base64-encoded-string contains a JSON string, like
Objective is, that SBO only inject/bind a specific field from the JSON, e.g.
postgres.auth.user
andpostgres.auth.pass
etc. in the resulting Secret in separate keys.Probably, this is possible with the new go-template support in the mapping?
The text was updated successfully, but these errors were encountered: