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

{request} - simple resource to manage the Multi-factor authentication setting #83

Open
kiddom-kq opened this issue Jan 28, 2022 · 1 comment

Comments

@kiddom-kq
Copy link

Hi.

When browsing the settings/security endpoint: https://app.launchdarkly.com/settings/security, there is a

Require multi-factor authentication for new members option.

Can you provide a simple TF resource to ensure that this setting stays checked?

At present, there is no way to force MFA for a user via the team_member resource so we are relying on the 'require mfa for new members' option to enforce MFA across our organization. It would be very helpful if we could have TF check the 'require mfa for new' setting status each time it is run as an audit / compliance mechanism.

@ldhenry
Copy link
Collaborator

ldhenry commented Jan 31, 2022

Hey @kiddom-kq,

This sounds like a good idea. Currently, this setting can only be modified via session auth so we will have to do some work on the back end to make is accessible via our public API. I'll consult with our application and security teams to see if there are any objects and report back here when I get a better response.

Thanks,
Henry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants