Skip to content

Commit 9c46a6b

Browse files
committed
Add links to YouTube videos
1 parent 1527254 commit 9c46a6b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/examples/vault-default-user/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ If `spec.secretBackend.vault.tls.pkiIssuerPath` is set, short-lived server certi
1515

1616
(This Vault integration example is independent of and not to be confused with the [Vault RabbitMQ Secrets Engine](https://www.vaultproject.io/docs/secrets/rabbitmq).)
1717

18+
This example is presented in [this](https://youtu.be/twCzPEAjy8M) video.
19+
1820
## Usage
1921

2022
This example requires:

docs/examples/vault-tls/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ If `spec.secretBackend.vault.tls.pkiIssuerPath` is set, new short-lived certific
66
The private key is never stored in Vault.
77
Before the short-lived server certificate expires, the Vault sidecar container will request new a certificate putting it into `/etc/rabbitmq-tls/` where it will be picked up on-the-fly by the Erlang VM without the need to restart the pod.
88

9+
This example is presented in [this](https://youtu.be/twCzPEAjy8M) video.
10+
911
## Usage
1012

1113
This example requires:

0 commit comments

Comments
 (0)