Skip to content

Conversation

@pec1985
Copy link
Contributor

@pec1985 pec1985 commented Oct 13, 2025

No description provided.

jhaynie and others added 18 commits August 18, 2025 22:28
* AWS initil implementation

* more work on getting aws working from scratch

* refactor awsSpecification commands

* More work on gettting AWS working

* cluster create and machine create commands fixes

* checks if clustering is enabled for the authenticated user

* remove debug logs

* Small nits from Coder Rabbit

* cleanup
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 13, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch AZURE

Comment @coderabbitai help to get the list of available commands and usage tips.

`echo '{ENCRYPTION_PRIVATE_KEY}' | base64 -d | openssl ec -inform DER -outform PEM > /tmp/agentuity-key.pem`,
`aws --region {AWS_REGION} secretsmanager create-secret --name '{AWS_SECRET_NAME}' --description 'Agentuity Cluster Private Key' --secret-string file:///tmp/agentuity-key.pem`,
`rm -f /tmp/agentuity-key.pem`,
`aws --region {AWS_REGION} secretsmanager create-secret --name '{AWS_SECRET_NAME}' --description 'Agentuity Cluster Private Key' --secret-string {ENCRYPTION_PRIVATE_KEY}`,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its the org private key not cluster


// Always use the cluster region first, fall back to detected/default only if not specified
region = cluster.Region
fmt.Println("Region: ", region)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove


func azure_checkSSHKey() string {
cmd := []string{
`if [ ! -f ~/.ssh/id_rsa.pub ]; then echo "SSH key not found, generating new key pair..."; ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa -N "" -q; echo "SSH key generated at ~/.ssh/id_rsa"; else echo "SSH key found at ~/.ssh/id_rsa.pub"; fi`,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to support newer edrsa keys probably too

Base automatically changed from infra to main October 24, 2025 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants