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

Accessing STS through API Call/Bash Command #11909

Closed
cyberduck opened this issue Nov 12, 2021 · 1 comment
Closed

Accessing STS through API Call/Bash Command #11909

cyberduck opened this issue Nov 12, 2021 · 1 comment
Assignees
Labels
duplicate feature s3 AWS S3 Protocol Implementation

Comments

@cyberduck
Copy link
Collaborator

5678691 created the issue

My team accesses AWS through an STS process whereby a call is made to an API endpoint to retrieve credentials (AccessKeyId, SecretAccessKey, and SessionToken). For the AWS CLI we define the profile in the /.aws/credentials using credential_process and executing a bash command (this pulls authorization from my machine, calls the credentials API, and returns the credentials in a json format). This works just fine with the AWS CLI, but does not work with Cyberduck.

Is it possible to enable support for something like this?

[CyberDuckTesting]
region = us-west-2
credential_process = bash -c "~/.aws/fetch-cred.sh 111111111111"
@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #11664.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate feature s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants