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

IAM > IDCS > Terraform to IDCS integration with Metadata.xml file #15

Open
tutorialbyexample opened this issue May 22, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@tutorialbyexample
Copy link

terraform -version
Terraform v0.12.19

  • provider.oci v3.59.0

resource "oci_identity_identity_provider" "identity_provider" {
#Required
compartment_id = var.compartment_ocid
description = var.identity_provider_description
#metadata = var.identity_provider_metadata
metadata = "${var.identity_provider_metadata != "" ? var.identity_provider_metadata : "${file("${var.identity_provider_metadata_file}")}"}"
metadata_url = var.identity_provider_metadata_url
name = var.identity_provider_name
product_type = var.identity_provider_product_type
protocol = var.identity_provider_protocol

#Optional
#defined_tags = {"Operations.CostCenter"= "42"}
freeform_attributes = var.identity_provider_freeform_attributes
freeform_tags = var.identity_provider_freeform_tags

}

Where identity_provider_metadata_file im adding metadata.xml file location what was download from https://idcs-XXXXXXXXXXX.identity.oraclecloud.com/fed/v1/metadata

and finally not working, anything need to do for this? or Yet this feature not available in terraform.

Where as once we are creating IDCS from console working file with URL, Client Id and Secret.

@kral2 kral2 added the enhancement New feature or request label Jan 25, 2021
@kral2
Copy link
Contributor

kral2 commented Jan 25, 2021

Hello,

The module is currently not supporting IDCS integration.
We would have to first investigate about such support on the Terraform provider, then see for a potential addition to the iam module.

I will keep this issue as future worl to investigate, but would also let you know that it is not the current priority for the module development.

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

No branches or pull requests

2 participants