Skip to content

Commit

Permalink
Merge pull request #2925 from acosferreira/ana/aap-29825
Browse files Browse the repository at this point in the history
AAP-29825 add ansible-cloud allowed origin
  • Loading branch information
florkbr authored Sep 5, 2024
2 parents f27b27a + 34ff1ac commit a3ec183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/iqeEnablement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const AUTH_ALLOWED_ORIGINS = [
/https:\/\/api(?:\.[a-z]+)?\.openshift(?:[a-z]+)?\.com/,
/https:\/\/api?\.demo-experience(?:\.[a-z]+)?\.demo?\.redhat?\.com/,
/https:\/\/api?\.aws?\.ap-southeast-1(?:\.[a-z]+)?\.openshift?\.com/,
/https:\/\/console-service?\.[a-z]*-[a-z]*\.?(?:[a-z]*)\.aws?\.ansiblecloud?(?:\.redhat)?\.com\/api/,
];
const AUTH_EXCLUDED_URLS = [/https:\/\/api(?:\.[a-z]+)?\.openshift(?:[a-z]+)?\.com\/api\/upgrades_info/];

Expand Down

0 comments on commit a3ec183

Please sign in to comment.