-
Notifications
You must be signed in to change notification settings - Fork 197
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
How can I override the Access Control/Groups in Product for upper environments. #431
Comments
|
@vinilka8 - try overriding your QA configuration file like this: products:
- name: user
groups:
- administrators
- ITOperations |
Hello @guythetechie I have tried your suggestion it's something I was looking for, but it's not working, unfortunately. in my sample I have used Administrators and Developers, so in a DEV environment I have removed developers, but adding developers into QA environment |
Hi Guys Any updates? Thanks |
|
Can you share your publisher pipeline logs with any sensitive information scrubbed? If you're concerned about posting scrubbed logs here, feel free to create a private Git repo, put your logs there, and invite me. |
You need to enable trace logging to show the payload. |
Please describe the feature.
Hi Guys
How do we override the ACCESS CONTROL in the PRODUCT for the upper environment, from DEV to QA using configuration file?
DEV APIM Instance has a product, that has an access control assigned to Administrators and Developers
QA APIM Instance should also have a product BUT in this case the one of the roles should be different, instead of Developers we need ITOperations.
Thanks
The text was updated successfully, but these errors were encountered: