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

feat: support AWS_PROFILE #1114

Merged
merged 1 commit into from
May 16, 2024
Merged

feat: support AWS_PROFILE #1114

merged 1 commit into from
May 16, 2024

Conversation

JuHyung-Son
Copy link
Contributor

@JuHyung-Son JuHyung-Son commented May 15, 2024

Closes #1113

📑 Description

support AWS_PROFILE when using aws integration.
so if there is profile in ~/.aws/credentials we can use AWS_RPOFILE=profile k8sgpt ~~
or if there is default profile in ~/.aws/credentials we can just k8sgpt ~~

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

ℹ Additional Information

@JuHyung-Son JuHyung-Son requested review from a team as code owners May 15, 2024 14:30
Signed-off-by: JuHyung-Son <sonju0427@gmail.com>
@AlexsJones AlexsJones merged commit 882c6f5 into main May 16, 2024
10 of 11 checks passed
@AlexsJones AlexsJones deleted the juhyung/1113 branch May 16, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Feature]: Support for AWS_PROFILE
2 participants