Skip to content

Commit

Permalink
refactor(deploy): conform to latest jans-pycloudlib
Browse files Browse the repository at this point in the history
  • Loading branch information
iromli committed Dec 31, 2020
1 parent 620374c commit a3a2812
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,8 @@ ENV CN_MAX_RAM_PERCENTAGE=75.0 \
CN_JACKRABBIT_ADMIN_ID=admin \
CN_JACKRABBIT_ADMIN_PASSWORD_FILE=/etc/jans/conf/jackrabbit_admin_password \
CN_JAVA_OPTIONS="" \
CN_SSL_CERT_FROM_SECRETS=false \
CN_SYNC_JKS_ENABLED=false \
CN_SYNC_JKS_INTERVAL=30 \
CN_NAMESPACE=jans
CN_SYNC_JKS_INTERVAL=30

# ==========
# misc stuff
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,5 @@ The following environment variables are supported by the container:
- `CN_JACKRABBIT_SYNC_INTERVAL`: Interval between files sync (default to `300` seconds).
- `CN_JACKRABBIT_ADMIN_ID`: Admin username (default to `admin`).
- `CN_JACKRABBIT_ADMIN_PASSWORD_FILE`: Absolute path to file contains password for admin user (default to `/etc/jans/conf/jackrabbit_admin_password`).
- `CN_SSL_CERT_FROM_SECRETS`: Determine whether to get SSL cert from secrets backend (default to `false`). Note that the flag will take effect only if there's no mounted `/etc/certs/jans_https.crt` file.
- `CN_SYNC_JKS_ENABLED`: Whether to enable JKS sync (default to `false`). Enable this flag if using `gluufederation/key-rotation:4.1.1_02` and below (for key-regeneration).
- `CN_SYNC_JKS_INTERVAL`: Interval of JKS sync in seconds (if needed); obsolete.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-e git+https://github.com/JanssenProject/jans-pycloudlib@f83b814dcea6447e1f62e9cad81931234247d930#egg=jans-pycloudlib
-e git+https://github.com/JanssenProject/jans-pycloudlib@8e5b0be0753a71ecdfca40dcde635eca1beed7b4#egg=jans-pycloudlib

0 comments on commit a3a2812

Please sign in to comment.