open-vault/website/source/_ember_steps.html.erb

29 lines
850 B
Plaintext

<script type="text/x-handlebars" data-template-name="welcome">
<p>
<strong>Welcome to the Vault interactive demo!</strong>
</p>
<p>
This will cover:
</p>
<ul>
<li>- Unsealing your Vault</li>
<li>- Authorizing your requests</li>
<li>- Mounting a backend</li>
<li>- Reading, writing and deleting secrets</li>
<li>- Sealing your vault</li>
</ul>
<p>
Upon opening this terminal, a real in-memory Vault server was
initialized remotely. Any commands you send across will work, but closing this page
will end the session.
</p>
<p>
Please note that this is running in a shared
environment, so avoid setting any real secrets.
</p>
<p>
<strong>Type "next" to move foward</strong>. This will work throughout
the tutorial.
</p>
</script>