We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3688f01 commit cd15714Copy full SHA for cd15714
1 file changed
04-cloud-secret.sh
@@ -29,6 +29,12 @@ OS_CACERT="${OS_CACERT:-$CA}"
29
# Extract auth parts from secure.yaml if existent, assume same indentation
30
SEC_YAML="${CLOUDS_YAML%clouds.yaml}secure.yaml"
31
if test -r "$SEC_YAML"; then SECRETS=$(RMVTREE=1 RMVCOMMENT=1 extract_yaml clouds.$OS_CLOUD.auth < $SEC_YAML || true); fi
32
+# TODO:
33
+# We need a project_id in auth, determine it and add
34
+# - Alternative would be to create an application credential
35
36
+# We need a region_name, add it in
37
+#
38
# Construct a clouds.yaml (mode 0600):
39
# - Only extracting one cloud addressed by $OS_CLOUD
40
# - By merging secrets in from secure.yaml
0 commit comments