Skip to content

Commit f651465

Browse files
authored
Updated information about secrets (#2995)
1 parent 2df86a7 commit f651465

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

save-cloud-charts/save-cloud/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ api-gateway acts as an entrypoint and svc/gateway is actually a LoadBalancer.
1414
These secrets are then mounted under the path specified as `DATABASE_SECRETS_PATH` environment variable.
1515

1616
For example, for minikube and dev profile run `kubectl --context=minikube --namespace=save-cloud create secret generic db-secrets --from_literal=spring.datasource.username=<...> <...>`
17-
* **save-backend** and **save-demo** expects the following secrets to be set under the secret `s3-secrets` (`kubectl create secret generic s3-secrets <...>`)
17+
* **save-backend** , **cosv-backend** and **save-demo** expects the following secrets to be set under the secret `s3-secrets` (`kubectl create secret generic s3-secrets <...>`)
1818
* `s3-storage.endpoint`
1919
* `s3-storage.bucketName`
2020
* `s3-storage.credentials.accessKeyId`
@@ -25,6 +25,11 @@ api-gateway acts as an entrypoint and svc/gateway is actually a LoadBalancer.
2525
For example, for minikube and dev profile run `kubectl --context=minikube --namespace=save-cloud create secret generic s3-secrets --from_literal=<property name>=<property value> <...>`
2626
* `kubectl create secret generic oauth-credentials ...` this secret should contain properties recognizable by spring security OAuth;
2727
it's used by api-gateway.
28+
* **ca-certs** is required for gateway it contains CA Roots certificates for Huawei
29+
* **ca-pemstore** configmap contains ca-certificates.crt which is crt storage containing both ca root huawei certificates.
30+
it is used both backend and cosv-backend
31+
* **ingress-certificate** is required by ingress cluster configuration for incoming requests
32+
* **oauth-credentials** is required for external authentication services like gitgub
2833

2934
## Versions of the chart
3035
On each commit that contains changes in the directory with save-cloud chart, the chart is packaged and published to

0 commit comments

Comments
 (0)