Hello team, Is it possible to implement access con...
# ask-questions
m
Hello team, Is it possible to implement access control for actions in the production environment? For instance, if a developer wishes to enable a feature, they could submit a request that requires approval from on-call or DevOps personnel. Is there a way to enforce this process to ensure authorization before making changes.
w
Hi Vikas. I don't believe we have something like that implemented yet. You can set the global or project based role that could be a read only or a collaborator for others in the organization to see the various features and experiments. However you would have to have them use some other internal messaging system in your company right now to communicate their request to make changes. If that is not good enough and you would like to see this feature implemented, you can add a github issue on it. (or since we are open-core even implement it yourself. 😃)
f
We are working on approval flows for the next release
m
Thanks Graham and James for the update