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

Bug: APIM API CRD Revision support issue #4605

Open
anandpatra18 opened this issue Feb 28, 2025 · 0 comments
Open

Bug: APIM API CRD Revision support issue #4605

anandpatra18 opened this issue Feb 28, 2025 · 0 comments
Labels
bug 🪲 Something isn't working needs-triage 🔍

Comments

@anandpatra18
Copy link

Describe the bug

Issue face while trying to create API revision using the API CRD
When we try to create multiple revision of the same API using crd the revision with active flag 'true' is the only one that appears on APIM and the revision id is always 1 irrespective of the revision id we provide in the CRD
We are not able to deploy and see a revision with active flag 'false' as the CRD does nothing about it even though it shows to be successful on the Operator level and the CRD object is in success state.

Expected behavior

We should be able to create multiple revisions of a API using the crd and mange it with the active flag and revision id attributes of the CRD

To Reproduce

Use the CRD to create multiple revisions ,

Screenshots

No error hence no screenshots to share atm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working needs-triage 🔍
Projects
Development

No branches or pull requests

1 participant