Skip to content

Commit b79d1b1

Browse files
authored
docs: add manual redirection page for az key vault auth (#266)
1 parent 0198725 commit b79d1b1

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

docs/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
22
gem 'github-pages', '>= 207', group: :jekyll_plugins
33
gem 'nokogiri', '>= 1.11.4'
4-
gem 'jekyll-redirect-from', '>= 0.15.0', group: :jekyll_plugins
4+
gem 'jekyll-redirect-from', '>= 0.15.0', group: :jekyll_plugins

docs/features/auth/azure-key-vault.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
---
2+
title: "Authentication with Azure Key Vault"
23
layout: default
3-
redirect_to: /features/secret-store/provider/key-vault
4-
---
4+
---
5+
6+
# Authentication with Azure Key Vault
7+
8+
The authentication mechanisms page is moved towards an [dedicated page](./../secret-store/provider/key-vault) that explains how the Azure Key Vault can be added as a secret provider to the secret store.
9+
10+
More information in the secret store can be found [here](./../secet-store/).
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Authentication with Azure Key Vault"
3+
layout: default
4+
---
5+
6+
# Authentication with Azure Key Vault
7+
8+
The authentication mechanisms page is moved towards an [dedicated page](./../secret-store/provider/key-vault) that explains how the Azure Key Vault can be added as a secret provider to the secret store.
9+
10+
More information in the secret store can be found [here](./../secet-store/).

0 commit comments

Comments
 (0)