File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1107,7 +1107,7 @@ Below is an example of publishing to Vault (using token auth with a local dev in
11071107 example_string bar
11081108
11091109Publishing to Azure Key Vault
1110- *******************
1110+ *****************************
11111111
11121112There are a few settings for Azure Key Vault that you can place in your destination rules. The first
11131113is ` ` azure_keyvault_url` ` , which is required. The other one is optional:
@@ -1117,10 +1117,10 @@ The Azure Key Vault publish integration uses the
11171117` default credential chain < https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity#DefaultAzureCredential> ` _
11181118which tries several authentication methods - see " Encrypting using Azure Key Vault" for more details.
11191119
1120- ` ` azure_publish_suffix` ` is used if you only want to publish secrets with a specific suffix
1120+ ` ` azure_publish_suffix` ` is used if you only want to publish secrets with a specific suffix.
11211121
11221122Note that Azure Secret Names get sanitzied before being put into Azure Key Vault. The following rules apply:
1123- - Underscores ` _ ` get replaced with dashes ` - `
1123+ - Underscores ( ` ` _ ` ` ) get replaced with dashes ( ` ` - ` ` ).
11241124
11251125Important information on types
11261126------------------------------
You can’t perform that action at this time.
0 commit comments