Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
3f98dac7
Commit
3f98dac7
authored
Jan 15, 2020
by
Markus Scheidgen
Browse files
Basic readme for keycloak container/image. [skip-ci]
parent
c45fac1f
Pipeline
#67125
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ops/containers/keycloak/README.md
0 → 100644
View file @
3f98dac7
This basically uses the "official" 7.0.0 keycloak with some additions
-
material theme
-
bcrypt support
-
a custom form action to check the username (that has to be build before building the image!)
-
realm definitions for prod and test realm
-
scripts for import and export of all users
To build the image:
```
cd registration_form_action
mvn package
cd ..
docker build -t nomad/keycloak .
```
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment