Sailhouse tokens #3
whitep4nth3r
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some features I'd like to propose around creating and managing tokens.
Allowing names for tokens
A user of Sailhouse can create multiple tokens, which is a great way to separate concerns between apps, topics or dev/prod environments.
If a user can create multiple tokens, there needs to be a way to manage and label them, otherwise devs run the risk of losing track of which tokens are used for which apps/topics. This might become problematic across larger teams with stricter controls around environment variables.
I'd like to propose that tokens are created as key, value pairs — similar to how you might create environment variables for your apps (e.g.
API_KEY=12345
). This way, I can label my separate tokens, for example, wheresignup_{X}
is the topic I am creating a token for:signup_dev=12345
signup_prod=12345
Deleting tokens
Additionally, users should be able to delete tokens.
Bug with the token UI
When I create a token, the UI should be updated with my new token on creation. Currently, I only see the new token created after a full page refresh.
Beta Was this translation helpful? Give feedback.
All reactions