Skip to content

Commit

Permalink
fix: add missing references to Azure Key Vault (#6614)
Browse files Browse the repository at this point in the history
* fix: include link to azure-key-vaults

Add missing link to azure-key-vaults backend in Secrets management section

* fix: include azure-key-vaults in 3rd party tools

Add reference to Azure Key Vault in third party tools added in Gateway 3.5

* Add conditional rendering to link to fix it

---------

Co-authored-by: Diana <[email protected]>
Co-authored-by: Angel <[email protected]>
  • Loading branch information
3 people committed Dec 7, 2023
1 parent 8811d2a commit 52746f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/_data/tables/support/gateway/third-party.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ _third_party:
aws-sm: &aws-sm
name: AWS Secrets Manager
icon: aws.svg
azure-key-vaults: &azure-key-vaults
name: Microsoft Azure Key Vault
icon: azure.svg
gcp-sm: &gcp-sm
name: Google Secrets Manager
icon: gcp.svg
Expand Down
1 change: 1 addition & 0 deletions app/_data/tables/support/gateway/versions/35.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ third-party:
vault:
- *vaultproject
- *aws-sm
- *azure-key-vaults
- *gcp-sm

identity_provider:
Expand Down
3 changes: 3 additions & 0 deletions app/_src/gateway/kong-enterprise/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ The Vitals platform provides deep insights into services, routes, and applicatio
{{site.ee_product_name}} offers out of the box secrets management with the following backends:

* [Amazon Web Services (AWS)](/gateway/{{page.kong_version}}/kong-enterprise/secrets-management/backends/aws-sm/)
{% if_version gte:3.5.x %}
* [Microsoft Azure](/gateway/{{page.kong_version}}/kong-enterprise/secrets-management/backends/azure-key-vaults/)
{% endif_version %}
* [Google Cloud Platform (GCP)](/gateway/{{page.kong_version}}/kong-enterprise/secrets-management/backends/gcp-sm/)
* [Hashicorp Vault](/gateway/{{page.kong_version}}/kong-enterprise/secrets-management/backends/hashicorp-vault/)

Expand Down

0 comments on commit 52746f9

Please sign in to comment.