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
extract the whole secret payload as raw json with metadata, like TTL
I would like to be able to specify which field to extract as a raw string
I would like to be able to specify multiple fields to extract as keys in a json payload
One way to do this might be to support jsonpath, the way kubectl does.
An example might be DAYTONA_SECRET_JSONPATH_SUFFIX=.data or DAYTONA_SECRET_JSONPATH_SUFFIX=.data.field. If it's a map or list, print json. If it's a string or number, print raw.
The text was updated successfully, but these errors were encountered:
I would like to be able to :
One way to do this might be to support jsonpath, the way kubectl does.
An example might be
DAYTONA_SECRET_JSONPATH_SUFFIX=.data
orDAYTONA_SECRET_JSONPATH_SUFFIX=.data.field
. If it's a map or list, print json. If it's a string or number, print raw.The text was updated successfully, but these errors were encountered: