Alexey Kazakov
Alexey Kazakov
@vrubezhny is on vacation right now. He will be back on next Monday. We do use AngularJS extension points in JBoss Tools but I don't think this is a big...
So, you are going to stop watching CSVs, right? Our Sandbox clusters have thousands of them.
@kwk that's interesting yes. I didn't find what exactly is expected in the token by GOA JWT security middleware is some scopes are defined in design. But it looks like...
@kwk GOA resources != AuthZ resources. If I understand correctly GOA JWT Middleware will check top level scope claim in the token when accessing some endpoint (resource/action): “scopes”:[“view”,”contribute”] But we...
WIT also imports fabric8-auth/token/jwk
> Can we outsource the jwk package from auth? Yes we can. We intentionally made this package independent on any other Auth packages to be able to re-use it outside...
It's done for fabric8-cluster - https://github.com/fabric8-services/fabric8-cluster/issues/12
This PR is ready for review. It's WIP until we finish additional testing to make sure the issue is fixed by this PR.
@ebaron but if the majority of the data from actual response is ignored by our code then what's the point of keeping it in the tests? How it would help...
@ebaron yeah... if we add some code that requires additional permission which are missing in the response payload then the test will fail anyway. So, you will have to update...