Skip to content

Commit

Permalink
Merge (#17) (#18)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Nov 22, 2023
1 parent 11287a0 commit 8a4cceb
Show file tree
Hide file tree
Showing 2 changed files with 2,253 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ services:
entrypoint: /opt/keycloak/bin/kc.sh start-dev
volumes:
- ./keycloak/health-check.sh:/opt/keycloak/health-check.sh
- ./keycloak/data/import/realm-demo.json:/opt/keycloak/data/import/realm-demo.json
healthcheck:
test: "bash /opt/keycloak/health-check.sh"
interval: 5s
Expand Down
Loading

0 comments on commit 8a4cceb

Please sign in to comment.