improvement: controllers should access zot via https #139
Labels
area/ipcei
Important Project of Common European Interest
kind/feature
new feature, enhancement, improvement, extension
Milestone
Description
In the initial implementation the in-cluster registry is accessed via
http
. As a consequence, one has to the deploy the controllers withmake deploy-dev
. When deployed withmake deploy
, the registry is set up withhttps
configuration, and so the controllers are not able to access it. Also for security reasons it would be better to have the communication going viahttps
.Done criteria:
https
make deploy
andmake deploy-dev
https
setup is used in e2e testsThe text was updated successfully, but these errors were encountered: