vmware-archive/admiral

accessing plain http registry

tallboi123 opened this issue · 2 comments

im running Admiral as a container and want to kadd a plain http repositoy but it fails stating it is not using https. "Plain HTTP registry detected! Your connection to this registry is not secure. Make sure your hosts are properly configured and can connect to it."

From what I understand I need to set the configuration file with the property below . Is that correct?

allow.registry.plain.http.connection=true

Hi @tallboi123,

Yes, that's the property you should set. Check 1 and 2

@tallboi123 - Run "sudo docker exec admiral sh -c “echo allow.registry.plain.http.connection=true >> /admiral/config/dist_configuration.properties” and restart the container.