Add CAD stg and prod IP's to session policy by samanthajayasinghe · Pull Request #684 · openshift/backplane-cli
What type of PR is this?
- Bug
- Feature
- Documentation
- Test Coverage
- Clean Up
- Others
What this PR does / Why we need it?
Allowing all trusted IP lists exceeded the AWS policy character length, and it breaks the bacplane-cli sts assume-role process. This PR limited the number of IPs to keep the policy limit within AWS's valid character length.
This PR revert back proxy IP filtering and add CAD stg and prod ips
Which Jira/Github issue(s) does this PR fix?
- Related Issue #
- Closes #
Special notes for your reviewer
Unit Test Coverage
Guidelines
- If it's a new sub-command or new function to an existing sub-command, please cover at least 50% of the code
- If it's a bug fix for an existing sub-command, please cover 70% of the code
Test coverage checks
- Added unit tests
- Created jira card to add unit test
- This PR may not need unit tests
Pre-checks (if applicable)
- Ran unit tests locally
- Validated the changes in a cluster
- Included documentation changes with PR