Sebastian Łaskawiec

Results 17 issues of Sebastian Łaskawiec

Deprovisioning service with Role Binding results in error: ``` fatal: [localhost]: FAILED! => {"changed": false, "error": 403, "failed": true, "msg": "Failed to retrieve requested object: User \"system:serviceaccount:myproject:apb-3e385e84-6a7a-4e2f-a344-4b81d0a838f2\" cannot get rolebindings...

bug

This is not always true (see [here](https://github.com/openshift/ansible-service-broker/blob/master/templates/deploy-ansible-service-broker.template.yaml#L259-L260)). In case of using http it returns the following warnings: ``` $ apb push --broker http://172.30.109.101:1338 2017-09-21 08:52:57,662 WARNING Retrying (Retry(total=2, connect=None, read=None,...

bug
tooling

### Enhancement Description - One-line enhancement description (can be used as a release note): Include raw request and response bodies in audit - Kubernetes Enhancement Proposal: - Discussion Link: https://github.com/kubernetes/kubernetes/issues/84571...

sig/auth
lifecycle/rotten

https://issues.redhat.com/browse/KEYCLOAK-8288 This Pull Request contains Observability design proposal. If you'd like to view it with inlined images, please use this link: https://github.com/slaskawi/keycloak-community/blob/KEYCLOAK-8288-Observability/design/observerability.md

https://issues.redhat.com/browse/KEYCLOAK-12398

This Pull Request contains a High Level Architecture overview of Keycloak Operator and its long-term vision. Better preview is available here: https://github.com/slaskawi/keycloak-community/blob/Operator-high-level-architecture/design/operator-architecture.asciidoc

Arquillian CUBE allows to wait for the service. However in some cases, it would be very useful to wait until all Pods (or specified Pods) become available and ready.

I'm currently migrating our templates into Ansible Service Broker. The API seems very similar but in some cases it's a bit different. Here are just a few examples: ``` oc...

##### Issue Overview Currently, Arquillian doesn't allow changing injected Web Driver objects into Pages per test-basis. Here's [an example](https://github.com/keycloak/keycloak/pull/5930#discussion_r263714054). In Keycloak testsuite we have a Page objects, that contain an...

The HOSA agent template in `master` branch causes `Failed to pull image "hawkular/hawkular-openshift-agent:dev": rpc error: code = 2 desc = manifest unknown: manifest unknown` errors. Steps to reproduce: 1. `wget...