45 issues or view all results on GitHub
Looks like some services do not start properly when running the simple demo : docker-compose -f demo/simple/docker-compose.yml up simple-midpoint_server-1 | [proxy:error] [pid 196:tid (111)Connection ...
This comprises the work done by UW Madison to get the Grouper Connector working in their midPoint-Grouper envrionment. In using the Grouper Connector we noticed performance issues. Primarily the connector ...
To run on Apple Silicon (M1), I think the following : FROM centos:centos7 needs to be : FROM arm64v8/centos:centos7 Any chance that could be supported ? Thank you ! https://github.internet2.edu/docker/base/blob/addd32decfa13794143d221cedc8c9f0bc397a03/Dockerfile#L1 ...
To run on Apple Silicon (M1), the following : FROM postgres:9.6 needs to be : FROM arm64v8/postgres:9.6 for reasonable performance. https://github.internet2.edu/docker/comanage-registry-docker/blob/80df834e8b6d13885d336dcea78a66fd4c996b8a/comanage-registry-postgres/Dockerfile#L19 ...
All exercised need be updated to use new template structure Need to updated grouper-loader.properties to match new folder template structure app:mfa:service:policy:mfa_enabled https://github.internet2.edu/docker/grouper_training/blob/master/ex401/ex401.1.1/container_files/grouper-loader.properties#L97 ...
1. docker run -d -p 389:389 -p 8443:443 -p 3306:3306 --name gte-demo tier/gte:full_demo 2. docker logs -f gte-demo 3. get this error: grouper-api;grouper_error.log;training;gte-full-demo;2019-04-26 ...
Need to turn on new grouper 2.4 deprovisioning. get help from hyzer on how to configure.
PACKER_CACHE_DIR could save a lot of time and bandwidth.