Azure / azure-init

A minimal provisioning agent designed for Azure Linux VMs.
MIT License
7 stars 10 forks source link

[RFE] decouple mount/ovf logic out of get_username #81

Closed dongsupark closed 1 month ago

dongsupark commented 2 months ago

Current situation

@cjp256 pointed out in a comment that the mount/ovf logic is in get_username(). That is not ideal, as CDROM mount should be independent of authentication via IMDS.

Ideal future situation

We should consider decoupling the mount/ovf logic out of get_username().