From 7fd1ed6df1577cfced8c78bf1061234d2d8b52ce Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Sun, 28 Jul 2024 23:09:23 +0200 Subject: [PATCH] documentation: update --- docs/configuration.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 2f366621..9f25b2bd 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -44,8 +44,6 @@ Alternatively, an environment variable could be used to tell Manta where to find | hsm_group | no | config | If exists, then it will filter/restrict the hsm groups and/or xnames targeted by the cli command | psi-dev | | site | yes | config file | CSM instance manta comunicates with. Requires to have the right site in the "sites" section | alps | prealps | alpsm | | sites.site_name.socks5_proxy | yes | config file | socks proxy to access the services (only needed if using manta from outside a Shasta management node. Need VPN. Need to ope your VPN IP in hashicorp vault approle) | socks5h://127.0.0.1:1080 | -| sites.site_name.keycloak_base_url | yes | config file | Keycloak base URL for authentication | https://api.cmn.alps.cscs.ch/keycloak | -| sites.site_name.gitea_base_url | yes | config file | Gitea base URL to fetch CFS layers git repo details | https://api.cmn.alps.cscs.ch/vcs | | sites.site_name.k8s_api_url | yes | config file | Shasta k8s API URL | https://10.252.1.12:6442 | | sites.site_name.vault_base_url | yes | config file | Hashicorp Vault base URL storing secrets to authenticate to external services | https://hashicorp-vault.cscs.ch | | sites.site_name.vault_role_id | yes | config file | role id related to Hashicorp Vault base URL approle authentication | b15517de-cabb-06ba-af98-633d216c6d99 |