-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When will AWS SSO resource be supported? #15018
Comments
Hi @Leectan. Could you provide some more detail on what resources you'd like to see from Terraform support for AWS Single Sign-On, please? Enabling and configuring AWS SSO requires manual steps in the AWS Console and the API operations in the AWS SDK seem to be related to authenticating with AWS SSO |
@gdavison Being able to assisgn users and permissions and possibly map the APIs that are provided by AWS. The intend is to fully deploy it using Terraform and not manually. |
Hi @Leectan. Unfortunately, the AWS API does not expose those operations, so the Terraform AWS provider is not able to configure AWS SSO. It needs to be done using the SSO Portal. However, nearly everything else can be done using Terraform, either with the AWS provider or others. For example, the AWS provider can configure AWS Organizations and Directory Services. Terraform can also configure identity providers such as Active Directory (in preview), Azure AD, and Okta. You might also be able to suggest to AWS that they add API access by opening a support request with AWS. I'm going to close this issue. If there are more developments around this service, please open another issue. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Description
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: