Skip to content

Commit 2f3f8ee

Browse files
committed
README.rst: Address PR request
1 parent 1f76b19 commit 2f3f8ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
11091109
Publishing to Azure Key Vault
1110-
*******************
1110+
*****************************
11111111
11121112
There are a few settings for Azure Key Vault that you can place in your destination rules. The first
11131113
is ``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>`_
11181118
which 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
11221122
Note 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
11251125
Important information on types
11261126
------------------------------

0 commit comments

Comments
 (0)