Skip to content

docs: Add more context and links to vault docs #1042

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions doc/source/configuration/vault.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ This document describes how to deploy Hashicorp Vault for
internal PKI purposes using the
`StackHPC Hashicorp collection <https://galaxy.ansible.com/stackhpc/hashicorp>`_

Vault may be used as a Certificate Authority to generate certificates for:

* OpenStack internal API
* OpenStack backend APIs
* RabbitMQ

TLS support is described in the :kolla-ansible-doc:`Kolla Ansible documentation
<admin/tls.html>` and the :kayobe-doc:`Kayobe documentation
<configuration/reference/kolla-ansible.html#tls-encryption-of-apis>`.

Vault may also be used as the secret store for Barbican.

Background
==========

Expand Down