Christian Hügel
Christian Hügel
I added the groups scope to the client but still complains with the error: ``` INFO gitops.auth-server auth/server.go:226 authz redirect callback failed {"error": "invalid_scope", "error_description": "Invalid scopes: profile openid email...
I wounder how ProxyInjector invokes keycloak-gatekeeper: shouldnt it be through the config.yml file like ` /keycloak-gatekeeper --config config.yml`?
@rasheedamir yes, it is This is the secret config.yaml for proxyinjector: ``` discovery-url: https://sso.xxxx.com/auth/realms/nv-services gatekeeper-image: "keycloak/keycloak-gatekeeper:7.0.0" upstream-url: http://127.0.0.1:8080 redirection-url: https://hello.xxxxx.com target-port: 3000 source-service-name: http-svc client-id: hello listen: 0.0.0.0:3000 client-secret: xxxxxxxxx...
Nevermind, I had a typo in the config.
@Stolr I had a typo in my deployment yaml. This is a working example: ``` apiVersion: apps/v1 kind: Deployment metadata: name: http-svc-v2 annotations: authproxy.stakater.com/enabled: "true" authproxy.stakater.com/redirection-url: https://hello.example.com authproxy.stakater.com/resources: uri=/*|roles=g-xxxx-Admin|require-any-role=true authproxy.stakater.com/source-service-name:...
We have the the same issue with awx operator 0.27.0 and postgres 10 ```bash TASK [installer : Check if there are any super users defined.] *****************\r\ntask path: /opt/ansible/roles/installer/tasks/initialize_django.yml:2\nfatal: [localhost]: FAILED!...
@hreidar yes, according to the error message: ``` Postgres version 12 is required ``` Wonder which AWX postgres feature is needed to justify the hard requirement for posgres 12 https://www.postgresql.org/about/featurematrix/
Thanks for your reply. It turned out that a browser extension was causing this issue.
To be more precise, the extension which caused the issue for me was "I don't care about cookies" Now generally speaking, I have the impression that the new UI behaves...
This was a little too optimistic, I still get the error. This is what FF console shows: ``` Cookie “KEYCLOAK_3P_COOKIE” does not have a proper “SameSite” attribute value. Soon, cookies...