-
Notifications
You must be signed in to change notification settings - Fork 67
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
Fix: use /auth/request instead of /auth/mapping Arborist endpoint #2677
Fix: use /auth/request instead of /auth/mapping Arborist endpoint #2677
Conversation
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
* (Chore): Improve Single Table Migration Job Script * add param for creds * Add priority class * Add comments * Making ES7 domain default (#2655) * Making ES7 domain default * updating es proxy script * Update README.md (#2662) update broken link * adding changes for new al image changes (#2661) * adding changes for new al image changes * updating alembic logic to work with the new al images that manage alembic through poetry (#2663) * fix to include special characters in db name (#2664) * updating userdb job to work with new al images (#2665) * Update web_whitelist * Feat/team project cost tracking (#2658) * Setting up migration to new karpenter CRDs * Adding some references missed earlier * Really can't stop screwing up * Not even sure why it's working this way * Let's try this, this should help * Let's make sure this part works * Let's try this * Let's try this too * Let's check the decoding * Fixing a silly parentheses issue * Fixing some other naming issues * I think we can't do decoding this early in the process * Trying wrapping in quotes * Let's try just cutting some stuff * Need to update the deleted sensor * Think underscores are also a no-go * No decoding * Could the decoding be the issue? * Adding the selector for 1.31 AMIs * Changing the tag name * Fixing the cleanup jobs * I think we may just need to change the deletion order * modifying gdcdb create job (#2668) * modifying gdcdb create job so it is backwards compatible and works with the new image that utilizes poetry for its virtual environments * Update gdcdb-create-job.yaml * Update squid.conf (#2641) Update squid.conf to work with new AL based squid image. * Adding "poetry run" (#2673) * adding updates so these jobs will work with our new AL based environments that use poetry to manage their virtual environments * removing old squid file from cloud auto as it now lives in "base_images" repo" (#2675) * Add GH action workflow for integration tests (#2670) * Add GH action workflow for integration tests * Update integration_tests.yaml * Reverting Jenkinsfile and removing integrationtests entry * Update Jenkinsfile --------- Co-authored-by: Hara Prasad <[email protected]> * fix: use /auth/request instead of /auth/mapping Arborist endpoint (#2677) * Update Dockerfile env key=value format * Update Dockerfile * Revert "Update Dockerfile" This reverts commit 4c445dd. * Revert "Update Dockerfile env key=value format" This reverts commit a2ba4fc. --------- Co-authored-by: EliseCastle23 <[email protected]> Co-authored-by: smvgarcia <[email protected]> Co-authored-by: Ajo Augustine <[email protected]> Co-authored-by: emalinowski <[email protected]> Co-authored-by: Aidan Hilt <[email protected]> Co-authored-by: Krishna Agarwal <[email protected]> Co-authored-by: Hara Prasad <[email protected]> Co-authored-by: pieterlukasse <[email protected]> Co-authored-by: Maribelle Hannah Gomez <[email protected]>
Link to JIRA ticket if there is one: https://ctds-planx.atlassian.net/browse/VADC-1554
Bug Fixes
Two authorization rules expected for ‘teamproject’=/abc, found=3
by using the/authz/request
endpoint instead of/authz/mapping