-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azure: fails with ignition+password auth #405
Comments
Thanks for the report. |
Still seeing this in e.g. openshift/installer#3613 |
@cgwalters to the best of my knowledge you shouldn't be seeing this in OpenShift, as by design it is not supposed to use cloud SSH keys (unless that design decision changed at some point). |
Ah, right: https://gitlab.cee.redhat.com/coreos/redhat-coreos/merge_requests/972 |
I do suspect we are getting back an empty property value or some other kind of magic marker. If that's indeed the way for the platform to signal "SSH keys are disabled", we should probably gracefully warn and exit without error in that specific case. |
I just checked on a password-auth instance, and indeed there is no <Configuration>
<HostingEnvironmentConfig>http://168.63.129.16:80/...</HostingEnvironmentConfig>
<SharedConfig>http://168.63.129.16:80/...</SharedConfig>
<ExtensionsConfig>http://168.63.129.16:80/...</ExtensionsConfig>
<FullConfig>http://168.63.129.16:80/...</FullConfig>
<ConfigName>http://168.63.129.16:80/...</ConfigName>
</Configuration> |
I booted a FCOS VM in Azure with just an Ignition config and
--authentication-type password
to disable Azure's requirement for SSH keys.The text was updated successfully, but these errors were encountered: