Nerzal

Results 48 comments of Nerzal

Should be possible to implement. But importing Configs is tricky in Keycloak, as some configs can contain scripts, which have special requirements for imports and keycloak need to be configured...

The v3.1.0 implementation still has some bugs that need to be fixed

I started a new attempt. I'm making pretty good progress here. I can already parse general API info + lots of the operation parts. https://github.com/Nerzal/swag/pull/5

Sounds good. My current goal is to implement everything we have now in the OpenAPI 3.1 spec. As soon as this is working i'll make a PR to the new...

Okay, i'll open a Work in Progress PR now. We can use that to potentially discuss implementation details. Some comments like host, basepath and some more do not exist anymore...

I guess we could call it an MVP as soon as response objects and request bodies are correctly parsed, which is what i am working on currently. My next step...

![image](https://user-images.githubusercontent.com/9110370/227565095-0fe4064a-9eec-46d2-b773-2f991bb220b8.png) Yes implementing tests helps. More or less i try to adapt all existing tests

The first throw of the implementation is now on the V2 branch. It needs testing, feel free to report issues. I'll try to fix them

Yes, that would make sense. Keycloak loves to change the behaviour of stuff. It's hard to keep up with all these changes

Oh sorry i forgot to answer to the issue. The best way to test gocloak locally ist to use the makefile, which makes use of docker compose