pulumi / docs

All things Pulumi docs!
https://pulumi.com
Apache License 2.0
127 stars 222 forks source link

Add a doc for setting up SAML SSO using AWS #11799

Open praneetloke opened 5 years ago

praneetloke commented 5 years ago

...it would also be nice to have a doc that explains the various attributes that users are asked to configure.

lukehoban commented 3 years ago

@praneetloke Do you mean using AWS SSO with Pulumi, like as a fourth entry in https://www.pulumi.com/docs/guides/saml/?

praneetloke commented 3 years ago

Do you mean using AWS SSO with Pulumi, like as a fourth entry in https://www.pulumi.com/docs/guides/saml/?

@lukehoban yep that's right. However, I do think the SAML SSO overview doc should help users figure out the values in the absence of an AWS specific configuration doc.

susanev commented 2 years ago

@praneetloke is this still an issue?

interurban commented 10 months ago

hiya; We've created specific docs guides now for https://www.pulumi.com/docs/pulumi-cloud/oidc/ providers, and a specific guide for AWS https://www.pulumi.com/docs/pulumi-cloud/oidc/aws/ and example code to make this easy to configure : https://github.com/pulumi/examples/tree/master/aws-py-oidc-provider-pulumi-cloud . thank you!

ericrudder commented 10 months ago

@interurban ... I don't think this is at all what @praneetloke was asking for ... I think this request is for SAML settings

praneetloke commented 10 months ago

That's right. My comment above clarifies this a bit. Admittedly, the issue title wasn't clear that this was for SAML. I've updated it now.

Glad that a doc exists for configuring AWS for OIDC though. That's very helpful!