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

Commit 7276229

Browse files
committed
Add note about vault member having access to the secrets in them
1 parent 1f941e1 commit 7276229

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

internals/secrethub/migrate.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,9 @@ func (cmd *MigrateApplyCommand) Run() error {
655655
fmt.Fprintf(cmd.io.Output(), "%d fields will be updated\n", fieldUpdateCount)
656656
}
657657

658+
fmt.Fprintln(cmd.io.Output())
659+
fmt.Fprint(cmd.io.Output(), "Note: Adding secrets to an existing vault will make them accessible to everyone who has read permission on the vault.\n")
660+
658661
if !cmd.update {
659662
fmt.Fprintln(cmd.io.Output())
660663
confirmed, err := ui.AskYesNo(cmd.io, "Would you like to apply these changes?", ui.DefaultNo)

0 commit comments

Comments
 (0)