Skip to content

Commit c375da6

Browse files
authored
Update README - project_id should be used in case of v3password auth (#10)
Signed-off-by: Matej Feder <matej.feder@dnation.cloud>
1 parent aed8ae7 commit c375da6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ helm upgrade -i <tenant>-credentials -n <tenant> --create-namespace https://gith
55
```
66

77
If OpenStack API is protected by the certificate issued by custom CA, add `--set cacert="$(cat /path/to/cacert)"` to the helm command.
8+
9+
If you choose to use clouds.yaml with application credentials (auth_type: `v3applicationcredential`), it is the preferred and more secure option.
10+
11+
If you opt to use clouds.yaml with password authentication (auth_type: `v3password`), that is also acceptable, but:
12+
- Ensure that `project_id` is set, `project_name` works only for CAPO, not for OCCM!
13+
- Using `project_id` guarantees that both CAPO and OCCM function correctly with `v3password` authentication.

0 commit comments

Comments
 (0)