Update addCloud endpoint doc with GCE#132
Merged
Merged
Conversation
ankicabarisic
approved these changes
Apr 24, 2025
| - `username` (string): The SSH username. | ||
| - `keyPairName` (string): The name of the key pair used for SSH access. | ||
| - `publicKey` (string or `null`): The public key in RSA format. If not required, use `null`. | ||
| - `keyPairName` (string): The name of the key pair used for SSH access (can be set for Openstack and AWS). |
Member
There was a problem hiding this comment.
here we need to be more strict
i would say must be set for ...
and later also to be explicit about private and public key.
if i understood correct it is mandatory to have both for Azure, for AWS just a private one
Member
Author
There was a problem hiding this comment.
According to NS config windows in the RM portal:
For AWS: username, private key and keypair are optional.
For Azure: username and password must be set. Public key is optional.
For GCE: username, public key and private key are optional.
|
fviale
pushed a commit
that referenced
this pull request
Apr 25, 2025
* Update addCloud endpoint doc with GCE * Update addCloud endpoint doc with GCE (cherry picked from commit 6cb4f0e)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.