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

improve credential handling #394

Conversation

DaveYesland
Copy link
Collaborator

@DaveYesland DaveYesland commented Jan 9, 2024

What I hope is an overall improvement on how credentials are handled and imported in Pacu. Should make life easier.

  • Fixes Default AWS credential lookup behavior #273.
  • Refreshes credentials automatically after importing from a profile with import_keys
  • Allows importing system default AWS credentials by running import_keys with no args.
  • Allows option for importing system default AWS credentials if you try to run a module without ever setting keys
  • Refreshes system default creds automatically if used.

davidkutz-marks
davidkutz-marks previously approved these changes Jan 9, 2024
davidkutz-marks
davidkutz-marks previously approved these changes Jan 9, 2024
@DaveYesland DaveYesland dismissed davidkutz-marks’s stale review January 9, 2024 16:38

The merge-base changed after approval.

@DaveYesland DaveYesland merged commit a893c0f into RhinoSecurityLabs:master Jan 9, 2024
3 checks passed
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.

Default AWS credential lookup behavior
2 participants