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
Is your feature request related to a problem? Please describe.
Using our RM extension to browse a registry with TLS & without auth I get an invalid configuration screen. When I configure it to use TLS with skip certificate verification I would expect this to then be valid, however I get an invalid configuration error. Seemingly this is not supported.
Describe the solution you'd like
Support this use case.
Additional context
I can deploy a registry with TLS and without auth credentials and am able to use the API via curl. E.g. curl -X GET https://testing.portainer.io:443/v2/_catalog will return a response of {"repositories":[]}.
This discussion was converted from issue #4360 on July 27, 2023 04:31.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Using our RM extension to browse a registry with TLS & without auth I get an invalid configuration screen. When I configure it to use TLS with skip certificate verification I would expect this to then be valid, however I get an invalid configuration error. Seemingly this is not supported.
Describe the solution you'd like
Support this use case.
Additional context
I can deploy a registry with TLS and without auth credentials and am able to use the API via curl. E.g.
curl -X GET https://testing.portainer.io:443/v2/_catalogwill return a response of{"repositories":[]}.Beta Was this translation helpful? Give feedback.
All reactions