-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Security via operator, OIDC trusted certificates (#1314)
* Update operator for security configuration * Validate configuration earlier in reconciliation, set conditions * add security testing, minor re-factoring * fix Sonar issues * Configure truststore for OIDC provider * Exclude auth for non-API paths, fix status update, fix dep status chk * map UI variable for PEM truststore * always pull images without SHAs * fix: default replica values in deployment status to zero * Add test for OIDC truststore w/JKS to PEM conversion * Remove dead code, additional testing for invalid CR scenario * Use TLS + truststore with Keycloak for API OIDC tests * Use predefined set of unauthenticated paths instead of non-`/api` paths * Use secure file attributes for temp truststore, add JavaDoc comment * Resolve issues from review feedback and Sonar scanning Signed-off-by: Michael Edgar <[email protected]>
- Loading branch information
Showing
37 changed files
with
2,772 additions
and
916 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.