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

TF Resource auth0_connection missing options.attributes to support new Connection Attributes (Flexible Identifiers) #1001

Open
1 task done
chrishaynes21 opened this issue Aug 14, 2024 · 1 comment
Labels
🌱 feature New feature or request

Comments

@chrishaynes21
Copy link

chrishaynes21 commented Aug 14, 2024

Checklist

Describe the problem you'd like to have solved

We manage our various Auth0 tenants via Terraform. However, the new attributes feature on database connections doesn't have an option to be enabled and configured via Terraform. I've poured over the schema for the resource auth0_connection v1.4.0, and the closest I can find is the options.attributes_map.attributes, but that appears to be for mapping incoming fields from external IdPs, not database connections.

Describe the ideal solution

Add support for attributes in the options object in the TF connection resource, since it is already in the API.

{
        "attributes": {
            "email": {
                "signup": {
                    "status": "required",
                    "verification": {
                        "active": true
                    }
                },
                "identifier": {
                    "active": true
                },
                "profile_required": true
            }
        },
}

Alternatives and current workarounds

We can click around the UI, but it's better for us to audit changes via code.

Additional context

No response

@chrishaynes21 chrishaynes21 added the 🌱 feature New feature or request label Aug 14, 2024
@chrishaynes21 chrishaynes21 changed the title auth0_connection missing options.attributes to support new connection attributes TF Resource auth0_connection missing options.attributes to support new Connection Attributes (Flexible Identifiers) Aug 16, 2024
@timgates42
Copy link
Contributor

@chrishaynes21 I believe this PR adds support for what you are after #991

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

No branches or pull requests

2 participants