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

FIPS 140-2 compliance #6038

Closed
oalbrigt opened this issue Mar 24, 2021 · 3 comments
Closed

FIPS 140-2 compliance #6038

oalbrigt opened this issue Mar 24, 2021 · 3 comments
Labels
closed-for-staleness feature-request A feature should be added or improved.

Comments

@oalbrigt
Copy link

Is your feature request related to a problem? Please describe.
Some companies and governments require the OS to run in FIPS 140-2 compliant mode, which will make awscli not work without the FIPS patch below.

Describe the solution you'd like
Implementation: #3078

@oalbrigt oalbrigt added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Mar 24, 2021
@kdaily
Copy link
Member

kdaily commented Mar 24, 2021

Hi @oalbrigt, thanks for opening this and providing the proposed change. The AWS CLI V2 has already removed RSA as a dependency and uses cryptography. The V1 client cannot rely on this as we cannot use packages with C extensions. Using the V2 client should give you this functionality.

See the following commits:

@kdaily kdaily added response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. and removed needs-triage This issue or PR still needs to be triaged. labels Mar 24, 2021
@oalbrigt
Copy link
Author

Great. When will v2 be available via pip?

@github-actions github-actions bot removed the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Mar 25, 2021
@kdaily
Copy link
Member

kdaily commented Mar 25, 2021

Hi @oalbrigt, we are not planning to provide releases of the v2 client through PyPI. However, a source distribution will be provided. You can follow updates on this here for now, pending an announcement of when that would be made available:

#4947 (comment)

@kdaily kdaily added the closing-soon This issue will automatically close in 4 days unless further comments are made. label Mar 25, 2021
@github-actions github-actions bot added closed-for-staleness and removed closing-soon This issue will automatically close in 4 days unless further comments are made. labels Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-for-staleness feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

2 participants