sparse-intern-71089
11/30/2023, 11:09 AMlimited-rainbow-51650
11/30/2023, 2:57 PMgitlab:token
, the first part is the namespace. When you want to read the token
secret in your code, you create a Config
object on the correct namespace first:
gitlabConfig = pulumi.Config("gitlab")
gitlab_password = gitlabConfig.require_secret("token")
limited-rainbow-51650
11/30/2023, 2:58 PMgitlab::token
(2 colons) is not valid. It should be gitlab:token
(1 colon).limited-rainbow-51650
11/30/2023, 2:59 PMpowerful-lighter-63321
12/01/2023, 6:28 AM