forked from oauth2-proxy/oauth2-proxy
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add HSP IAM audit capabilities (#52)
<!--- Provide a general summary of your changes in the Title above --> ## Description Add HSDP IAM audit capabilities to oauth2 proxy ## Motivation and Context HSDP IAM does not provide important audit capabilities out of the box such as successful login and some key auth errors. ## How Has This Been Tested? Tested locally with: ```sh export OAUTH2_PROXY_ENABLE_AUDIT='true' export OAUTH2_PROXY_AUDIT_URL='url' export OAUTH2_PROXY_AUDIT_PRODUCT_NAME='Reporting' export OAUTH2_PROXY_AUDIT_PRODUCT_KEY='product key' export OAUTH2_PROXY_AUDIT_SHARED_KEY='shared key' export OAUTH2_PROXY_AUDIT_SECRET_KEY='secret' ``` ## Checklist: <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] My change requires a change to the documentation or CHANGELOG. - [ ] I have updated the documentation/CHANGELOG accordingly. - [ ] I have created a feature (non-master) branch for my PR.
- Loading branch information
Showing
9 changed files
with
406 additions
and
12 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
Oops, something went wrong.