Skip to content

Commit

Permalink
Merge branch 'w/8.2/feature/VLTCLT-11-auth-getaccounts' into tmp/octo…
Browse files Browse the repository at this point in the history
…pus/w/8.3/feature/VLTCLT-11-auth-getaccounts
  • Loading branch information
bert-e committed Feb 9, 2022
2 parents 679b788 + 43fac6e commit f44cc8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/vaultclient
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ program
.option('--emails <EMAIL,EMAIL,...>')
.action(action.bind(null, 'get-accounts', (client, args) => {
client.enableIAMOnAdminRoutes().getAccounts(
args.accountIds ? args.accountIds.split(',') : null,
args.canonicalIds ? args.canonicalIds.split(',') : null,
args.emails ? args.emails.split(',') : null,
args.accountIds?.split(',') || null,
args.canonicalIds?.canonicalIds.split(',') || null,
args.emails?.emails.split(',') || null,
{},
handleVaultResponse,
);
Expand Down

0 comments on commit f44cc8a

Please sign in to comment.