You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -87,6 +90,8 @@ Google Secret Manager's API simply returns arbitrary bytes as the value of a sec
87
90
88
91
In cases where `gsmEncoding` is not set to json, the key's value will default to the name of the secret (`secretName` in the mapping). If you would like to override this, set `gsmSecretKeyValue` to your preferred key.
89
92
93
+
Also, Google Secret Manager Secrets have versions which can be specified in the configuration mapping's `Path`. If you do not specify a specific version (with the `/versions/...` suffix), `/versions/latest` will automatically be appended to the path.
94
+
90
95
## Return Values
91
96
The application will return 0 on success (when all keys were copied/updated successfully). A complete list of all possible return values follows:
0 commit comments