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

The app should provide a way to to validate AWS Credentials #14

Open
maikbasel opened this issue Jan 12, 2024 · 0 comments
Open

The app should provide a way to to validate AWS Credentials #14

maikbasel opened this issue Jan 12, 2024 · 0 comments

Comments

@maikbasel
Copy link
Owner

See How to test credentials for AWS Command Line Tools](https://stackoverflow.com/a/42241040/9433578l).

maikbasel added a commit that referenced this issue Mar 4, 2024
This commit introduces the module `STSAdapter` that checks the
validity of AWS credentials by performing a `get_caller_identity`
operation via AWS's Secure Token Service (STS). A successful
operation indicates that the credentials are valid.

Refs: #14
maikbasel added a commit that referenced this issue Mar 7, 2024
This commit introduces unit tests to verify the validity of profile
credentials. It also incorporates a "Test Credentials" button on the
profile data table that enables users to verify their credentials.
The feature employs the `validate_credentials` feature of the
backend, which ensures the accuracy of the user's profile details.'

Refs: #14
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

No branches or pull requests

1 participant