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

Add Radius support for aws_directory_service_directory #12639

Closed
ablackrw opened this issue Apr 2, 2020 · 3 comments · Fixed by #14045
Closed

Add Radius support for aws_directory_service_directory #12639

ablackrw opened this issue Apr 2, 2020 · 3 comments · Fixed by #14045
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/ds Issues and PRs that pertain to the ds service.
Milestone

Comments

@ablackrw
Copy link
Contributor

ablackrw commented Apr 2, 2020

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • 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
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

In our modern security environment, multi-factor authentication on enterprise applications is rapidly becoming a must-have. In order to implement MFA for Amazon's enterprise applications (WorkSpaces, WorkDocs, WorkMail, QuickSight, SSO, and console), it is necessary to configure Radius authentication on aws_directory_service_directory resources of type ADConnector or MicrosoftAD.

New or Affected Resource(s)

  • aws_directory_service_directory

Potential Terraform Configuration

resource "aws_directory_service_directory" "example" {
  name = var.adc_domain
  password = var.adc_pass
  size = "Small"
  type = "ADConnector"
  radius {
    protocol = "PAP"
    label = "MyRadius"
    port = 1200
    retries = 2
    servers = ["172.168.111.12"]
    timeout = 1
    secret = "12345678"
    same_username = true
  }
}

References

@ablackrw ablackrw added the enhancement Requests to existing resources that expand the functionality or scope. label Apr 2, 2020
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Apr 2, 2020
@anGie44 anGie44 removed the needs-triage Waiting for first response or review from a maintainer. label Apr 2, 2021
@breathingdust
Copy link
Member

Hi all 👋 Just letting you know that this is issue is featured on this quarters roadmap. If a PR exists to close the issue a maintainer will review and either make changes directly, or work with the original author to get the contribution merged. If you have written a PR to resolve the issue please ensure the "Allow edits from maintainers" box is checked. Thanks for your patience and we are looking forward to getting this merged soon!

@ewbankkit ewbankkit added the service/ds Issues and PRs that pertain to the ds service. label Jul 26, 2022
@github-actions github-actions bot added this to the v4.26.0 milestone Aug 9, 2022
@github-actions
Copy link

This functionality has been released in v4.26.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/ds Issues and PRs that pertain to the ds service.
Projects
None yet
5 participants