Juan G.
Juan G.
Thanks @markwinter! It is already merged. Is it known which version this fix will be in? Thanks very much!
@kimwnasptd
Wow, this would be a great feature. In my case we are using operators to provision applications and having the chance to select which cluster (maybe in other clouds) can...
Hi @nmirasch . I am using Ubuntu 20.04. Yes, I am using default, wich is "stable" branch. Thanks very much!
Thanks @nmirasch ! BTW, after doing startServices.sh it gives me this output with some errors: ```Script requires your Kogito Quickstart to be compiled Project version: 1.22.1.Final ./startServices.sh: 10: [[: not...
Thanks @pefernan ! That worked! I don't understand why $(uname) doesn't work properly in my Ubuntu
Thanks @fjtirado . It doesn't return anything. In any case, @pefernan pointed me to the right solution: it's mandatory to add user and group in the URL! I don't understand...
Thanks @cristianonicolai but doing that disables /q/dev, which is the thing I want to play with. So, that doesn't work. Any other alternative?
No no, I just want to access Kogito Forms to play with them in Dev UI
Oh wait @cristianonicolai , it seems is due to the authentication in root path in these demos.... ``` quarkus.http.auth.permission.authenticated.paths=/* quarkus.http.auth.permission.authenticated.policy=authenticated ``` Let me check