cyberark / conjur-authn-iam-client-python

Python client for using Conjur with authn-iam
https://conjur.org
Apache License 2.0
2 stars 4 forks source link

Migrate repo #1

Closed JakeQuilty closed 4 years ago

JakeQuilty commented 4 years ago

TODO:

Migrating from: https://github.com/AndrewCopeland/conjur-iam-api-key

JakeQuilty commented 4 years ago

Everything should be all set besides some details in README and CONTRIBUTING

JakeQuilty commented 4 years ago

Added @izgeri first two suggestions

AndrewCopeland commented 4 years ago

The use of us-east-1 being hardcoded is intended since we use the global AWS STS service for IAM role authentication.

From AWS documentation:

2. Region information as a lowercase alphanumeric string. Use the Region name that is part of the service's endpoint. For services with a globally unique endpoint such as IAM, use us-east-1

https://docs.aws.amazon.com/general/latest/gr/sigv4_changes.html

AndrewCopeland commented 4 years ago

Regarding the tag. How would you recommend I tag this repo? What would the git command look like?

izgeri commented 4 years ago

@AndrewCopeland we provide some pretty detailed guidelines on how we typically tag Conjur projects here

Please also feel free to get in touch if you have questions, either in a community GitHub issue or in Discourse.