Multi-Select for Deploy Token Scope #771
ajoberstar
started this conversation in
Ideas
Replies: 1 comment
-
Hi @ajoberstar! You are correct - it currently isn't possible to have a token that can deploy to different groups without having a scope of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As I'm starting to update my projects to use deploy token's I've run into a use-case for multi-selecting the deploy token scope. It's good that we have the
*
options, butclj-new
kind of forces you to use a unique group for each template.For example, I'd like to make a token with access to:
dev.clojurephant/*
clojurephant-clj-app/*
clojurephant-clj-lib/*
clojurephant-cljs-app/*
But not have it access the other scopes.
If this is possible and I'm just mistaken, would love to be corrected! Appreciate all you do to make Clojars available for the community.
Beta Was this translation helpful? Give feedback.
All reactions