71 lines
1.9 KiB
Plaintext
71 lines
1.9 KiB
Plaintext
<% wrap_layout :inner do %>
|
|
<% content_for :sidebar do %>
|
|
<div class="nav docs-nav">
|
|
<hashi-docs-sidenav
|
|
category='guides'
|
|
current_page='<%= current_page.path %>'
|
|
data="<%= encode(get_sidebar_data('guides')) %>"
|
|
order="<%= encode([
|
|
{
|
|
category: 'getting-started',
|
|
}, {
|
|
category: 'operations',
|
|
content: [
|
|
'reference-architecture',
|
|
'vault-ha-consul',
|
|
'production',
|
|
'generate-root',
|
|
'rekeying-and-rotating',
|
|
'plugin-backends',
|
|
'--------------',
|
|
'replication',
|
|
'disaster-recovery',
|
|
'mount-filter',
|
|
'multi-tenant',
|
|
'autounseal-aws-kms',
|
|
'seal-wrap',
|
|
'monitoring'
|
|
]
|
|
}, {
|
|
category: 'identity',
|
|
content: [
|
|
'secure-intro',
|
|
'policies',
|
|
'authentication',
|
|
'approle-trusted-entities',
|
|
'lease',
|
|
'identity',
|
|
'--------------',
|
|
'sentinel',
|
|
'control-groups'
|
|
]
|
|
}, {
|
|
category: 'secret-mgmt',
|
|
content: [
|
|
'static-secrets',
|
|
'versioned-kv',
|
|
'dynamic-secrets',
|
|
'db-root-rotation',
|
|
'cubbyhole',
|
|
'ssh-otp',
|
|
'pki-engine',
|
|
'app-integration'
|
|
]
|
|
}, {
|
|
category: 'encryption',
|
|
content: [
|
|
'transit',
|
|
'spring-demo',
|
|
'transit-rewrap'
|
|
]
|
|
}
|
|
]) %>")
|
|
></hashi-docs-sidenav>
|
|
</div>
|
|
<% end %>
|
|
|
|
<article class='g-content g-type-long-body vault'>
|
|
<%= yield %>
|
|
</article>
|
|
<% end %>
|