-
Notifications
You must be signed in to change notification settings - Fork 261
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
[Choreo] Changes to consider organization with subscription policies #3504
Conversation
// Check if rlsPolicyCache.metadataBasedPolicies[Subscription] exists and create a new map if not | ||
if _, ok := rlsPolicyCache.metadataBasedPolicies[subscriptionPolicyType]; !ok { | ||
rlsPolicyCache.metadataBasedPolicies[subscriptionPolicyType] = make(map[string]map[string]*rls_config.RateLimitDescriptor) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't want to do this inside this for
loop. We can keep it in the original location.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let move this to original place
[succeeded] Controlplane cluster : dev-deployment-v2 : 20240508.25 |
[succeeded] Dataplane(EastUS) cluster : dev-deployment-v2 : 20240508.25 |
[succeeded] Dataplane(NorthEU) cluster : dev-deployment-v2 : 20240508.25 |
[succeeded] : dev-deployment-v2 : 20240508.25 |
[failed] Dataplane(EastUS) cluster : stage-deployment-v2 : 20240513.3 |
[failed] Controlplane cluster : stage-deployment-v2 : 20240513.3 |
[failed] Dataplane(NorthEU) cluster : stage-deployment-v2 : 20240513.4 |
[failed] Dataplane(CDP2-WU2) cluster : stage-deployment-v2 : 20240513.4 |
[failed] Dataplane(EastUS) cluster : stage-deployment-v2 : 20240513.4 |
[failed] Dataplane(CDP2-WU2) cluster : stage-deployment-v2 : 20240513.5 |
[failed] Dataplane(EastUS) cluster : stage-deployment-v2 : 20240513.5 |
[] Dataplane(NorthEU) cluster : stage-deployment-v2 : 20240513.6 |
[] Controlplane cluster : stage-deployment-v2 : 20240513.6 |
[] Dataplane(CDP2-WU2) cluster : prod-deployment-v2 : 20240515.2 |
1 similar comment
[] Dataplane(CDP2-WU2) cluster : prod-deployment-v2 : 20240515.2 |
[] Dataplane(EastUS) cluster : prod-deployment-v2 : 20240515.2 |
1 similar comment
[] Dataplane(EastUS) cluster : prod-deployment-v2 : 20240515.2 |
[] Controlplane cluster : prod-deployment-v2 : 20240515.2 |
1 similar comment
[] Controlplane cluster : prod-deployment-v2 : 20240515.2 |
[] Dataplane(NorthEU) cluster : prod-deployment-v2 : 20240515.2 |
1 similar comment
[] Dataplane(NorthEU) cluster : prod-deployment-v2 : 20240515.2 |
Purpose
$subject
Relevant issue(s):
https://github.com/wso2-enterprise/choreo/issues/27601
https://github.com/wso2-enterprise/choreo/issues/29451
Issues
Fixes #
Automation tests
Tested environments
Not Tested
Maintainers: Check before merge