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

Error: 400-IdcsConversionError, Post request failed{"schemas" #14

Open
krimac opened this issue Nov 2, 2022 · 3 comments
Open

Error: 400-IdcsConversionError, Post request failed{"schemas" #14

krimac opened this issue Nov 2, 2022 · 3 comments

Comments

@krimac
Copy link

krimac commented Nov 2, 2022

While deploying i am getting following error, probably related to #13

oci_identity_user.nc-bucket-user: Creating...
oci_objectstorage_bucket.nc-bucket-data: Creating...
oci_objectstorage_bucket.nc-bucket: Creating...
oci_objectstorage_bucket.nc-bucket-data: Creation complete after 0s [id=n/frhe6y3cxplt/b/nextcloud-bucket-data]
oci_objectstorage_bucket.nc-bucket: Creation complete after 0s [id=n/frhe6y3cxplt/b/nextcloud-bucket]

Error: 400-IdcsConversionError, Post request failed{"schemas":["urn:ietf:params:scim:api:messages:2.0:Error","urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error"],"detail":""nextcloud-bucket-user@ocid1.tenancy.REDACTED********.internal" is an invalid format for an email address . The format must be compliant with RFC 5322.","status":"400","urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error":{"messageId":"error.common.validation.invalidEmailFormat"}}

@chadgeary
Copy link
Owner

i was able to apply cleanly, darn. Trying something else now.

@chadgeary
Copy link
Owner

3a02823 pushed, same deal

mv oci.tfvars custom.tfvars
git pull
mv custom.tfvars oci.tfvars

@krimac
Copy link
Author

krimac commented Nov 3, 2022

hi, i was able to deploy completely but in order to do so i substituted my email adress in the oci-iam.tf file as I was still getting the same error as before.

resource "oci_identity_user" "nc-bucket-user" { compartment_id = data.oci_identity_compartment.nc-root-compartment.id description = "OCI bucket user" name = "${var.nc_prefix}-bucket-user" email = "**xyz@gmail.com**"

i purged the deployment as i had trouble with the duckdns setup and can not redeploy now as i hit the vault limit and it takes some days to delete the entries, will get back to it once oci lets me deploy again

br

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