Replies: 3 comments 2 replies
-
The only thing I can think of is that someone tuned off the gateway authentication in your Vert.x Gateway's JSON configuration. |
Beta Was this translation helpful? Give feedback.
-
Hello Marc, Thank you for your response. "auth": { |
Beta Was this translation helpful? Give feedback.
-
Hi together, If you e.g. try to publish an API with wrong credentials it will fail because the auth still works. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I work in an API service, web service finally API management.
In my start-up, we want to set up an API management solution and preferably Open Source.
We have knowledge in API management.
We looked at the solutions available on the market and we were interested in APIMAN.
Therefore, we made a POC (Proof of Concept) by installing version 2.
Then as version 3.1.2.Final was released, we decided to test it and deploy it. We took vert.x gateways.
But we encounter a problem on the gateway side with the authentication part on this version 3 that we did not encounter with version 2.
In a few words, what we found is that we are trying the gateway; it accepts all logins/passwords. It does not take into account the login/password configured in the Keycloack: this is not really acceptable on the security side.
Below are some screenshots of our configuration:
To clarify things, we are using version 20 of Keycloack with version 3 on the APIMAN side.
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions