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

Allow passing through endpoint_url, use_ssl and verify to botoclient #173

Closed
Amejonah1200 opened this issue Nov 17, 2022 · 3 comments
Closed

Comments

@Amejonah1200
Copy link

Amejonah1200 commented Nov 17, 2022

In some implementations of logins are proxying calls through their own systems. Botoclient has a endpoint_url parameter, but pycognito doesn't allow to pass it. Also, when using this lib from an internal corporate network, the ssl fails as there is one self signed cert in the chain, I would like to be able to configure those.

RequestSrpAuth should have it and Cognito, which takes it and packs in kwargs for boto client.

  • use_ssl
  • verify
  • endpoint_url
@Amejonah1200 Amejonah1200 changed the title Allow passing through endpoint_url to botoclient Allow passing through endpoint_url, use_ssl and verify to botoclient Nov 17, 2022
@nk9
Copy link

nk9 commented Nov 21, 2022

It would be helpful if you could submit a PR or, at the least, explain exactly which pycognito methods you would like to call with these additional arguments.

@Amejonah1200
Copy link
Author

Amejonah1200 commented Nov 21, 2022

nk9 added a commit to nk9/pycognito that referenced this issue Nov 21, 2022
@nk9
Copy link

nk9 commented Nov 27, 2022

Released in 2022.11.2.

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

2 participants