Skip to content

Commit b7a99ff

Browse files
authored
Update csi-secrets-store-troubleshooting.md
1 parent e3f128c commit b7a99ff

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

articles/aks/csi-secrets-store-troubleshooting.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ Error message in logs/events:
5353
E1029 17:37:42.461313 1 server.go:54] failed to process mount request, error: keyvault.BaseClient#GetSecret: Failure sending request: StatusCode=0 -- Original Error: context deadline exceeded
5454
```
5555

56-
<<<<<<< HEAD
57-
<<<<<<< HEAD
58-
=======
59-
>>>>>>> 49cb622d465041b17932527dc9841174845599e4
6056
Description: The provider pod is unable to access the key vault instance for either of the following reasons:
6157
- A firewall rule is blocking egress traffic from the provider.
6258
- Network policies that are configured in the AKS cluster are blocking egress traffic.
@@ -103,8 +99,7 @@ You can test the connectivity to your Azure key vault from the pod that's runnin
10399
```bash
104100
curl -X GET 'https://<KEY_VAULT_NAME>.vault.azure.net/secrets/<SECRET_NAME>?api-version=7.2' -H "Authorization: Bearer <ACCESS_TOKEN_ACQUIRED_ABOVE>"
105101
```
106-
<<<<<<< HEAD
107-
=======
102+
108103
It means the provider pod is unable to access the AKV instance because:
109104
110105
- There is a firewall rule blocking egress traffic from the provider.
@@ -152,9 +147,6 @@ You can test Key Vault connectivity from pod running on host network as follows:
152147
```bash
153148
curl -X GET 'https://<KEY_VAULT_NAME>.vault.azure.net/secrets/<SECRET_NAME>?api-version=7.2' -H "Authorization: Bearer <ACCESS_TOKEN_ACQUIRED_ABOVE>"
154149
```
155-
>>>>>>> b90873b7593e0a387bf1a446e73da21779059895
156-
=======
157-
>>>>>>> 49cb622d465041b17932527dc9841174845599e4
158150
159151
<!-- LINKS EXTERNAL -->
160152
[aad-troubleshooting]: https://azure.github.io/aad-pod-identity/docs/troubleshooting/

0 commit comments

Comments
 (0)