-
Notifications
You must be signed in to change notification settings - Fork 4
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
Mismatch on provider type in UI and resource for OIDC integration #102
Comments
@elumalaigjfrog Thanks for the report. This is curious as |
Hi @alexhung |
@jgrumboe Yes the |
@jgrumboe Looks like Terraform doesn't error out for import when the configuration is missing required attribute. I wonder if this is a bug or intentional. |
…idc-config Fix mismatch provider type in OIDC config
When importing a platform_oidc_configuration resource which was manually created in Artifactory using UI, the provider is imported as "provider_type": "Generic OpenID Connect" which is against the provider values as per the documentation.
provider_type (String) Type of OIDC provider. Can be generic or GitHub.
Artifactory Version: "version": "7.88.0",
Terraform version : 1.90
Terraform provider version: version = "1.8.0"
Expected behavior
The imported provided type should be generic or github
The text was updated successfully, but these errors were encountered: