Skip to content

small aws qol updates#185

Closed
MSpencer87 wants to merge 3 commits into
rancher:mainfrom
MSpencer87:aws-qol-updates
Closed

small aws qol updates#185
MSpencer87 wants to merge 3 commits into
rancher:mainfrom
MSpencer87:aws-qol-updates

Conversation

@MSpencer87

Copy link
Copy Markdown
Contributor
  • added support for aws keys
  • allows public agents

@git-ival git-ival left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We should not include secret key inputs as they would be stored in the terraform state files which could be exposed. Also, there are multiple alternatives for providing authentication creds to the provider that are more secure.

Comment thread tofu/main/aws/main.tf
profile = var.aws_profile
region = var.region
profile = var.aws_profile
access_key = var.aws_access_key

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

node_module = var.node_module
node_module_variables = var.node_module_variables
network_config = var.network_config
public = var.public

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Do the agent nodes need public addresses? Our network configurations ensure that all nodes can communicate with each other via private addresses already. I'm not sure we would need to access agent nodes publically.

@MSpencer87

Copy link
Copy Markdown
Contributor Author

Closing this, changes are either unnecessary or obsolete

@MSpencer87 MSpencer87 closed this May 22, 2026
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.

2 participants