Skip to content

Commit

Permalink
Add -dr-token flag to shamir-modal-flow used on DR Operation token in…
Browse files Browse the repository at this point in the history
… replication (#9675) (#9716)
  • Loading branch information
chelshaw authored Aug 17, 2020
1 parent 68c3a8b commit a9cdd65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/lib/core/addon/templates/components/shamir-modal-flow.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
</p>
<div class="message is-list has-copy-button" tabindex="-1">
{{#let (if otp
(concat 'vault operator generate-root -otp="' otp '" -decode="' encoded_token '"') (concat 'vault operator generate-root -otp="<enter your otp here>" -decode="' encoded_token '"') ) as |cmd|}}
(concat 'vault operator generate-root -dr-token -otp="' otp '" -decode="' encoded_token '"')
(concat 'vault operator generate-root -dr-token -otp="<enter your otp here>" -decode="' encoded_token '"')
) as |cmd|}}
<HoverCopyButton @copyValue={{cmd}} />
<code class="is-word-break">{{cmd}}</code>
{{/let}}
Expand Down

0 comments on commit a9cdd65

Please sign in to comment.