Skip to content
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

[New Resource]: aws_ssoadmin_application_grant #34764

Open
jar-b opened this issue Dec 6, 2023 · 4 comments
Open

[New Resource]: aws_ssoadmin_application_grant #34764

jar-b opened this issue Dec 6, 2023 · 4 comments
Labels
new-resource Introduces a new resource. service/ssoadmin Issues and PRs that pertain to the ssoadmin service.

Comments

@jar-b
Copy link
Member

jar-b commented Dec 6, 2023

Description

Manage AWS Identity Center application grants with Terraform.

Requested Resource(s) and/or Data Source(s)

  • aws_ssoadmin_application_grant

Potential Terraform Configuration

resource "aws_ssoadmin_application_grant" "example" {
  application_arn = aws_ssoadmin_application.example.application_arn
  grant_type      = "authorization_code"

  grant {
    authorization_code {
       redirect_uris = [""]
    }

    # only one grant type may be configured within a block, but
    # all available types should be supported.
    #
    # jwt_bearer {}
    # refresh_token {}
    # token_exchange {}
  }
}

References

Would you like to implement a fix?

None

Copy link

github-actions bot commented Dec 6, 2023

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@github-actions github-actions bot added the service/ssoadmin Issues and PRs that pertain to the ssoadmin service. label Dec 6, 2023
@jar-b jar-b added the new-resource Introduces a new resource. label Dec 6, 2023
@DanielRieske
Copy link
Contributor

👋 I'll gladly pick this issue up, we are however blocked till #34839 is merged.

The JwtBearerGrant requires down the line a TrustedTokenIssuerArn and to create a full test-suite I'd need the resource in the PR above.

@shannonrdunn
Copy link

Heya @DanielRieske was just looking into this resource, and found this issue. Was there anything blocking from continuing now that #34839 was merged? I can take a look into implementing this, just wanted to know if you ran into an issue before I did!

@DanielRieske
Copy link
Contributor

DanielRieske commented Jan 20, 2025

Hi @shannonrdunn 👋,

Seems I worked on this resource back in April 2024 (DanielRieske@e108ef8#diff-3047089b4a5988f7e3010617d25396a363d0a9f1ce56511723d912910a824a7d) but the migration of the aws-sdk took priority and I put this one on the back burner.

It seems I implemented the majority of it, I would be happy to take a look at this resource again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-resource Introduces a new resource. service/ssoadmin Issues and PRs that pertain to the ssoadmin service.
Projects
None yet
Development

No branches or pull requests

3 participants