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

Certificate rotation causes recreation of fusionauth_idp_saml_v2 resource #268

Closed
sjauld opened this issue Apr 22, 2024 · 1 comment
Closed

Comments

@sjauld
Copy link
Contributor

sjauld commented Apr 22, 2024

The key_id of the fusionauth_idp_saml_v2 resource is marked as ForceNew: true. This means that when certificates are rotated, the SAMLv2 IDP resource is recreated with a new key, causing further configuration on the identity provider side.

This should be changed to ForceNew: false to enable certificate rotation.

PR to follow.

@mmanes
Copy link
Contributor

mmanes commented May 24, 2024

This change has been released as part of https://github.com/FusionAuth/terraform-provider-fusionauth/releases/tag/v0.1.106.

@mmanes mmanes closed this as completed May 24, 2024
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

Successfully merging a pull request may close this issue.

2 participants