In what area(s)?
|
//TODO: Add autogenerate public key logic via REST API call in uidefinition file |
|
/* |
|
resource autogenerate_publickey 'Microsoft.Compute/sshPublicKeys@2023-09-01' = if (autogenerateSecrets) { |
|
name: 'autoGeneratedKey' |
|
location: location |
|
} |
|
*/ |
Describe the feature
Just wondering if the auto-generate SSH public key feature is coming anytime soon?
It’d be super helpful to have this working, especially for smoother deployments without needing to pre-create keys manually.
In what area(s)?
cyclecloud-slurm-workspace/bicep/publicKey.bicep
Lines 4 to 10 in 5eb50c8
Describe the feature
Just wondering if the auto-generate SSH public key feature is coming anytime soon?
It’d be super helpful to have this working, especially for smoother deployments without needing to pre-create keys manually.