Joern Barthel

Results 48 comments of Joern Barthel

Might also be interesting to contrast ADF (at least it's relevant functional subset) with the new [OU / account deployments of CF StackSets](https://aws.amazon.com/about-aws/whats-new/2020/02/aws-cloudformation-stacksets-introduces-automatic-deployments-across-accounts-and-regions-through-aws-organizations/) and [CT's own customization solution](https://aws.amazon.com/solutions/customizations-for-aws-control-tower/). Edit: I...

Well, it can't be enforced - no regular username / principal is available (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-event-reference-user-identity.html).

https://aws.amazon.com/blogs/security/easily-control-naming-individual-iam-role-sessions/

I cannot really reproduce the issue. Will retries also solve it? Or do you need to physically unplug / re-plug the device?

Finally reproduced it and tracked it here: https://github.com/yawn/ykoath/issues/14. I believe the easiest fix is to have platform specific recovery options such as (e.g. on Mac) sending `KILL` to `com.apple.ctkpcscd`. Or...

Thanks for the bugreport @janborch - I'll look into it!

Currently `awsu` actually treats both locations as one and the same since for historical reasons they were just symlinked to one file (on my machine). I'll fix it in the...

Sorry for the late response / reaction. Please also see the discussion here https://github.com/kreuzwerker/awsu/pull/45#issuecomment-599235037 and please give me some feedback.

Hm. Looking at #43, re-reading the CLI [documentation](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) references there and having a look at the entries of my now de-symlinked config (specifically the SSO entries) I've come to the...

After a bit of discussion the approach that would be most suitable seems to be indeed: 1) read first `config`, then `credentials` and merge them field-by-field 2) drop `profile` from...