If you haven’t used the password function note you have to refer to it as password/##/name always. I wish it created a alias for secret/name after the gen
Get-LocalUser -Name “Administrator” | Set-LocalUser -Password $MySecureString
oh I have a typo but if it works great
probably should be ‘password/##’
meaning how long you want the password
Also, once prod probably want to make some sort of naming scheme so you can filter cypher to specific users/tenants but should suffice small scale testing
v\Bq#(N8#P=[01|
Oh sorry to keep spamming reverse your quoting
‘<%=cypher.read(“password/” + instance.name)%>’
If I use the 15 or other number, it includes that in the mountpoint, is that what you mean about wanting it to create an alias ?
Powershell will bark if you get the wrong symbol in the password otherwise
yes it includes in the mountpoint and most people consume cypher at a “secret/” mount point
(and note) I have a long standing feature request to have a decrypt button on the instances and just use the morpheus random password if none provided on Administration > provisioning so campuses and allow users to spin up singular vms and have a password changed
thanks for your help on this. Nice little share for a PoC