Skip to content

Commit

Permalink
dump-secret can now do uppercase (#175)
Browse files Browse the repository at this point in the history
Signed-off-by: Lasse Gaardsholt <[email protected]>
  • Loading branch information
Gaardsholt authored May 31, 2023
1 parent 656a990 commit 9233e67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions orb/orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
type: boolean
default: false
description: Login to vault using oidc
uppercase:
type: boolean
default: false
description: Convert all secret keys to uppercase, only when `vault-path` is set
steps:
- attach_workspace:
at: /tmp
Expand Down Expand Up @@ -106,6 +110,7 @@ jobs:
--output "<< parameters.output >>" \
--append=<< parameters.append >> \
--prefix "<< parameters.prefix >>" \
--uppercase=<< parameters.uppercase >> \
--secret "<< parameters.vault-path >>"
fi
Expand Down

0 comments on commit 9233e67

Please sign in to comment.