Skip to content

Commit

Permalink
doc: fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Sopena Ballesteros committed Nov 16, 2023
1 parent d515252 commit 96fd6db
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ chmod 777 -R /var/log/manta
| log | no | config file | log details/verbosity | off/error/warn/info/debug/trace |
| 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 |
| sites.<site name>.vault_secret_path | yes | config file | path in vault to find secrets | shasta | prealps |
| sites.<site name>.shasta_base_url | yes | config file | Shasta API base URL for Shasta related jobs submission | https://api-gw-service-nmn.local/apis |
| 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 |
| sites.site_name.vault_secret_path | yes | config file | path in vault to find secrets | shasta | prealps |
| sites.site_name.shasta_base_url | yes | config file | Shasta API base URL for Shasta related jobs submission | https://api-gw-service-nmn.local/apis |

## Example

Expand Down

0 comments on commit 96fd6db

Please sign in to comment.