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
Is your feature request related to a problem? Please describe.
I am wanting to generate a JWT using the Identity secret engine, but am unable to add a prefix/suffix to my strings, nor am I able to modify capitalization or anything.
Describe the solution you'd like
Something like this to become possible as a template:
Attempting to modify the value of the metadata when it goes from the auth token to the metadata (is not supported, only direct JSON pointers to a single value).
Attempting to not require use of this, but not all applications offer this flexibility (e.g. SurrealDB requires the id field to be of the format table:id)
Explain any additional use-cases
Adding a suffix/prefix
Modify capitalization (all-caps, all-lowercase)
Combining multiple metadata fields into one
Additional information
It doesn't have to be go templating - it can be anything that's a bit more flexible than this. Even allowing this would be helpful:
Is your feature request related to a problem? Please describe.
I am wanting to generate a JWT using the Identity secret engine, but am unable to add a prefix/suffix to my strings, nor am I able to modify capitalization or anything.
Describe the solution you'd like
Something like this to become possible as a template:
Describe alternatives you've considered
auth
token to the metadata (is not supported, only direct JSON pointers to a single value).id
field to be of the formattable:id
)Explain any additional use-cases
Additional information
It doesn't have to be go templating - it can be anything that's a bit more flexible than this. Even allowing this would be helpful:
The text was updated successfully, but these errors were encountered: