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.
#918 allows users to use url keys in the store which allows storing of items like keycloak IDs. It does so by base64 encoding part of the key after the capability name. Problem is that now users cannot easily check the complete store resource for keys.
We need a command to view the complete store resources as plaintext.
Describe the solution you'd like
Given a user wants to check what all resources are in the store
When a command is issued
Then the keys and values are easily read
Describe alternatives you've considered
(optional) A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
This is really not necessary anymore as we can still easily read the store CR. This came up because at one point we were considering base64 encoding the store. Closing this for now as it is no longer relevant in that context
Is your feature request related to a problem? Please describe.
#918 allows users to use url keys in the store which allows storing of items like keycloak IDs. It does so by base64 encoding part of the key after the capability name. Problem is that now users cannot easily check the complete store resource for keys.
We need a command to view the complete store resources as plaintext.
Describe the solution you'd like
Describe alternatives you've considered
(optional) A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: