-
Notifications
You must be signed in to change notification settings - Fork 1
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
Initial implementaton of ClientEnforcementPolicyBasicAuth #97
base: main
Are you sure you want to change the base?
Initial implementaton of ClientEnforcementPolicyBasicAuth #97
Conversation
djizatt-avio
commented
Oct 30, 2024
•
edited
Loading
edited
- The ClientEnforcementPolicyCustom was existant, but didn't seem to be utilized anywhere
- I renamed it to ClientEnforcementPolicyCustomAuth to align with the ClientEnforcementPolicyBasicAuth naming standards
- Added minimum and full policy testing within PolicyContextTest.grooy
- Updated allOptions.groovy with the new policy configuration
- I have only tested this within Unit Testing
w
Outdated
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.
Is this diff file intentionally added?
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.
This was my first time working on the deployer, I think I included this file by mistake, as to my knowledge it isn't needed. I can remove it.
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.
I also need to test this change with a deployment to the AVIO IT Dev space before merging.
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.
OK. @djizatt-avio please remove this file. If the PR is not ready, you can convert it to Draft for now.
@djizatt-avio does this PR supersede #26? |
@manikmagar I believe it does. I saw that PR as well, but I saw it was from 2021 and the updates in my PR seem to conform better to the current standards utilized within the deployer. |