Avi Vaisenberger
Results
3
issues of
Avi Vaisenberger
After kubernetes migrated to containerd and updating the plugin with the workaround, now I get the following error: ``` $ kubectl ssh -u root -n cms videocms-backend-7f75745599-qbrnk Connecting... Pod: videocms-backend-7f75745599-qbrnk...
How can I achieve conditional `allowed_origins` based on `withCredentials` value? I want to return `'*'` when it's `false`, or a specific domain when it's `true`
Is it possible?