Anyone know how to manage proxmox users with SaltStack? I disable password for users by default in my Salt Config and all other PAM accounts use key based auth. This means I can't use PAM accounts for the web interface.
I have a salt state which installs and preconfigures ProxMox, but how can I add a PVE user with the role Administrator with Salt?
I can manage the shadow.cfg file with Salt, which will configure the user and password. How would I configure the ACLs? Is this information stored in a file somewhere? The wiki seems to be outdated and doesn't say much about how ACLs are stored. After using PVEUM to set up my user, shadow.cfg doesn't appear to contain any ACL information.
I have a salt state which installs and preconfigures ProxMox, but how can I add a PVE user with the role Administrator with Salt?
I can manage the shadow.cfg file with Salt, which will configure the user and password. How would I configure the ACLs? Is this information stored in a file somewhere? The wiki seems to be outdated and doesn't say much about how ACLs are stored. After using PVEUM to set up my user, shadow.cfg doesn't appear to contain any ACL information.