Artur Krysiak
Artur Krysiak
For instance - DataSize?
Hi @leoww11Ptr, would you like to verify if a previous version works correctly? The previous version can be installed with: `pip install aws-adfs==`. If you could also share anonymized logs...
Please try most recent version. There was a fix for windows machine delivered. I hope it will solve the issue for you as well.
@leoww11Ptr any success with the most recent version?
Unfortunately I didn’t manage to solve it. I don’t have access to windows machine. Perhaps do you want to use workaround with docker? I can provide Dockerfile or compose with...
Hi, Sorry for the lack of response. I was pretty busy. Now, I started my vacations, so I count to have more time for aws-adfs. > Wiadomość napisana przez Andy...
Sorry for the delay. During summer time I’ve checked few scenarios. Unfortunately none of them gave me a clue about the cause of your trouble. Perhaps we could meet over...
@yermulnik, so let me rephrase your use case. We have situation as follows: - arn:aws:iam::11111111111:role/ReadonlyRole - arn:aws:iam::33333333:role/AwsomeRole - arn:aws:iam::33333333:role/ReadonlyRole - arn:aws:iam::777777777:role/AwsomeRole - arn:aws:iam::55555555:role/AwsomeRole When you use the command: `aws-adfs login...
There is an issue with the way how AWS SDK stores and reads authentication metadata. When a AWS session is authentication, the authentication metadata are stored within a specific profile,...
Thanks for the explanation ;) I forgot to copy your reasoning from the former issue - #70. Let's sum up. The goal of this change is to authenticate simultaneously multiple...