James Rawlings

Results 134 comments of James Rawlings

We could use the content repo rather than jenkins itself in this case. Shouldn't be too much to tweak it.

In the keycloak logs we get more info: ``` 15:23:51,832 ERROR [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-45) RESTEASY002005: Failed executing GET /admin/realms/fabric8/clients: org.keycloak.services.ForbiddenException at org.keycloak.services.resources.admin.RealmAuth.requireAny(RealmAuth.java:56) at org.keycloak.services.resources.admin.RealmAdminResource.(RealmAdminResource.java:139) at org.keycloak.services.resources.admin.RealmsAdminResource.getRealmAdmin(RealmsAdminResource.java:205) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at...

Ok awesome! I'll have a crack at the automating that via the realm.json unless that's something you're already looking at? https://github.com/fabric8io/fabric8-platform/blob/master/apps/keycloak/src/main/fabric8/cm.yml#L14

@samiaben88 ok I think it's going to be best that everything is on the latest version TBH and easier to investigate. Having said that if the console is getting stuck...

can you expand the details section? in https://github.com/fabric8io/fabric8/issues/6391#issuecomment-250134104 hopefully that gives us the request.

I'm not sure what this `BuildConfig "authorization-server2"` is or where it's coming from but the error is saying that it's missing the source secret name. Is this an existing buildconfig...

Ok my initial `oc edit bv` was a typo and should have been `oc edit bc` but that doesn't matter as the authorization-server2 buildconfig (bc) wasn't found anyhow. So you've...

@samiaben88 ok so I think this issue is becoming a bit confused. Lets take a step back, I'm not clear what problem you are currently having. If there's more than...

> And I got this problem, but I already did that before and never face that issue. @samiaben88 sorry the bit I'm not understanding is I'm not clear what 'this...

Should it be a clean project? Do you have any other build configs in the project? ``` oc get buildconfigs ```