Skip to content

Commit d6da62e

Browse files
authored
Merge pull request #213595 from kaistrubel/accesscontrolissues
Accesscontrolissues
2 parents a6e2b0f + b9eacc0 commit d6da62e

File tree

7 files changed

+14
-10
lines changed

7 files changed

+14
-10
lines changed

articles/key-vault/general/assign-access-policy.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,27 @@ A Key Vault access policy determines whether a given security principal, namely
2626

2727
1. In the [Azure portal](https://portal.azure.com), navigate to the Key Vault resource.
2828

29-
1. Under **Settings**, select **Access policies**, then select **Add Access Policy**:
29+
1. Select **Access policies**, then select **Create**:
3030

31-
![Select Access policies, selecting Add role assignment](../media/authentication/assign-policy-portal-01.png)
31+
![Select Access policies, selecting Add role assignment](../media/authentication/assign-access-01.png)
3232

33-
1. Select the permissions you want under **Certificate permissions**, **Key permissions**, and **Secret permissions**. You can also select a template that contains common permission combinations:
33+
1. Select the permissions you want under **Key permissions**, **Secret permissions**, and **Certificate permissions**.
3434

35-
![Specifying access policy permissions](../media/authentication/assign-policy-portal-02.png)
35+
![Specifying access policy permissions](../media/authentication/assign-access-02.png)
3636

37-
1. Under **Select principal**, choose the **None selected** link to open the **Principal** selection pane. Enter the name of the user, app or service principal in the search field, select the appropriate result, then choose **Select**.
37+
1. Under the **Principal** selection pane, enter the name of the user, app or service principal in the search field and select the appropriate result.
3838

39-
![Selecting the security principal for the access policy](../media/authentication/assign-policy-portal-03.png)
39+
![Selecting the security principal for the access policy](../media/authentication/assign-access-03.png)
4040

4141
If you're using a managed identity for the app, search for and select the name of the app itself. (For more information on security principals, see [Key Vault authentication](authentication.md).
4242

43-
1. Back in the **Add access policy** pane, select **Add** to save the access policy.
43+
1. Review the access policy changes and select **Create** to save the access policy.
4444

45-
![Adding the access policy with the security principal assigned](../media/authentication/assign-policy-portal-04.png)
45+
![Adding the access policy with the security principal assigned](../media/authentication/assign-access-04.png)
4646

47-
1. Back on the **Access policies** page, verify that your access policy is listed under **Current Access Policies**, then select **Save**. Access policies aren't applied until you save them.
47+
1. Back on the **Access policies** page, verify that your access policy is listed.
4848

49-
![Saving the access policy changes](../media/authentication/assign-policy-portal-05.png)
49+
![Saving the access policy changes](../media/authentication/assign-access-05.png)
5050

5151
# [Azure CLI](#tab/azure-cli)
5252

articles/key-vault/general/network-security.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ To understand how to configure a private link connection on your key vault, plea
7070
> * IP network rules are only allowed for public IP addresses. IP address ranges reserved for private networks (as defined in RFC 1918) are not allowed in IP rules. Private networks include addresses that start with **10.**, **172.16-31**, and **192.168.**.
7171
> * Only IPv4 addresses are supported at this time.
7272
73+
### Public Access Disabled (Private Endpoint Only)
74+
75+
To enhance network security, you can configure your vault to disable public access. This will deny all public configurations and allow only connections through private endpoints.
76+
7377
## References
7478
* ARM Template Reference: [Azure Key Vault ARM Template Reference](/azure/templates/Microsoft.KeyVault/vaults)
7579
* Azure CLI commands: [az keyvault network-rule](/cli/azure/keyvault/network-rule)
117 KB
Loading
125 KB
Loading
92.4 KB
Loading
123 KB
Loading
99.3 KB
Loading

0 commit comments

Comments
 (0)