Skip to content
This repository was archived by the owner on Mar 11, 2023. It is now read-only.

Commit 3d5ac6b

Browse files
author
Andreas Fuchs
authored
Merge pull request #27 from MaterializeInc/asf/secret-password
Mark the "password" repo property as a Secret
2 parents ed661b8 + 7ac170f commit 3d5ac6b

File tree

1 file changed

+1
-0
lines changed
  • cmd/pulumi-sdkgen-docker-buildkit

1 file changed

+1
-0
lines changed

cmd/pulumi-sdkgen-docker-buildkit/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ func run(version string) error {
158158
"password": {
159159
Description: "The password to authenticate with.",
160160
TypeSpec: schema.TypeSpec{Type: "string"},
161+
Secret: true,
161162
},
162163
},
163164
Required: []string{"server"},

0 commit comments

Comments
 (0)