diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-10-06 04:52:01 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-10-06 04:52:01 +0200 |
commit | 6b659b35c1d6214688920200efe1d782a0a5d877 (patch) | |
tree | d0dac24ff6ee619905a91ef76ec029e6cc359088 /setup/configs/security.yml | |
parent | 369c5d409d9466dfb3360b35c0219d23ae99e2f4 (diff) | |
download | ands-6b659b35c1d6214688920200efe1d782a0a5d877.tar.gz ands-6b659b35c1d6214688920200efe1d782a0a5d877.tar.bz2 ands-6b659b35c1d6214688920200efe1d782a0a5d877.tar.xz ands-6b659b35c1d6214688920200efe1d782a0a5d877.zip |
Migrate more services (gogs, davmail), fix storage-related issues in web namespace
Diffstat (limited to 'setup/configs/security.yml')
-rw-r--r-- | setup/configs/security.yml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/setup/configs/security.yml b/setup/configs/security.yml index d249611..a35b33e 100644 --- a/setup/configs/security.yml +++ b/setup/configs/security.yml @@ -17,16 +17,17 @@ ands_openshift_groups_mode: "MustRunAs" #ands_openshift_uid_ranges: ands_openshift_gid_ranges: - kaas: "4000/10" - katrin: "5000/10" - status: "5100/10" - adei: "6000/10" - adai: "6050/10" - bora: "6100/10" - web: "6200/10" - mon: "7000/10" - test: "7100/10" - wave: "8000/10" + kaas: "4000/10" + katrin: "5000/10" + status: "5100/10" + adei: "6000/10" + adai: "6050/10" + bora: "6100/10" + web: "6200/10" + mon: "7000/10" + test: "7100/10" + wave: "8000/10" + services: "9000/10" # The default user and group mentioned in some projects ands_openshift_uids: |