Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.

Support aws login - #732

Closed
khmoryz wants to merge 1 commit into
aws-cloudformation:mainfrom
khmoryz:support-aws-login
Closed

Support aws login#732
khmoryz wants to merge 1 commit into
aws-cloudformation:mainfrom
khmoryz:support-aws-login

Conversation

@khmoryz

@khmoryz khmoryz commented Nov 24, 2025

Copy link
Copy Markdown
Collaborator

Upgrade to aws-sdk-go-v2 v1.40.0 (latest)

This change adds support for the aws login command, which simplifies acquiring AWS credentials.

Reference:
https://aws.amazon.com/jp/blogs/security/simplified-developer-access-to-aws-with-aws-login/

Quick test

❯ ./rain ls
could not establish AWS credentials; please run 'aws configure' or choose a profile

❯ aws login
Attempting to open your default browser.
If the browser does not open, open the following URL:

...

❯ ./rain ls
CloudFormation stacks in ap-northeast-1:

...

❯ aws logout
Removed cached login credentials for profile 'default'. Note, any local developer tools that have already loaded the access token may continue to use it until its expiration. Access tokens expire in 15 minutes.

❯ ./rain ls 
could not establish AWS credentials; please run 'aws configure' or choose a profile

@skolsuper

Copy link
Copy Markdown

Yes please. Who can we tag to get attention on this?

@khmoryz

khmoryz commented Jul 12, 2026

Copy link
Copy Markdown
Collaborator Author

Superseded by a Dependabot update, so I'm closing this PR.

@khmoryz khmoryz closed this Jul 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants