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

Create IDP endpoint sends id field and gets 400 #391

Closed
shipperizer opened this issue Aug 30, 2024 · 1 comment · Fixed by #394
Closed

Create IDP endpoint sends id field and gets 400 #391

shipperizer opened this issue Aug 30, 2024 · 1 comment · Fixed by #394
Labels
bug Something isn't working

Comments

@shipperizer
Copy link
Contributor

when hitting the POST /api/v0/idps endpoint the UI sends the id field and gets back a 400 saying the field is not allowed

{"data":null,"message":"IDP ID field is not allowed to be passed in","status":400,"_meta":null}

Screenshot from 2024-08-30 11-48-00
Screenshot from 2024-08-30 11-48-08

API endpoint is writing to a k8s configmap directly, so the id is needed by the idp schema itself

we need to be able to allow it

@shipperizer shipperizer added the bug Something isn't working label Aug 30, 2024
Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/IAM-1017.

This message was autogenerated

@shipperizer shipperizer changed the title Create IDP endpoint sends id field instead of label Create IDP endpoint sends id field and gets 400 Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant