Skip to content
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

[Feature Request]: Update the SSH Key Generation in e.g. the VM module to use the [REST call](https://learn.microsoft.com/en-us/rest/api/compute/ssh-public-keys/generate-key-pair?tabs=HTTP) instead #3118

Closed
AlexanderSehr opened this issue Apr 18, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@AlexanderSehr
Copy link
Contributor

AlexanderSehr commented Apr 18, 2023

Description

Currently, the test cases (e.g., ref)

  1. Generate the SSH Key using a deployment script
  2. Then deploy the SSH Key Resource and provide it with the key
  3. Return the public key to e.g. the VM

The way that is documented / recommended in the docs is actually to use a REST for the generation instead.

This would change the flow to

  1. Deploy the SSH Key Resource
  2. Trigger the REST call using a deployment script
  3. Return the generated public SSH key to e.g. the VM
@AlexanderSehr AlexanderSehr added the enhancement New feature or request label Apr 18, 2023
@AlexanderSehr
Copy link
Contributor Author

Was implemented in the meantime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant