You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The token is read once when the driver pods are started and is not dynamically updated. If you are applying a new token in an existing driver installation, restart the driver pods for the new token to take effect.
Copy file name to clipboardexpand all lines: content/docs/authorization/troubleshooting.md
+29-4
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,7 @@ The CSM Authorization RPM will be deprecated in a future release. It is highly r
15
15
-[Running `karavictl tenant` commands result in an HTTP 504 error](#running-karavictl-tenant-commands-result-in-an-http-504-error)
16
16
-[Installation fails to install policies](#installation-fails-to-install-policies)
17
17
-[After installation, the create-pvc Pod is in an Error state](#after-installation-the-create-pvc-pod-is-in-an-error-state)
18
-
19
-
## Helm Deployment
20
-
-[The CSI Driver for Dell PowerFlex v2.3.0 is in an Error or CrashLoopBackoff state due to "request denied for path" errors](#the-csi-driver-for-dell-powerflex-v230-is-in-an-error-or-crashloopbackoff-state-due-to-request-denied-for-path-errors)
21
-
18
+
-[Intermittent 401 issues with generated token](#intermittent-401-issues-with-generated-token)
22
19
---
23
20
24
21
### The Failure of Building an Authorization RPM
@@ -97,6 +94,23 @@ Run the following commands to allow the PVC to be created:
97
94
semanage fcontext -a -t container_file_t "/var/lib/rancher/k3s/storage(/.*)?"
98
95
restorecon -R /var/lib/rancher/k3s/storage/
99
96
```
97
+
### Intermittent 401 issues with generated token
98
+
This issue occurs when a new access token is generated in an existing driver installation.
99
+
100
+
__Resolution__
101
+
102
+
If you are applying a new token in an existing driver installation, restart the driver pods for the new token to take effect. The token is read once when the driver pods are started and is not dynamically updated.
-[The CSI Driver for Dell PowerFlex v2.3.0 is in an Error or CrashLoopBackoff state due to "request denied for path" errors](#the-csi-driver-for-dell-powerflex-v230-is-in-an-error-or-crashloopbackoff-state-due-to-request-denied-for-path-errors)
110
+
-[Intermittent 401 issues with generated token](#intermittent-401-issues-with-generated-token)
111
+
112
+
---
113
+
100
114
101
115
### The CSI Driver for Dell PowerFlex v2.3.0 is in an Error or CrashLoopBackoff state due to "request denied for path" errors
102
116
The vxflexos-controller pods will have logs similar to:
This issue occurs when a new access token is generated in an existing driver installation.
204
+
205
+
__Resolution__
206
+
207
+
If you are applying a new token in an existing driver installation, restart the driver pods for the new token to take effect. The token is read once when the driver pods are started and is not dynamically updated.
0 commit comments