You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to automate some Quicksight admin (undocumented) API operations, which appear to be authenticated through AWS console cookies combined with a CSRF validation (through the mbtc parameter).
Would you be open to review a pull request for that?
I'm yet to write the code, but was thinking about including a method for that on awsapilib/tree/main/awsapilib/authentication/authentication.py
The text was updated successfully, but these errors were encountered:
Hi @thiagoeh , I have completely refactored the code into something that makes more sense so if you are still interested in this feature, have a look at the branch https://github.com/schubergphilis/awsapilib/tree/fix-root-login which should be much easier to understand than the previous iteration of the code.
I'm trying to automate some Quicksight admin (undocumented) API operations, which appear to be authenticated through AWS console cookies combined with a CSRF validation (through the
mbtc
parameter).Would you be open to review a pull request for that?
I'm yet to write the code, but was thinking about including a method for that on awsapilib/tree/main/awsapilib/authentication/authentication.py
The text was updated successfully, but these errors were encountered: