-
Notifications
You must be signed in to change notification settings - Fork 196
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
[Question] Override policies in higher environments #657
Comments
|
You need to create a namedValue across each APIM instance that has the same name, e.g. rateLimitValue Your policy XML will simply contain a variable of this name instead of the numerical value currently:
Then using the override
|
@karthikpeddi115 please search open and closed issues before opening new ones. This has been discussed in the past. |
Release version
v6.0.1.1
Question Details
Hi Team,
We have a requirement to override the policies which are resided under extracted artifacts folder.
artifacts/apis/apiname/operations/policy.xml
We came to know that we need to use named values to override the above policies, but as per our artifacts, namedvalues has a different information which is looking like below.
I have gone through closed cases and it is more likely looking like this case #300 and #281
Not able to understand, how can I override over policy.xml details in the below named values. Can you please make an example for the same?
Expected behavior
As per the first image, I want to override rate limit value in the policy from 40 to 100 in higher environments.
Actual behavior
Not able to find solution on how to override policy details using namedvalues, please provide an example.
Reproduction Steps
Not able to find solution on how to override policy details using namedvalues, please provide an example.
The text was updated successfully, but these errors were encountered: