-
Notifications
You must be signed in to change notification settings - Fork 39
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
Comments
It would be helpful if you could submit a PR or, at the least, explain exactly which |
https://github.com/pvizeli/pycognito/blob/67663552bf1b926f37794822b8467ad5aded6f41/pycognito/__init__.py#L200-L203 These 2 clients have these 3 additional parameters. |
Released in 2022.11.2. |
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.
The text was updated successfully, but these errors were encountered: