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

Document process for using Cyberduck with AWS IAM Identity Center #414

Closed
Almenon opened this issue Sep 1, 2023 · 2 comments · Fixed by #415
Closed

Document process for using Cyberduck with AWS IAM Identity Center #414

Almenon opened this issue Sep 1, 2023 · 2 comments · Fixed by #415

Comments

@Almenon
Copy link

Almenon commented Sep 1, 2023

Is your feature request related to a problem? Please describe.
There's no documentation on how to use cyberduck with AWS IAM Identity Center.

Describe the solution you'd like
Documentation for said feature.

Describe alternatives you've considered
Bumbling around until you figure out how to do it yourself. By default Cyberduck assumes you just have a access key id and secret, so it took me a bit to figure this out.

Additional context
I wrote up some documentation for it:


Using Cyberduck with AWS IAM Identity Center
Go to settings → Profiles. Select S3 (Credentials from AWS Command Line Interface). Your setting will automatically be saved, so you can close the window.

Next, download the AWS cli. Then, go to AWS IAM Identity Center and click on "Command line or programmatic access" for the account you want to access. Follow the instructions.

Try running aws s3 ls --profile=<profile>, replacing <profile> with your profile name. If you get results, you are good to continue.

Now, back to Cyberduck. Click on open connection and choose S3 (Credentials from AWS Command Line Interface). Type in your profile name and click connect. Now you should be able to see your buckets!

@dkocher dkocher transferred this issue from iterate-ch/cyberduck Sep 1, 2023
@dkocher dkocher changed the title [documentation] Please document process for using Cyberduck with AWS IAM Identity Center Document process for using Cyberduck with AWS IAM Identity Center Sep 1, 2023
@dkocher
Copy link
Contributor

dkocher commented Sep 1, 2023

Duplicates #399.

@dkocher
Copy link
Contributor

dkocher commented Sep 2, 2023

Documented in 1 but refers to AWS Single Sign-On (now known as AWS IAM Identity Center).

Footnotes

  1. https://docs.cyberduck.io/protocols/s3/#aws-single-sign-on

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 a pull request may close this issue.

2 participants