Skip to content

Commit

Permalink
VAULT-29635 - Create rotating and dynamic secrets from interactive cli (
Browse files Browse the repository at this point in the history
  • Loading branch information
mercedesbh authored Oct 9, 2024
1 parent f12aed4 commit bda9f38
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 36 deletions.
3 changes: 3 additions & 0 deletions .changelog/167.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:feature
vault-secrets: Add support for creating rotating and dynamic secrets interactively
```
3 changes: 3 additions & 0 deletions internal/commands/vaultsecrets/integrations/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ func createRun(opts *CreateOpts) error {
if err != nil {
return fmt.Errorf("failed to create GCP integration: %w", err)
}

default:
return fmt.Errorf("unsupported integration provider type")
}

fmt.Fprintln(opts.IO.Err())
Expand Down
Loading

0 comments on commit bda9f38

Please sign in to comment.