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

Commit

Permalink
Merge pull request #27 from MaterializeInc/asf/secret-password
Browse files Browse the repository at this point in the history
Mark the "password" repo property as a Secret
  • Loading branch information
antifuchs authored Nov 10, 2022
2 parents ed661b8 + 7ac170f commit 3d5ac6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/pulumi-sdkgen-docker-buildkit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ func run(version string) error {
"password": {
Description: "The password to authenticate with.",
TypeSpec: schema.TypeSpec{Type: "string"},
Secret: true,
},
},
Required: []string{"server"},
Expand Down

0 comments on commit 3d5ac6b

Please sign in to comment.