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

Sichere Eingabe des AWS Secret Access Key durch getpass #71

Merged
merged 1 commit into from
May 20, 2024

Conversation

kurmann
Copy link
Owner

@kurmann kurmann commented May 20, 2024

Änderungen:

  • Verwendung von getpass für die Eingabe des aws_secret_access_key.

Auswirkungen für Anwender:

  • Der aws_secret_access_key wird bei der Eingabe maskiert und erscheint nicht mehr im Klartext.
  • Der Key wird niemals in den Logs angezeigt, was die Sicherheit erhöht.

Details:

  • Bisher wurde der aws_secret_access_key im Klartext über input() eingegeben, was ein Sicherheitsrisiko darstellte.
  • Durch getpass.getpass() wird die Eingabe des Secrets maskiert, sodass dieser nicht im Klartext angezeigt wird.

Diese Änderung verbessert die Sicherheit bei der Eingabe und Verarbeitung von AWS-Zugangsdaten.

@kurmann kurmann added the enhancement New feature or request label May 20, 2024
@kurmann kurmann linked an issue May 20, 2024 that may be closed by this pull request
@kurmann kurmann removed the enhancement New feature or request label May 20, 2024
@kurmann kurmann merged commit a1a2151 into main May 20, 2024
3 checks passed
@kurmann kurmann deleted the 70-password-entry-for-aws-cli branch May 20, 2024 07:20
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 this pull request may close these issues.

password entry for aws cli
1 participant