Allow new project to API token #2458
-
I have created API token with access to feature toggles in project-a and proxy configured with that API token. Then I created project-b and several feature toggles inside project-b. I want to to allow project-b feature toggles through the proxy without restarting the proxy or configuring new proxy. Is there any way to do this? appreciate if you can help me soon |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey, @samalrandula 👋🏼 Depending on how you have configured your token, that may be possible. When you create API tokens, you can choose to give access to a specific set of projects, or all (current and future) projects, as mentioned in the format-section of the API token docs. Thus, if your token was configured for all projects, it should just work. If it was configured only for project-a specifically, then it's not possible at the moment, I'm afraid. Once API tokens have been created, they can not be changed. |
Beta Was this translation helpful? Give feedback.
Hey, @samalrandula 👋🏼
Depending on how you have configured your token, that may be possible. When you create API tokens, you can choose to give access to a specific set of projects, or all (current and future) projects, as mentioned in the format-section of the API token docs.
Thus, if your token was configured for all projects, it should just work. If it was configured only for project-a specifically, then it's not possible at the moment, I'm afraid. Once API tokens have been created, they can not be changed.