Refactor and cleanup
* simplify AttributeEndpointsResourceProvider * improve explanation of properties in AdminUiPage * add example for mailing lists and map endpoint * better explain configuration and operation of provider in main readme * adjust the Keycloak realm * Add unit test for endpoint class
This commit is contained in:
parent
a540e63bf3
commit
cd31ec8a20
10 changed files with 523 additions and 200 deletions
|
|
@ -12,6 +12,17 @@ services:
|
|||
ports:
|
||||
- "8080:8080"
|
||||
- "8081:8081"
|
||||
networks:
|
||||
- keycloak
|
||||
volumes:
|
||||
- ./import:/opt/keycloak/data/import/
|
||||
- ../attribute-endpoints-provider/target/attribute-endpoints-provider-1.0-SNAPSHOT.jar:/opt/keycloak/providers/attribute-endpoints-provider.jar
|
||||
- ../attribute-endpoints-provider/target/attribute-endpoints-provider-1.0-SNAPSHOT.jar:/opt/keycloak/providers/attribute-endpoints-provider.jar
|
||||
|
||||
networks:
|
||||
# force a "local" IP address that Keycloak accepts HTTP (not HTTPS) requests from
|
||||
keycloak:
|
||||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 192.168.231.128/29
|
||||
gateway: 192.168.231.129
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue