Joel Thompson

Results 10 comments of Joel Thompson

@jay-dee7 -- I haven't tried it, but perhaps you could call [`sts:GetFederationToken`](https://docs.aws.amazon.com/STS/latest/APIReference/API_GetFederationToken.html) with the returned credentials, and then use those credentials with the procedures described [here](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_enable-console-custom-url.html) to login to the...

Another option is to give the IAM users permission to set their own passwords, which they can do via the CLI and then use those passwords to login. Anyway, I...

@ebuzz -- I think you're talking about using Hologram in [serverless](https://github.com/AdRoll/hologram#serverless) mode and whether Hologram in serverless mode can accept ADFS users? As @copumpkin said, Holochrome just consumes credentials that...

Would love to see this as well. It also looks like #3061 is a duplicate.

It seems to have started flagging as an unknown action last September, being flagged as an unknown action in `AmazonSageMkaerGroundTruthExecution` managed policy in cb4be162c01a311a7caa11535314a30cf215c187 and also showed up in MAMIP...

Hi @nauckunas -- can you give a little more detail about the use case you have an mind? The external ID is generally only useful to solve the confused deputy...

Setting `AWS_STS_REGIONAL_ENDPOINTS=regional` and turning on VPC endpoint private DNS has been enough for now.

Seems like this is caused by #21523

The workaround also doesn't work for exhibitor, as it has two modules in the top-level project, exhibitor-core and exhibitor-standalone, the latter of which depends on the former, and so it'll...