-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge #17
Merge #17
Conversation
* Eoepca 910 um keycloak develop an identity api based on keycloak api (#9) * feat: keycloak_client methods added for identity_api * feat: added scopes crud (for future?) and fixes on permissions and policies cruds * Merge (#10) * Update docker compose * Fix keycloak client constructor * Update README.md * Update docker compose * Add nginx config * Change nginx * Add realm admin role * Remove auth keycloak client (#11) * Add dummy service demo * Add dummy-service nginx * Update demos * Update nginx configs * Update gatekeeper config * feat: added register_general_policy function * fix: small fix in register_general_policy * fix: one more fix * feat: added delete permissions * feat: added create client function * Add gatekeeper cookie name * Improve create client script * feat: added inputs to script but not working yet * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Fix issues * Improve create client script * Fix issue * Fix keycloak client * Cleanup and reformat --------- Co-authored-by: flaviorosadme <[email protected]> Co-authored-by: flaviorosadme <[email protected]>
|
GitGuardian id | Secret | Commit | Filename | |
---|---|---|---|---|
6968476 | Generic High Entropy Secret | f78d1f0 | helm/charts/identity-oauth2-proxy/values.yaml | View secret |
6968476 | Generic High Entropy Secret | f78d1f0 | helm/charts/identity-oauth2-proxy/values.yaml | View secret |
6968476 | Generic High Entropy Secret | 675118e | helm/charts/identity-oauth2-proxy/values.yaml | View secret |
6968476 | Generic High Entropy Secret | 675118e | helm/charts/identity-oauth2-proxy/values.yaml | View secret |
6968476 | Generic High Entropy Secret | b8cd925 | helm/charts/identity-oauth2-proxy/values.yaml | View secret |
6968476 | Generic High Entropy Secret | b8cd925 | helm/charts/identity-oauth2-proxy/values.yaml | View secret |
8494544 | Generic High Entropy Secret | 671619c | demos/dummy-service/gatekeeper.yml | View secret |
8494771 | Generic High Entropy Secret | b0e7e9a | realm-demo.json | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Our GitHub checks need improvements? Share your feedbacks!
* release (#15) * Eoepca 910 um keycloak develop an identity api based on keycloak api (#9) * feat: keycloak_client methods added for identity_api * feat: added scopes crud (for future?) and fixes on permissions and policies cruds * Merge (#10) * Update docker compose * Fix keycloak client constructor * Update README.md * Update docker compose * Add nginx config * Change nginx * Add realm admin role * Remove auth keycloak client (#11) * Add dummy service demo * Add dummy-service nginx * Update demos * Update nginx configs * Update gatekeeper config * feat: added register_general_policy function * fix: small fix in register_general_policy * fix: one more fix * feat: added delete permissions * feat: added create client function * Add gatekeeper cookie name * Improve create client script * feat: added inputs to script but not working yet * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Fix issues * Improve create client script * Fix issue * Fix keycloak client * Cleanup and reformat --------- * Cleanup * Update requirements.yaml * Update requirements.lock * Update keycloak_client.py * Add demo realm import * Return error if exists --------- Co-authored-by: flaviorosadme <[email protected]> Co-authored-by: flaviorosadme <[email protected]>
* release (#15) * Eoepca 910 um keycloak develop an identity api based on keycloak api (#9) * feat: keycloak_client methods added for identity_api * feat: added scopes crud (for future?) and fixes on permissions and policies cruds * Merge (#10) * Update docker compose * Fix keycloak client constructor * Update README.md * Update docker compose * Add nginx config * Change nginx * Add realm admin role * Remove auth keycloak client (#11) * Add dummy service demo * Add dummy-service nginx * Update demos * Update nginx configs * Update gatekeeper config * feat: added register_general_policy function * fix: small fix in register_general_policy * fix: one more fix * feat: added delete permissions * feat: added create client function * Add gatekeeper cookie name * Improve create client script * feat: added inputs to script but not working yet * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Fix issues * Improve create client script * Fix issue * Fix keycloak client * Cleanup and reformat --------- * Cleanup * Update requirements.yaml * Update requirements.lock * Update keycloak_client.py * Add demo realm import * Return error if exists --------- Co-authored-by: flaviorosadme <[email protected]> Co-authored-by: flaviorosadme <[email protected]>
* Merge (#17) * release (#15) * Eoepca 910 um keycloak develop an identity api based on keycloak api (#9) * feat: keycloak_client methods added for identity_api * feat: added scopes crud (for future?) and fixes on permissions and policies cruds * Merge (#10) * Update docker compose * Fix keycloak client constructor * Update README.md * Update docker compose * Add nginx config * Change nginx * Add realm admin role * Remove auth keycloak client (#11) * Add dummy service demo * Add dummy-service nginx * Update demos * Update nginx configs * Update gatekeeper config * feat: added register_general_policy function * fix: small fix in register_general_policy * fix: one more fix * feat: added delete permissions * feat: added create client function * Add gatekeeper cookie name * Improve create client script * feat: added inputs to script but not working yet * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Fix issues * Improve create client script * Fix issue * Fix keycloak client * Cleanup and reformat --------- Co-authored-by: flaviorosadme <[email protected]> Co-authored-by: flaviorosadme <[email protected]> * Cleanup * Update requirements.yaml * Update requirements.lock * Update keycloak_client.py * Add demo realm import * Return error if exists --------- Co-authored-by: flaviorosadme <[email protected]> Co-authored-by: flaviorosadme <[email protected]> * Update keycloak_client.py --------- Co-authored-by: flaviorosadme <[email protected]> Co-authored-by: flaviorosadme <[email protected]>
* Merge (#17) * release (#15) * Eoepca 910 um keycloak develop an identity api based on keycloak api (#9) * feat: keycloak_client methods added for identity_api * feat: added scopes crud (for future?) and fixes on permissions and policies cruds * Merge (#10) * Update docker compose * Fix keycloak client constructor * Update README.md * Update docker compose * Add nginx config * Change nginx * Add realm admin role * Remove auth keycloak client (#11) * Add dummy service demo * Add dummy-service nginx * Update demos * Update nginx configs * Update gatekeeper config * feat: added register_general_policy function * fix: small fix in register_general_policy * fix: one more fix * feat: added delete permissions * feat: added create client function * Add gatekeeper cookie name * Improve create client script * feat: added inputs to script but not working yet * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Fix issues * Improve create client script * Fix issue * Fix keycloak client * Cleanup and reformat --------- Co-authored-by: flaviorosadme <[email protected]> Co-authored-by: flaviorosadme <[email protected]> * Cleanup * Update requirements.yaml * Update requirements.lock * Update keycloak_client.py * Add demo realm import * Return error if exists --------- Co-authored-by: flaviorosadme <[email protected]> Co-authored-by: flaviorosadme <[email protected]> * Update keycloak_client.py * Update keycloak_client.py --------- Co-authored-by: flaviorosadme <[email protected]> Co-authored-by: flaviorosadme <[email protected]>
* Merge (#17) * release (#15) * Eoepca 910 um keycloak develop an identity api based on keycloak api (#9) * feat: keycloak_client methods added for identity_api * feat: added scopes crud (for future?) and fixes on permissions and policies cruds * Merge (#10) * Update docker compose * Fix keycloak client constructor * Update README.md * Update docker compose * Add nginx config * Change nginx * Add realm admin role * Remove auth keycloak client (#11) * Add dummy service demo * Add dummy-service nginx * Update demos * Update nginx configs * Update gatekeeper config * feat: added register_general_policy function * fix: small fix in register_general_policy * fix: one more fix * feat: added delete permissions * feat: added create client function * Add gatekeeper cookie name * Improve create client script * feat: added inputs to script but not working yet * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Update create-client.sh * Fix issues * Improve create client script * Fix issue * Fix keycloak client * Cleanup and reformat --------- Co-authored-by: flaviorosadme <[email protected]> Co-authored-by: flaviorosadme <[email protected]> * Cleanup * Update requirements.yaml * Update requirements.lock * Update keycloak_client.py * Add demo realm import * Return error if exists --------- Co-authored-by: flaviorosadme <[email protected]> Co-authored-by: flaviorosadme <[email protected]> * Update keycloak_client.py * Update keycloak_client.py * Add create group --------- Co-authored-by: flaviorosadme <[email protected]> Co-authored-by: flaviorosadme <[email protected]>
No description provided.