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
Describe the bug
When loading the WASM image we provide the registry URL to Isito via the WASMPlugin resource. However we do not have a way to configure a imagePullSecret to authenitcate against a registry that is protected.
To Reproduce
Delete any existing policies
Set the RELATED_IMAGE_WASMSHIM in the operator subscription to one behind a protected registry
Create a new policy
Watch the logs of Istio it will fail to load the image as it is unauthenticated.
Expected behavior
Provide a way to accept a imagePullSecret that we could then pass on to the WASMPlugin resource created in response to a policy being created.
One option here would be to allow users to specify an imagePullSecret in the kuadrant-operator via the kuadrant resource or some other mechanism such as an EnvVar, we would then expect that secret to be in the same namespace as the gateway. If it is not there it is an error and the WASMPlugin is not setup cc @eguzki
smccarthy-ie
changed the title
Suport protected registry when loading WASM image
Support protected registry when loading WASM image
Dec 11, 2024
Describe the bug
When loading the WASM image we provide the registry URL to Isito via the WASMPlugin resource. However we do not have a way to configure a imagePullSecret to authenitcate against a registry that is protected.
To Reproduce
Expected behavior
Additional context
Manual Workaround.
The text was updated successfully, but these errors were encountered: