Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command for store view #920

Closed
cmwylie19 opened this issue Jun 27, 2024 · 1 comment
Closed

Command for store view #920

cmwylie19 opened this issue Jun 27, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@cmwylie19
Copy link
Collaborator

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.

@cmwylie19 cmwylie19 added the enhancement New feature or request label Jun 27, 2024
@cmwylie19 cmwylie19 modified the milestone: v0.33.0 Jun 27, 2024
@cmwylie19
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

1 participant