--- Authorino logs from kuadrant-system (label=authorino-resource=authorino) --- {"level":"debug","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ad1e125e-4997-4bc2-adc7-360d0fb2cd83","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:34592","PortSpecifier":{"PortValue":34592}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188670,"nanos":409537990},"http":{"id":"ad1e125e-4997-4bc2-adc7-360d0fb2cd83","method":"POST","headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"ad1e125e-4997-4bc2-adc7-360d0fb2cd83","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ad1e125e-4997-4bc2-adc7-360d0fb2cd83","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ad1e125e-4997-4bc2-adc7-360d0fb2cd83","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.73:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ad1e125e-4997-4bc2-adc7-360d0fb2cd83","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ad1e125e-4997-4bc2-adc7-360d0fb2cd83","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ad1e125e-4997-4bc2-adc7-360d0fb2cd83","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-2cf6fc/auth-test-model-2cf6fc\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-2cf6fc/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"ad1e125e-4997-4bc2-adc7-360d0fb2cd83","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups_str","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ad1e125e-4997-4bc2-adc7-360d0fb2cd83","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ad1e125e-4997-4bc2-adc7-360d0fb2cd83","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ad1e125e-4997-4bc2-adc7-360d0fb2cd83","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ad1e125e-4997-4bc2-adc7-360d0fb2cd83","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"381efac9-786e-4136-9399-6f7f8901e5df","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:34606","PortSpecifier":{"PortValue":34606}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"381efac9-786e-4136-9399-6f7f8901e5df","method":"GET","path":"/maas-api/v1/subscriptions","host":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"381efac9-786e-4136-9399-6f7f8901e5df","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:34606","PortSpecifier":{"PortValue":34606}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188670,"nanos":450617516},"http":{"id":"381efac9-786e-4136-9399-6f7f8901e5df","method":"GET","headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/subscriptions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"381efac9-786e-4136-9399-6f7f8901e5df","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1DYGO5WHjHPmkcy3g_RSuNkKRAEScRYgqaAUADz3TJrjAW9B6LIEP2dHH8Mcq"} {"level":"debug","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"381efac9-786e-4136-9399-6f7f8901e5df","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-2cf6fc.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1DYGO5WHjHPmkcy3g_RSuNkKRAEScRYgqaAUADz3TJrjAW9B6LIEP2dHH8Mcq\"}"} {"level":"debug","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"381efac9-786e-4136-9399-6f7f8901e5df","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-b-2cf6fc.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"reason":"key not found","tenant":"","valid":false}} {"level":"debug","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"381efac9-786e-4136-9399-6f7f8901e5df","input":{"auth":{"identity":"Bearer **** not found","tenant":"","valid":false}}},"context":{"context_extensions":{"host":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.73:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/subscriptions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"381efac9-786e-4136-9399-6f7f8901e5df","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access denied","request id":"381efac9-786e-4136-9399-6f7f8901e5df","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"reason":"Unauthorized"} {"level":"info","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"381efac9-786e-4136-9399-6f7f8901e5df","authorized":false,"response":"PERMISSION_DENIED","object":{"code":7,"status":403,"message":"Unauthorized"}} {"level":"debug","ts":"2026-07-27T21:44:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"381efac9-786e-4136-9399-6f7f8901e5df","authorized":false,"response":"PERMISSION_DENIED","object":{"code":7,"status":403,"message":"Unauthorized","headers":[{"content-type":"text/plain"},{"x-ext-auth-reason":""}]}} {"level":"info","ts":"2026-07-27T21:44:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78"} {"level":"info","ts":"2026-07-27T21:44:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"} {"level":"info","ts":"2026-07-27T21:44:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"info","ts":"2026-07-27T21:44:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:44:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"info","ts":"2026-07-27T21:44:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac"} {"level":"info","ts":"2026-07-27T21:44:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:44:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7"} {"level":"info","ts":"2026-07-27T21:44:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"info","ts":"2026-07-27T21:44:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:44:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7"} {"level":"info","ts":"2026-07-27T21:44:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"debug","ts":"2026-07-27T21:44:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:51Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:51Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:44:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"debug","ts":"2026-07-27T21:44:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:44:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"debug","ts":"2026-07-27T21:44:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:51Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:51Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:51Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:51Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:44:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"debug","ts":"2026-07-27T21:44:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:44:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"debug","ts":"2026-07-27T21:44:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:51Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:51Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"error","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7"} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7"} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78"} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:52Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78"} {"level":"info","ts":"2026-07-27T21:44:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78"} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78"} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7"} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7"} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac"} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:44:53Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"info","ts":"2026-07-27T21:44:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac"} {"level":"info","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d9f5f3aa-5352-4f02-963b-d157f66e03e9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:60720","PortSpecifier":{"PortValue":60720}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"d9f5f3aa-5352-4f02-963b-d157f66e03e9","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d9f5f3aa-5352-4f02-963b-d157f66e03e9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:60720","PortSpecifier":{"PortValue":60720}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188710,"nanos":746731491},"http":{"id":"d9f5f3aa-5352-4f02-963b-d157f66e03e9","method":"POST","headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"d9f5f3aa-5352-4f02-963b-d157f66e03e9","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"d9f5f3aa-5352-4f02-963b-d157f66e03e9","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"d9f5f3aa-5352-4f02-963b-d157f66e03e9","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.72:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d9f5f3aa-5352-4f02-963b-d157f66e03e9","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d9f5f3aa-5352-4f02-963b-d157f66e03e9","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d9f5f3aa-5352-4f02-963b-d157f66e03e9","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-3298cd/auth-test-model-3298cd\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"d9f5f3aa-5352-4f02-963b-d157f66e03e9","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d9f5f3aa-5352-4f02-963b-d157f66e03e9","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d9f5f3aa-5352-4f02-963b-d157f66e03e9","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"info","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d9f5f3aa-5352-4f02-963b-d157f66e03e9","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d9f5f3aa-5352-4f02-963b-d157f66e03e9","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9723ea1c-d4ee-4dfe-9db8-b5f4a67af87d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:47080","PortSpecifier":{"PortValue":47080}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"9723ea1c-d4ee-4dfe-9db8-b5f4a67af87d","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9723ea1c-d4ee-4dfe-9db8-b5f4a67af87d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:47080","PortSpecifier":{"PortValue":47080}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188710,"nanos":781587174},"http":{"id":"9723ea1c-d4ee-4dfe-9db8-b5f4a67af87d","method":"POST","headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"9723ea1c-d4ee-4dfe-9db8-b5f4a67af87d","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"9723ea1c-d4ee-4dfe-9db8-b5f4a67af87d","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"9723ea1c-d4ee-4dfe-9db8-b5f4a67af87d","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.73:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9723ea1c-d4ee-4dfe-9db8-b5f4a67af87d","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9723ea1c-d4ee-4dfe-9db8-b5f4a67af87d","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9723ea1c-d4ee-4dfe-9db8-b5f4a67af87d","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-2cf6fc/auth-test-model-2cf6fc\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-2cf6fc/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"9723ea1c-d4ee-4dfe-9db8-b5f4a67af87d","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9723ea1c-d4ee-4dfe-9db8-b5f4a67af87d","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9723ea1c-d4ee-4dfe-9db8-b5f4a67af87d","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9723ea1c-d4ee-4dfe-9db8-b5f4a67af87d","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9723ea1c-d4ee-4dfe-9db8-b5f4a67af87d","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"72494d54-ae56-4ca8-8f61-41177cac1b4f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:60722","PortSpecifier":{"PortValue":60722}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"72494d54-ae56-4ca8-8f61-41177cac1b4f","method":"POST","path":"/maas-api/v1/api-keys/search","host":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"72494d54-ae56-4ca8-8f61-41177cac1b4f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:60722","PortSpecifier":{"PortValue":60722}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188710,"nanos":821785421},"http":{"id":"72494d54-ae56-4ca8-8f61-41177cac1b4f","method":"POST","headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys/search",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"72494d54-ae56-4ca8-8f61-41177cac1b4f","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"72494d54-ae56-4ca8-8f61-41177cac1b4f","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"72494d54-ae56-4ca8-8f61-41177cac1b4f","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.72:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys/search",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"72494d54-ae56-4ca8-8f61-41177cac1b4f","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"72494d54-ae56-4ca8-8f61-41177cac1b4f","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"72494d54-ae56-4ca8-8f61-41177cac1b4f","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-3298cd/auth-test-model-3298cd\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"72494d54-ae56-4ca8-8f61-41177cac1b4f","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"72494d54-ae56-4ca8-8f61-41177cac1b4f","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"72494d54-ae56-4ca8-8f61-41177cac1b4f","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"info","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"72494d54-ae56-4ca8-8f61-41177cac1b4f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"72494d54-ae56-4ca8-8f61-41177cac1b4f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c4fb4d6e-f189-4015-9ac0-4e1359165bfe","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:47092","PortSpecifier":{"PortValue":47092}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"c4fb4d6e-f189-4015-9ac0-4e1359165bfe","method":"POST","path":"/maas-api/v1/api-keys/search","host":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c4fb4d6e-f189-4015-9ac0-4e1359165bfe","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:47092","PortSpecifier":{"PortValue":47092}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188710,"nanos":857442926},"http":{"id":"c4fb4d6e-f189-4015-9ac0-4e1359165bfe","method":"POST","headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys/search",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"c4fb4d6e-f189-4015-9ac0-4e1359165bfe","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"c4fb4d6e-f189-4015-9ac0-4e1359165bfe","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"c4fb4d6e-f189-4015-9ac0-4e1359165bfe","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.73:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys/search",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c4fb4d6e-f189-4015-9ac0-4e1359165bfe","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c4fb4d6e-f189-4015-9ac0-4e1359165bfe","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c4fb4d6e-f189-4015-9ac0-4e1359165bfe","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-2cf6fc/auth-test-model-2cf6fc\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-2cf6fc/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"c4fb4d6e-f189-4015-9ac0-4e1359165bfe","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c4fb4d6e-f189-4015-9ac0-4e1359165bfe","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c4fb4d6e-f189-4015-9ac0-4e1359165bfe","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"info","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c4fb4d6e-f189-4015-9ac0-4e1359165bfe","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:45:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c4fb4d6e-f189-4015-9ac0-4e1359165bfe","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:45:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"info","ts":"2026-07-27T21:45:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7"} {"level":"info","ts":"2026-07-27T21:45:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"} {"level":"info","ts":"2026-07-27T21:45:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7"} {"level":"info","ts":"2026-07-27T21:45:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"info","ts":"2026-07-27T21:45:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:45:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"info","ts":"2026-07-27T21:45:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:45:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78"} {"level":"info","ts":"2026-07-27T21:45:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"info","ts":"2026-07-27T21:45:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac"} {"level":"info","ts":"2026-07-27T21:45:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7"} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"error","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7"} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7"} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7"} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7"} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"} {"level":"info","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:34Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"} {"level":"error","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"error","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78"} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78"} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:45:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:45:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78"} {"level":"info","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2a9c3985-5b7a-44e4-9541-785046aa65ef","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:39140","PortSpecifier":{"PortValue":39140}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"2a9c3985-5b7a-44e4-9541-785046aa65ef","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2a9c3985-5b7a-44e4-9541-785046aa65ef","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:39140","PortSpecifier":{"PortValue":39140}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188753,"nanos":242527250},"http":{"id":"2a9c3985-5b7a-44e4-9541-785046aa65ef","method":"POST","headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"2a9c3985-5b7a-44e4-9541-785046aa65ef","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"2a9c3985-5b7a-44e4-9541-785046aa65ef","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"2a9c3985-5b7a-44e4-9541-785046aa65ef","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.72:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2a9c3985-5b7a-44e4-9541-785046aa65ef","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2a9c3985-5b7a-44e4-9541-785046aa65ef","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2a9c3985-5b7a-44e4-9541-785046aa65ef","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-3298cd/auth-test-model-3298cd\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"2a9c3985-5b7a-44e4-9541-785046aa65ef","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2a9c3985-5b7a-44e4-9541-785046aa65ef","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2a9c3985-5b7a-44e4-9541-785046aa65ef","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"info","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2a9c3985-5b7a-44e4-9541-785046aa65ef","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2a9c3985-5b7a-44e4-9541-785046aa65ef","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7cce6c4c-a18b-4569-b50c-a68a13d13ec1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:47820","PortSpecifier":{"PortValue":47820}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"7cce6c4c-a18b-4569-b50c-a68a13d13ec1","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7cce6c4c-a18b-4569-b50c-a68a13d13ec1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:47820","PortSpecifier":{"PortValue":47820}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188753,"nanos":282697502},"http":{"id":"7cce6c4c-a18b-4569-b50c-a68a13d13ec1","method":"POST","headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"7cce6c4c-a18b-4569-b50c-a68a13d13ec1","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"7cce6c4c-a18b-4569-b50c-a68a13d13ec1","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"7cce6c4c-a18b-4569-b50c-a68a13d13ec1","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.73:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7cce6c4c-a18b-4569-b50c-a68a13d13ec1","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7cce6c4c-a18b-4569-b50c-a68a13d13ec1","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7cce6c4c-a18b-4569-b50c-a68a13d13ec1","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-2cf6fc/auth-test-model-2cf6fc\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-2cf6fc/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"7cce6c4c-a18b-4569-b50c-a68a13d13ec1","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7cce6c4c-a18b-4569-b50c-a68a13d13ec1","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7cce6c4c-a18b-4569-b50c-a68a13d13ec1","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7cce6c4c-a18b-4569-b50c-a68a13d13ec1","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7cce6c4c-a18b-4569-b50c-a68a13d13ec1","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"406849d0-4968-4052-a35a-04008bebfdbc","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:47822","PortSpecifier":{"PortValue":47822}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"406849d0-4968-4052-a35a-04008bebfdbc","method":"GET","path":"/maas-api/v1/api-keys/a182c25e-a9c5-4e52-8cfc-d4fb3bdcad0d","host":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"406849d0-4968-4052-a35a-04008bebfdbc","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:47822","PortSpecifier":{"PortValue":47822}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188753,"nanos":328762051},"http":{"id":"406849d0-4968-4052-a35a-04008bebfdbc","method":"GET","headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/a182c25e-a9c5-4e52-8cfc-d4fb3bdcad0d",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"406849d0-4968-4052-a35a-04008bebfdbc","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"406849d0-4968-4052-a35a-04008bebfdbc","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"406849d0-4968-4052-a35a-04008bebfdbc","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.73:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/a182c25e-a9c5-4e52-8cfc-d4fb3bdcad0d",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"406849d0-4968-4052-a35a-04008bebfdbc","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"406849d0-4968-4052-a35a-04008bebfdbc","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"406849d0-4968-4052-a35a-04008bebfdbc","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-2cf6fc/auth-test-model-2cf6fc\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-2cf6fc/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"406849d0-4968-4052-a35a-04008bebfdbc","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"406849d0-4968-4052-a35a-04008bebfdbc","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"406849d0-4968-4052-a35a-04008bebfdbc","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"406849d0-4968-4052-a35a-04008bebfdbc","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"406849d0-4968-4052-a35a-04008bebfdbc","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1e4fa8d5-92b7-48cf-aecd-524b92ef80b3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:39146","PortSpecifier":{"PortValue":39146}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"1e4fa8d5-92b7-48cf-aecd-524b92ef80b3","method":"GET","path":"/maas-api/v1/api-keys/a182c25e-a9c5-4e52-8cfc-d4fb3bdcad0d","host":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1e4fa8d5-92b7-48cf-aecd-524b92ef80b3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:39146","PortSpecifier":{"PortValue":39146}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188753,"nanos":363802382},"http":{"id":"1e4fa8d5-92b7-48cf-aecd-524b92ef80b3","method":"GET","headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/a182c25e-a9c5-4e52-8cfc-d4fb3bdcad0d",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"1e4fa8d5-92b7-48cf-aecd-524b92ef80b3","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"1e4fa8d5-92b7-48cf-aecd-524b92ef80b3","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"1e4fa8d5-92b7-48cf-aecd-524b92ef80b3","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.72:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/a182c25e-a9c5-4e52-8cfc-d4fb3bdcad0d",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1e4fa8d5-92b7-48cf-aecd-524b92ef80b3","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1e4fa8d5-92b7-48cf-aecd-524b92ef80b3","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1e4fa8d5-92b7-48cf-aecd-524b92ef80b3","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-3298cd/auth-test-model-3298cd\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"1e4fa8d5-92b7-48cf-aecd-524b92ef80b3","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1e4fa8d5-92b7-48cf-aecd-524b92ef80b3","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1e4fa8d5-92b7-48cf-aecd-524b92ef80b3","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1e4fa8d5-92b7-48cf-aecd-524b92ef80b3","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:45:53Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1e4fa8d5-92b7-48cf-aecd-524b92ef80b3","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:45:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"info","ts":"2026-07-27T21:45:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"} {"level":"info","ts":"2026-07-27T21:45:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"info","ts":"2026-07-27T21:45:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac"} {"level":"info","ts":"2026-07-27T21:45:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78"} {"level":"info","ts":"2026-07-27T21:45:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7"} {"level":"info","ts":"2026-07-27T21:45:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7"} {"level":"info","ts":"2026-07-27T21:45:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:45:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:45:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"info","ts":"2026-07-27T21:45:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"info","ts":"2026-07-27T21:45:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"debug","ts":"2026-07-27T21:46:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:46:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"debug","ts":"2026-07-27T21:46:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:46:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"debug","ts":"2026-07-27T21:46:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"error","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac"} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7"} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7"} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac"} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:46:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"error","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:46:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"08c642c6-44f8-4511-8070-1a62d40129b4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:51574","PortSpecifier":{"PortValue":51574}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"08c642c6-44f8-4511-8070-1a62d40129b4","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"08c642c6-44f8-4511-8070-1a62d40129b4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:51574","PortSpecifier":{"PortValue":51574}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188794,"nanos":408407290},"http":{"id":"08c642c6-44f8-4511-8070-1a62d40129b4","method":"POST","headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"08c642c6-44f8-4511-8070-1a62d40129b4","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"08c642c6-44f8-4511-8070-1a62d40129b4","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"08c642c6-44f8-4511-8070-1a62d40129b4","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.72:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"08c642c6-44f8-4511-8070-1a62d40129b4","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"08c642c6-44f8-4511-8070-1a62d40129b4","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"08c642c6-44f8-4511-8070-1a62d40129b4","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-3298cd/auth-test-model-3298cd\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"08c642c6-44f8-4511-8070-1a62d40129b4","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"08c642c6-44f8-4511-8070-1a62d40129b4","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"08c642c6-44f8-4511-8070-1a62d40129b4","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"info","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"08c642c6-44f8-4511-8070-1a62d40129b4","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"08c642c6-44f8-4511-8070-1a62d40129b4","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"08ef8c9e-9cb8-4b44-a853-49e1f6c1f17d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:57672","PortSpecifier":{"PortValue":57672}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"08ef8c9e-9cb8-4b44-a853-49e1f6c1f17d","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"08ef8c9e-9cb8-4b44-a853-49e1f6c1f17d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:57672","PortSpecifier":{"PortValue":57672}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188794,"nanos":445844752},"http":{"id":"08ef8c9e-9cb8-4b44-a853-49e1f6c1f17d","method":"POST","headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"08ef8c9e-9cb8-4b44-a853-49e1f6c1f17d","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"08ef8c9e-9cb8-4b44-a853-49e1f6c1f17d","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"08ef8c9e-9cb8-4b44-a853-49e1f6c1f17d","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.73:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"08ef8c9e-9cb8-4b44-a853-49e1f6c1f17d","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"08ef8c9e-9cb8-4b44-a853-49e1f6c1f17d","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"08ef8c9e-9cb8-4b44-a853-49e1f6c1f17d","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-2cf6fc/auth-test-model-2cf6fc\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-2cf6fc/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"08ef8c9e-9cb8-4b44-a853-49e1f6c1f17d","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"08ef8c9e-9cb8-4b44-a853-49e1f6c1f17d","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"08ef8c9e-9cb8-4b44-a853-49e1f6c1f17d","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"info","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"08ef8c9e-9cb8-4b44-a853-49e1f6c1f17d","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"08ef8c9e-9cb8-4b44-a853-49e1f6c1f17d","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0ae518da-9077-4951-bc44-b6cb133fbc8f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:51588","PortSpecifier":{"PortValue":51588}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"0ae518da-9077-4951-bc44-b6cb133fbc8f","method":"POST","path":"/maas-api/internal/v1/subscriptions/select","host":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0ae518da-9077-4951-bc44-b6cb133fbc8f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:51588","PortSpecifier":{"PortValue":51588}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188794,"nanos":489200447},"http":{"id":"0ae518da-9077-4951-bc44-b6cb133fbc8f","method":"POST","headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/internal/v1/subscriptions/select",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"0ae518da-9077-4951-bc44-b6cb133fbc8f","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-lDEUNfs1QTpwC17C_rdHLzYgpTbU5xcWkickIr24iXtbFC4TRS6vO3e5AXIc"} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"0ae518da-9077-4951-bc44-b6cb133fbc8f","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-lDEUNfs1QTpwC17C_rdHLzYgpTbU5xcWkickIr24iXtbFC4TRS6vO3e5AXIc\"}"} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"0ae518da-9077-4951-bc44-b6cb133fbc8f","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"d1fff794-2481-4e4e-bb7d-5208595f8cfa","keyName":"e2e-auth-iso-a-f7ab25","subscription":"e2e-auth-iso-14d037","tenant":"e2e-shared-a-3298cd","userId":"d1fff794-2481-4e4e-bb7d-5208595f8cfa","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"0ae518da-9077-4951-bc44-b6cb133fbc8f","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"0ae518da-9077-4951-bc44-b6cb133fbc8f","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"0ae518da-9077-4951-bc44-b6cb133fbc8f","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"0ae518da-9077-4951-bc44-b6cb133fbc8f","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-3298cd/auth-test-model-3298cd\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0ae518da-9077-4951-bc44-b6cb133fbc8f","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"e2e-auth-iso-14d037"} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"0ae518da-9077-4951-bc44-b6cb133fbc8f","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: subscription-info"} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0ae518da-9077-4951-bc44-b6cb133fbc8f","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0ae518da-9077-4951-bc44-b6cb133fbc8f","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0ae518da-9077-4951-bc44-b6cb133fbc8f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:46:34Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0ae518da-9077-4951-bc44-b6cb133fbc8f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:46:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7d9b2cb6556e7355a804a7149bda67c0363482cf30f6b0929fa8000b605079bc"} {"level":"info","ts":"2026-07-27T21:46:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/69edafa756a61c499411444ad9842b24d21e4e97b09bc35f7861d97da7f4ef5c"} {"level":"info","ts":"2026-07-27T21:46:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/541ac3b9bc9e33c1096553e28e0954165b7e05b21281d2ff4542f25e2b76ec8e"} {"level":"info","ts":"2026-07-27T21:46:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b87f686536676482b7fdf4f175aa404638018f8d475956340c30ea033303001e"} {"level":"info","ts":"2026-07-27T21:46:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe"} {"level":"info","ts":"2026-07-27T21:46:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/bdcfdcfd8d937c6d46e3b96e63cdd25710fc8b90021c3976af530a101d8a512e"} {"level":"info","ts":"2026-07-27T21:46:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b"} {"level":"info","ts":"2026-07-27T21:46:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/91f98d896ab77744e3ba724a6da76c93ff479323f2b1343225278dfe6a28dd52"} {"level":"info","ts":"2026-07-27T21:46:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c209a559a97863711db1d44ee80b82362be64c382831f66ec32e64d451007bac"} {"level":"info","ts":"2026-07-27T21:46:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b46f725d461243e0e05cd3aea9a93432dc1989ab1901132c39931cef710a4c78"} {"level":"info","ts":"2026-07-27T21:46:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7ecafe8eb47a94365bdb481a48ce84041efa6a387e01873b7b945c9f91d805d2"} {"level":"info","ts":"2026-07-27T21:46:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:46:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512"} {"level":"info","ts":"2026-07-27T21:46:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/dbec8d5a9e9eed20dd88db294417efb912811e29ef3b3d904bf7de3f6f55b969"} {"level":"info","ts":"2026-07-27T21:46:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6fe8e5e7aa53ccba2bfee1c48b16d91390e49b8f17d966d31f1c0563833f2dc7"} {"level":"info","ts":"2026-07-27T21:46:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ba70fe7082da9fd7d4b4d855c666c4720196325d3802303949b982501e83a5c8"} {"level":"info","ts":"2026-07-27T21:46:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:46:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7d48a0f4dcc7f46aceda51f21c0656e4353dba735051f6402d48cab791ff9fac"} {"level":"info","ts":"2026-07-27T21:46:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/60a95de4fca52cf4d42d09c40eb6b7558c78ebadd3c229db8a10374a547432c4"} {"level":"info","ts":"2026-07-27T21:46:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f67947376e888d62093f3c8521d7a399d015bd29a55205a479d7ba35482569f1"} {"level":"info","ts":"2026-07-27T21:46:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"info","ts":"2026-07-27T21:46:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b3bbf206d69d347d536b1b5dcc6dc027cfa9cee2d209e04eec0f4864d9f566a7"} {"level":"info","ts":"2026-07-27T21:46:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7b1d57e74e14fae466a668b8b836e7ff5b3b6dd60f374dce9d3f53764adfa178"} {"level":"info","ts":"2026-07-27T21:46:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"debug","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512"} {"level":"debug","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512"} {"level":"debug","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d7aa2d6bf2b6949013ef8d87e146b7e80fd5b2bc7848cf45e64e6996c49c027b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d7aa2d6bf2b6949013ef8d87e146b7e80fd5b2bc7848cf45e64e6996c49c027b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d7aa2d6bf2b6949013ef8d87e146b7e80fd5b2bc7848cf45e64e6996c49c027b"} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d7aa2d6bf2b6949013ef8d87e146b7e80fd5b2bc7848cf45e64e6996c49c027b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d7aa2d6bf2b6949013ef8d87e146b7e80fd5b2bc7848cf45e64e6996c49c027b"} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d7aa2d6bf2b6949013ef8d87e146b7e80fd5b2bc7848cf45e64e6996c49c027b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d7aa2d6bf2b6949013ef8d87e146b7e80fd5b2bc7848cf45e64e6996c49c027b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d7aa2d6bf2b6949013ef8d87e146b7e80fd5b2bc7848cf45e64e6996c49c027b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512"} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d7aa2d6bf2b6949013ef8d87e146b7e80fd5b2bc7848cf45e64e6996c49c027b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d7aa2d6bf2b6949013ef8d87e146b7e80fd5b2bc7848cf45e64e6996c49c027b"} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d7aa2d6bf2b6949013ef8d87e146b7e80fd5b2bc7848cf45e64e6996c49c027b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"376b41d1bcb25621f3e500162f7e50f257a97d85506473ef705d8883ffe82cd1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512"} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"376b41d1bcb25621f3e500162f7e50f257a97d85506473ef705d8883ffe82cd1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"376b41d1bcb25621f3e500162f7e50f257a97d85506473ef705d8883ffe82cd1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"376b41d1bcb25621f3e500162f7e50f257a97d85506473ef705d8883ffe82cd1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d7aa2d6bf2b6949013ef8d87e146b7e80fd5b2bc7848cf45e64e6996c49c027b"} {"level":"debug","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"376b41d1bcb25621f3e500162f7e50f257a97d85506473ef705d8883ffe82cd1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/376b41d1bcb25621f3e500162f7e50f257a97d85506473ef705d8883ffe82cd1"} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"376b41d1bcb25621f3e500162f7e50f257a97d85506473ef705d8883ffe82cd1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"376b41d1bcb25621f3e500162f7e50f257a97d85506473ef705d8883ffe82cd1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:58Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["376b41d1bcb25621f3e500162f7e50f257a97d85506473ef705d8883ffe82cd1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"376b41d1bcb25621f3e500162f7e50f257a97d85506473ef705d8883ffe82cd1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"376b41d1bcb25621f3e500162f7e50f257a97d85506473ef705d8883ffe82cd1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:47:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512"} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"759c0e0482047903ede924bf4123a6919be77eb308793c59b162490a266e576a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/376b41d1bcb25621f3e500162f7e50f257a97d85506473ef705d8883ffe82cd1"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"759c0e0482047903ede924bf4123a6919be77eb308793c59b162490a266e576a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"376b41d1bcb25621f3e500162f7e50f257a97d85506473ef705d8883ffe82cd1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"759c0e0482047903ede924bf4123a6919be77eb308793c59b162490a266e576a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/759c0e0482047903ede924bf4123a6919be77eb308793c59b162490a266e576a"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"759c0e0482047903ede924bf4123a6919be77eb308793c59b162490a266e576a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"759c0e0482047903ede924bf4123a6919be77eb308793c59b162490a266e576a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/759c0e0482047903ede924bf4123a6919be77eb308793c59b162490a266e576a"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"759c0e0482047903ede924bf4123a6919be77eb308793c59b162490a266e576a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["759c0e0482047903ede924bf4123a6919be77eb308793c59b162490a266e576a"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"759c0e0482047903ede924bf4123a6919be77eb308793c59b162490a266e576a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"759c0e0482047903ede924bf4123a6919be77eb308793c59b162490a266e576a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/759c0e0482047903ede924bf4123a6919be77eb308793c59b162490a266e576a"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29"} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29"} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2"} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"37f9c255a51daeffc6e60e748d1ab60c70d734a5b37aef5d9e4277d2b2bece80","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/37f9c255a51daeffc6e60e748d1ab60c70d734a5b37aef5d9e4277d2b2bece80"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"37f9c255a51daeffc6e60e748d1ab60c70d734a5b37aef5d9e4277d2b2bece80","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"37f9c255a51daeffc6e60e748d1ab60c70d734a5b37aef5d9e4277d2b2bece80","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["37f9c255a51daeffc6e60e748d1ab60c70d734a5b37aef5d9e4277d2b2bece80"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"37f9c255a51daeffc6e60e748d1ab60c70d734a5b37aef5d9e4277d2b2bece80","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"37f9c255a51daeffc6e60e748d1ab60c70d734a5b37aef5d9e4277d2b2bece80","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"37f9c255a51daeffc6e60e748d1ab60c70d734a5b37aef5d9e4277d2b2bece80","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"37f9c255a51daeffc6e60e748d1ab60c70d734a5b37aef5d9e4277d2b2bece80","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"37f9c255a51daeffc6e60e748d1ab60c70d734a5b37aef5d9e4277d2b2bece80","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/37f9c255a51daeffc6e60e748d1ab60c70d734a5b37aef5d9e4277d2b2bece80"} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"37f9c255a51daeffc6e60e748d1ab60c70d734a5b37aef5d9e4277d2b2bece80","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["37f9c255a51daeffc6e60e748d1ab60c70d734a5b37aef5d9e4277d2b2bece80"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"37f9c255a51daeffc6e60e748d1ab60c70d734a5b37aef5d9e4277d2b2bece80","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"37f9c255a51daeffc6e60e748d1ab60c70d734a5b37aef5d9e4277d2b2bece80","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/37f9c255a51daeffc6e60e748d1ab60c70d734a5b37aef5d9e4277d2b2bece80"} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"00e8ef0fecd90791274a0fbb0082c7bd0ff2033cbb2f83f11bcd96d2ca5af13d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"00e8ef0fecd90791274a0fbb0082c7bd0ff2033cbb2f83f11bcd96d2ca5af13d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"00e8ef0fecd90791274a0fbb0082c7bd0ff2033cbb2f83f11bcd96d2ca5af13d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/00e8ef0fecd90791274a0fbb0082c7bd0ff2033cbb2f83f11bcd96d2ca5af13d"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"00e8ef0fecd90791274a0fbb0082c7bd0ff2033cbb2f83f11bcd96d2ca5af13d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"00e8ef0fecd90791274a0fbb0082c7bd0ff2033cbb2f83f11bcd96d2ca5af13d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["00e8ef0fecd90791274a0fbb0082c7bd0ff2033cbb2f83f11bcd96d2ca5af13d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"00e8ef0fecd90791274a0fbb0082c7bd0ff2033cbb2f83f11bcd96d2ca5af13d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/00e8ef0fecd90791274a0fbb0082c7bd0ff2033cbb2f83f11bcd96d2ca5af13d"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f723802f2d62eac010419f2950348621454084febf06847b4d32a9918b62ea48","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f723802f2d62eac010419f2950348621454084febf06847b4d32a9918b62ea48","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"00e8ef0fecd90791274a0fbb0082c7bd0ff2033cbb2f83f11bcd96d2ca5af13d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b"} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:47:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f723802f2d62eac010419f2950348621454084febf06847b4d32a9918b62ea48","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:47:59Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f723802f2d62eac010419f2950348621454084febf06847b4d32a9918b62ea48"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f723802f2d62eac010419f2950348621454084febf06847b4d32a9918b62ea48","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bb260baff3204c8f7b7024345566d9b757aaf1e27267206f15b02504fec73843","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bb260baff3204c8f7b7024345566d9b757aaf1e27267206f15b02504fec73843","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f6939ad0baded8f1e378067c97aee8ca7b6d01b04db25626bdfa8a3948636346","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bb260baff3204c8f7b7024345566d9b757aaf1e27267206f15b02504fec73843"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f6939ad0baded8f1e378067c97aee8ca7b6d01b04db25626bdfa8a3948636346","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f723802f2d62eac010419f2950348621454084febf06847b4d32a9918b62ea48","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f723802f2d62eac010419f2950348621454084febf06847b4d32a9918b62ea48"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f6939ad0baded8f1e378067c97aee8ca7b6d01b04db25626bdfa8a3948636346"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f723802f2d62eac010419f2950348621454084febf06847b4d32a9918b62ea48"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f723802f2d62eac010419f2950348621454084febf06847b4d32a9918b62ea48","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ea02f52e9811b021564cc0ac891b7b27dd09f0c94294efda28d6ff47e74a14c3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ea02f52e9811b021564cc0ac891b7b27dd09f0c94294efda28d6ff47e74a14c3"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ea02f52e9811b021564cc0ac891b7b27dd09f0c94294efda28d6ff47e74a14c3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bb260baff3204c8f7b7024345566d9b757aaf1e27267206f15b02504fec73843","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["bb260baff3204c8f7b7024345566d9b757aaf1e27267206f15b02504fec73843"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9534f5b74d265e4be80ed4675b610f33cf0f2b95514b15e9a4a77756fe22821d"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f723802f2d62eac010419f2950348621454084febf06847b4d32a9918b62ea48"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dc67392be5470fa8eb8271c2a471a3a64ae7e29fb51f7c3a35cb080e15cb4ba4"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bb260baff3204c8f7b7024345566d9b757aaf1e27267206f15b02504fec73843","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f6939ad0baded8f1e378067c97aee8ca7b6d01b04db25626bdfa8a3948636346","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f6939ad0baded8f1e378067c97aee8ca7b6d01b04db25626bdfa8a3948636346"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ea02f52e9811b021564cc0ac891b7b27dd09f0c94294efda28d6ff47e74a14c3"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bdcfdcfd8d937c6d46e3b96e63cdd25710fc8b90021c3976af530a101d8a512e"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1bfd681bec77767ec14f8de3c0d494b7502a66fc3b3e47fde9d81afad0bd174d"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f6939ad0baded8f1e378067c97aee8ca7b6d01b04db25626bdfa8a3948636346","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bb260baff3204c8f7b7024345566d9b757aaf1e27267206f15b02504fec73843"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9534f5b74d265e4be80ed4675b610f33cf0f2b95514b15e9a4a77756fe22821d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9534f5b74d265e4be80ed4675b610f33cf0f2b95514b15e9a4a77756fe22821d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f6939ad0baded8f1e378067c97aee8ca7b6d01b04db25626bdfa8a3948636346"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9534f5b74d265e4be80ed4675b610f33cf0f2b95514b15e9a4a77756fe22821d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f723802f2d62eac010419f2950348621454084febf06847b4d32a9918b62ea48","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dc67392be5470fa8eb8271c2a471a3a64ae7e29fb51f7c3a35cb080e15cb4ba4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["dc67392be5470fa8eb8271c2a471a3a64ae7e29fb51f7c3a35cb080e15cb4ba4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9534f5b74d265e4be80ed4675b610f33cf0f2b95514b15e9a4a77756fe22821d"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dc67392be5470fa8eb8271c2a471a3a64ae7e29fb51f7c3a35cb080e15cb4ba4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dc67392be5470fa8eb8271c2a471a3a64ae7e29fb51f7c3a35cb080e15cb4ba4"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ea02f52e9811b021564cc0ac891b7b27dd09f0c94294efda28d6ff47e74a14c3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ea02f52e9811b021564cc0ac891b7b27dd09f0c94294efda28d6ff47e74a14c3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ea02f52e9811b021564cc0ac891b7b27dd09f0c94294efda28d6ff47e74a14c3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bdcfdcfd8d937c6d46e3b96e63cdd25710fc8b90021c3976af530a101d8a512e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["bdcfdcfd8d937c6d46e3b96e63cdd25710fc8b90021c3976af530a101d8a512e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ea02f52e9811b021564cc0ac891b7b27dd09f0c94294efda28d6ff47e74a14c3"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bdcfdcfd8d937c6d46e3b96e63cdd25710fc8b90021c3976af530a101d8a512e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"1bfd681bec77767ec14f8de3c0d494b7502a66fc3b3e47fde9d81afad0bd174d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:48:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["1bfd681bec77767ec14f8de3c0d494b7502a66fc3b3e47fde9d81afad0bd174d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bdcfdcfd8d937c6d46e3b96e63cdd25710fc8b90021c3976af530a101d8a512e"} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"1bfd681bec77767ec14f8de3c0d494b7502a66fc3b3e47fde9d81afad0bd174d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bb260baff3204c8f7b7024345566d9b757aaf1e27267206f15b02504fec73843","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f6939ad0baded8f1e378067c97aee8ca7b6d01b04db25626bdfa8a3948636346","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9534f5b74d265e4be80ed4675b610f33cf0f2b95514b15e9a4a77756fe22821d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dc67392be5470fa8eb8271c2a471a3a64ae7e29fb51f7c3a35cb080e15cb4ba4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ea02f52e9811b021564cc0ac891b7b27dd09f0c94294efda28d6ff47e74a14c3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bdcfdcfd8d937c6d46e3b96e63cdd25710fc8b90021c3976af530a101d8a512e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"1bfd681bec77767ec14f8de3c0d494b7502a66fc3b3e47fde9d81afad0bd174d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:48:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1bfd681bec77767ec14f8de3c0d494b7502a66fc3b3e47fde9d81afad0bd174d"} {"level":"info","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"69d6d745-6a01-4e82-acdc-878452be12d3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:36938","PortSpecifier":{"PortValue":36938}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"69d6d745-6a01-4e82-acdc-878452be12d3","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"69d6d745-6a01-4e82-acdc-878452be12d3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:36938","PortSpecifier":{"PortValue":36938}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188899,"nanos":839188569},"http":{"id":"69d6d745-6a01-4e82-acdc-878452be12d3","method":"POST","headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"69d6d745-6a01-4e82-acdc-878452be12d3","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"69d6d745-6a01-4e82-acdc-878452be12d3","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"69d6d745-6a01-4e82-acdc-878452be12d3","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.72:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"69d6d745-6a01-4e82-acdc-878452be12d3","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"69d6d745-6a01-4e82-acdc-878452be12d3","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"69d6d745-6a01-4e82-acdc-878452be12d3","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-3298cd/sub-test-model-3298cd\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"69d6d745-6a01-4e82-acdc-878452be12d3","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"69d6d745-6a01-4e82-acdc-878452be12d3","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"69d6d745-6a01-4e82-acdc-878452be12d3","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"69d6d745-6a01-4e82-acdc-878452be12d3","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"69d6d745-6a01-4e82-acdc-878452be12d3","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e223e03a-15e2-4fc2-ba22-a723bb4bbcbe","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:41182","PortSpecifier":{"PortValue":41182}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"e223e03a-15e2-4fc2-ba22-a723bb4bbcbe","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e223e03a-15e2-4fc2-ba22-a723bb4bbcbe","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:41182","PortSpecifier":{"PortValue":41182}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188899,"nanos":898954437},"http":{"id":"e223e03a-15e2-4fc2-ba22-a723bb4bbcbe","method":"POST","headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"e223e03a-15e2-4fc2-ba22-a723bb4bbcbe","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"e223e03a-15e2-4fc2-ba22-a723bb4bbcbe","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"e223e03a-15e2-4fc2-ba22-a723bb4bbcbe","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.73:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e223e03a-15e2-4fc2-ba22-a723bb4bbcbe","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e223e03a-15e2-4fc2-ba22-a723bb4bbcbe","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e223e03a-15e2-4fc2-ba22-a723bb4bbcbe","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-2cf6fc/sub-test-model-2cf6fc\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-2cf6fc/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"e223e03a-15e2-4fc2-ba22-a723bb4bbcbe","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e223e03a-15e2-4fc2-ba22-a723bb4bbcbe","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e223e03a-15e2-4fc2-ba22-a723bb4bbcbe","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e223e03a-15e2-4fc2-ba22-a723bb4bbcbe","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e223e03a-15e2-4fc2-ba22-a723bb4bbcbe","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5b415e68-618e-4997-8ec0-f79146ee2684","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:36944","PortSpecifier":{"PortValue":36944}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"5b415e68-618e-4997-8ec0-f79146ee2684","method":"GET","path":"/maas-api/v1/subscriptions","host":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5b415e68-618e-4997-8ec0-f79146ee2684","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:36944","PortSpecifier":{"PortValue":36944}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188899,"nanos":948887107},"http":{"id":"5b415e68-618e-4997-8ec0-f79146ee2684","method":"GET","headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/subscriptions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"5b415e68-618e-4997-8ec0-f79146ee2684","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-lOnJx4bVYXK7X4Rc_IEOCG4JdHkMfuhfqKLykWSeOw10G1ZI0rabfO6dETqr"} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"5b415e68-618e-4997-8ec0-f79146ee2684","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-lOnJx4bVYXK7X4Rc_IEOCG4JdHkMfuhfqKLykWSeOw10G1ZI0rabfO6dETqr\"}"} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"5b415e68-618e-4997-8ec0-f79146ee2684","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"c1a9f556-fe98-449a-968a-bb236f2a1d49","keyName":"e2e-sub-iso-419b53","subscription":"e2e-a-only-59323e","tenant":"e2e-shared-a-3298cd","userId":"c1a9f556-fe98-449a-968a-bb236f2a1d49","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"5b415e68-618e-4997-8ec0-f79146ee2684","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5b415e68-618e-4997-8ec0-f79146ee2684","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5b415e68-618e-4997-8ec0-f79146ee2684","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5b415e68-618e-4997-8ec0-f79146ee2684","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-3298cd/sub-test-model-3298cd\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5b415e68-618e-4997-8ec0-f79146ee2684","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"5b415e68-618e-4997-8ec0-f79146ee2684","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: subscription-info"} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5b415e68-618e-4997-8ec0-f79146ee2684","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"e2e-a-only-59323e"} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5b415e68-618e-4997-8ec0-f79146ee2684","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5b415e68-618e-4997-8ec0-f79146ee2684","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5b415e68-618e-4997-8ec0-f79146ee2684","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1e0d41c8-788e-4f92-b20d-929ccda519bd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:41194","PortSpecifier":{"PortValue":41194}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"1e0d41c8-788e-4f92-b20d-929ccda519bd","method":"GET","path":"/maas-api/v1/subscriptions","host":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1e0d41c8-788e-4f92-b20d-929ccda519bd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:41194","PortSpecifier":{"PortValue":41194}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188899,"nanos":990122548},"http":{"id":"1e0d41c8-788e-4f92-b20d-929ccda519bd","method":"GET","headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/subscriptions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"1e0d41c8-788e-4f92-b20d-929ccda519bd","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-nTf6wp4AZF6XZFfC_ay7kPp5wgY9iyQTJsq8k0Rpyym1yln9mangL02OuM8s"} {"level":"debug","ts":"2026-07-27T21:48:19Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"1e0d41c8-788e-4f92-b20d-929ccda519bd","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-2cf6fc.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-nTf6wp4AZF6XZFfC_ay7kPp5wgY9iyQTJsq8k0Rpyym1yln9mangL02OuM8s\"}"} {"level":"debug","ts":"2026-07-27T21:48:20Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"1e0d41c8-788e-4f92-b20d-929ccda519bd","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-b-2cf6fc.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"451db3a2-1943-48ba-beea-2c62fbd0ab24","keyName":"e2e-sub-iso-e2a39c","subscription":"e2e-b-only-59323e","tenant":"e2e-shared-b-2cf6fc","userId":"451db3a2-1943-48ba-beea-2c62fbd0ab24","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T21:48:20Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"1e0d41c8-788e-4f92-b20d-929ccda519bd","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:48:20Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1e0d41c8-788e-4f92-b20d-929ccda519bd","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:20Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1e0d41c8-788e-4f92-b20d-929ccda519bd","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:20Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1e0d41c8-788e-4f92-b20d-929ccda519bd","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-2cf6fc/sub-test-model-2cf6fc\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-2cf6fc/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:20Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"1e0d41c8-788e-4f92-b20d-929ccda519bd","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}}]},"Plain":null},"reason":"no such key: subscription-info"} {"level":"debug","ts":"2026-07-27T21:48:20Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1e0d41c8-788e-4f92-b20d-929ccda519bd","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:48:20Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1e0d41c8-788e-4f92-b20d-929ccda519bd","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"e2e-b-only-59323e"} {"level":"debug","ts":"2026-07-27T21:48:20Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1e0d41c8-788e-4f92-b20d-929ccda519bd","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-27T21:48:20Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1e0d41c8-788e-4f92-b20d-929ccda519bd","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:48:20Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1e0d41c8-788e-4f92-b20d-929ccda519bd","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e9ad85ea-e7ef-4529-a0c3-bbc74c9b773a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:57434","PortSpecifier":{"PortValue":57434}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"e9ad85ea-e7ef-4529-a0c3-bbc74c9b773a","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e9ad85ea-e7ef-4529-a0c3-bbc74c9b773a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:57434","PortSpecifier":{"PortValue":57434}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188920,"nanos":752085865},"http":{"id":"e9ad85ea-e7ef-4529-a0c3-bbc74c9b773a","method":"POST","headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"e9ad85ea-e7ef-4529-a0c3-bbc74c9b773a","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"e9ad85ea-e7ef-4529-a0c3-bbc74c9b773a","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"e9ad85ea-e7ef-4529-a0c3-bbc74c9b773a","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.72:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e9ad85ea-e7ef-4529-a0c3-bbc74c9b773a","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e9ad85ea-e7ef-4529-a0c3-bbc74c9b773a","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e9ad85ea-e7ef-4529-a0c3-bbc74c9b773a","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-3298cd/sub-test-model-3298cd\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"e9ad85ea-e7ef-4529-a0c3-bbc74c9b773a","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e9ad85ea-e7ef-4529-a0c3-bbc74c9b773a","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e9ad85ea-e7ef-4529-a0c3-bbc74c9b773a","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e9ad85ea-e7ef-4529-a0c3-bbc74c9b773a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e9ad85ea-e7ef-4529-a0c3-bbc74c9b773a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5a0732ed-73b1-4f42-a401-626a6ea91807","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:36478","PortSpecifier":{"PortValue":36478}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"5a0732ed-73b1-4f42-a401-626a6ea91807","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5a0732ed-73b1-4f42-a401-626a6ea91807","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:36478","PortSpecifier":{"PortValue":36478}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188920,"nanos":787953513},"http":{"id":"5a0732ed-73b1-4f42-a401-626a6ea91807","method":"POST","headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"5a0732ed-73b1-4f42-a401-626a6ea91807","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"5a0732ed-73b1-4f42-a401-626a6ea91807","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"5a0732ed-73b1-4f42-a401-626a6ea91807","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.73:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5a0732ed-73b1-4f42-a401-626a6ea91807","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5a0732ed-73b1-4f42-a401-626a6ea91807","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5a0732ed-73b1-4f42-a401-626a6ea91807","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-2cf6fc/sub-test-model-2cf6fc\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-2cf6fc/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"5a0732ed-73b1-4f42-a401-626a6ea91807","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5a0732ed-73b1-4f42-a401-626a6ea91807","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5a0732ed-73b1-4f42-a401-626a6ea91807","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5a0732ed-73b1-4f42-a401-626a6ea91807","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5a0732ed-73b1-4f42-a401-626a6ea91807","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f35be4b9-c4eb-41f5-995b-76e47e988023","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:57448","PortSpecifier":{"PortValue":57448}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"f35be4b9-c4eb-41f5-995b-76e47e988023","method":"POST","path":"/maas-api/internal/v1/subscriptions/select","host":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f35be4b9-c4eb-41f5-995b-76e47e988023","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:57448","PortSpecifier":{"PortValue":57448}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188920,"nanos":822977835},"http":{"id":"f35be4b9-c4eb-41f5-995b-76e47e988023","method":"POST","headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/internal/v1/subscriptions/select",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"f35be4b9-c4eb-41f5-995b-76e47e988023","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-cACcumH1LqjL4Le3_6e2zdF6fB6R2SuNrFtM9F852K9RXxhd1zdLyn0Oquv8"} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"f35be4b9-c4eb-41f5-995b-76e47e988023","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-cACcumH1LqjL4Le3_6e2zdF6fB6R2SuNrFtM9F852K9RXxhd1zdLyn0Oquv8\"}"} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"f35be4b9-c4eb-41f5-995b-76e47e988023","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"6a5bed2f-383b-4165-b418-157b6e94bc38","keyName":"e2e-sub-iso-de434a","subscription":"e2e-shared-sub-dd5f34","tenant":"e2e-shared-a-3298cd","userId":"6a5bed2f-383b-4165-b418-157b6e94bc38","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"f35be4b9-c4eb-41f5-995b-76e47e988023","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f35be4b9-c4eb-41f5-995b-76e47e988023","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f35be4b9-c4eb-41f5-995b-76e47e988023","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f35be4b9-c4eb-41f5-995b-76e47e988023","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-3298cd/sub-test-model-3298cd\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f35be4b9-c4eb-41f5-995b-76e47e988023","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"f35be4b9-c4eb-41f5-995b-76e47e988023","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: subscription-info"} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f35be4b9-c4eb-41f5-995b-76e47e988023","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"e2e-shared-sub-dd5f34"} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f35be4b9-c4eb-41f5-995b-76e47e988023","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f35be4b9-c4eb-41f5-995b-76e47e988023","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f35be4b9-c4eb-41f5-995b-76e47e988023","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2151dc49-6153-4d40-a689-d7f91873d105","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:36486","PortSpecifier":{"PortValue":36486}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"2151dc49-6153-4d40-a689-d7f91873d105","method":"POST","path":"/maas-api/internal/v1/subscriptions/select","host":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2151dc49-6153-4d40-a689-d7f91873d105","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:36486","PortSpecifier":{"PortValue":36486}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785188920,"nanos":853834333},"http":{"id":"2151dc49-6153-4d40-a689-d7f91873d105","method":"POST","headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/internal/v1/subscriptions/select",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"2151dc49-6153-4d40-a689-d7f91873d105","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1TXQVs20iNTTNhQnM_2DCwJ9VgAKMGrDhaZZNa2BT5yqqZDkmzpwDZNOlajMg"} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"2151dc49-6153-4d40-a689-d7f91873d105","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-2cf6fc.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1TXQVs20iNTTNhQnM_2DCwJ9VgAKMGrDhaZZNa2BT5yqqZDkmzpwDZNOlajMg\"}"} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"2151dc49-6153-4d40-a689-d7f91873d105","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-b-2cf6fc.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"0bb940b7-a963-44cf-9db5-f4afb723c429","keyName":"e2e-sub-iso-03f493","subscription":"e2e-shared-sub-dd5f34","tenant":"e2e-shared-b-2cf6fc","userId":"0bb940b7-a963-44cf-9db5-f4afb723c429","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"2151dc49-6153-4d40-a689-d7f91873d105","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2151dc49-6153-4d40-a689-d7f91873d105","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2151dc49-6153-4d40-a689-d7f91873d105","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2151dc49-6153-4d40-a689-d7f91873d105","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-2cf6fc/sub-test-model-2cf6fc\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-2cf6fc/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"2151dc49-6153-4d40-a689-d7f91873d105","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}}]},"Plain":null},"reason":"no such key: subscription-info"} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2151dc49-6153-4d40-a689-d7f91873d105","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"e2e-shared-sub-dd5f34"} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2151dc49-6153-4d40-a689-d7f91873d105","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2151dc49-6153-4d40-a689-d7f91873d105","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2151dc49-6153-4d40-a689-d7f91873d105","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:48:40Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2151dc49-6153-4d40-a689-d7f91873d105","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/00e8ef0fecd90791274a0fbb0082c7bd0ff2033cbb2f83f11bcd96d2ca5af13d"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f723802f2d62eac010419f2950348621454084febf06847b4d32a9918b62ea48"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/376b41d1bcb25621f3e500162f7e50f257a97d85506473ef705d8883ffe82cd1"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/bfe04e711ba8238a5cd2afd413460a23a100795c79bcfbc501240c42bfedaf29"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/bdcfdcfd8d937c6d46e3b96e63cdd25710fc8b90021c3976af530a101d8a512e"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9ccaf616cf11317f03090e959b1b311d3bbe7f86daa9361da650ff73be701df2"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/da818e592976df43c0660d39923db9569fcc1629127203119e3031d62810d809"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ea02f52e9811b021564cc0ac891b7b27dd09f0c94294efda28d6ff47e74a14c3"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1bfd681bec77767ec14f8de3c0d494b7502a66fc3b3e47fde9d81afad0bd174d"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/759c0e0482047903ede924bf4123a6919be77eb308793c59b162490a266e576a"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d7aa2d6bf2b6949013ef8d87e146b7e80fd5b2bc7848cf45e64e6996c49c027b"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/dc67392be5470fa8eb8271c2a471a3a64ae7e29fb51f7c3a35cb080e15cb4ba4"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/bb260baff3204c8f7b7024345566d9b757aaf1e27267206f15b02504fec73843"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9534f5b74d265e4be80ed4675b610f33cf0f2b95514b15e9a4a77756fe22821d"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/37f9c255a51daeffc6e60e748d1ab60c70d734a5b37aef5d9e4277d2b2bece80"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f05e7fe4d18f10c4773b047ba6246ee51a91543ebfdacd62378c6c627f9b6c47"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f6939ad0baded8f1e378067c97aee8ca7b6d01b04db25626bdfa8a3948636346"} {"level":"info","ts":"2026-07-27T21:48:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b"} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2cc696a6f0e99ec582be84a91bf7f2d7cb454bf550212a730e36e7878d895285","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2cc696a6f0e99ec582be84a91bf7f2d7cb454bf550212a730e36e7878d895285","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2cc696a6f0e99ec582be84a91bf7f2d7cb454bf550212a730e36e7878d895285","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2cc696a6f0e99ec582be84a91bf7f2d7cb454bf550212a730e36e7878d895285","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2cc696a6f0e99ec582be84a91bf7f2d7cb454bf550212a730e36e7878d895285"} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2cc696a6f0e99ec582be84a91bf7f2d7cb454bf550212a730e36e7878d895285","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2cc696a6f0e99ec582be84a91bf7f2d7cb454bf550212a730e36e7878d895285"} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2cc696a6f0e99ec582be84a91bf7f2d7cb454bf550212a730e36e7878d895285","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2cc696a6f0e99ec582be84a91bf7f2d7cb454bf550212a730e36e7878d895285"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2cc696a6f0e99ec582be84a91bf7f2d7cb454bf550212a730e36e7878d895285","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fb29d153c8b0a408d107a978d9a7fb08daf75ca7d61285a211a5eda623578904","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fb29d153c8b0a408d107a978d9a7fb08daf75ca7d61285a211a5eda623578904","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2cc696a6f0e99ec582be84a91bf7f2d7cb454bf550212a730e36e7878d895285","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"fb29d153c8b0a408d107a978d9a7fb08daf75ca7d61285a211a5eda623578904","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fb29d153c8b0a408d107a978d9a7fb08daf75ca7d61285a211a5eda623578904"} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fb29d153c8b0a408d107a978d9a7fb08daf75ca7d61285a211a5eda623578904","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["fb29d153c8b0a408d107a978d9a7fb08daf75ca7d61285a211a5eda623578904"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fb29d153c8b0a408d107a978d9a7fb08daf75ca7d61285a211a5eda623578904","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"fb29d153c8b0a408d107a978d9a7fb08daf75ca7d61285a211a5eda623578904","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2cc696a6f0e99ec582be84a91bf7f2d7cb454bf550212a730e36e7878d895285"} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fb29d153c8b0a408d107a978d9a7fb08daf75ca7d61285a211a5eda623578904"} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f"} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f"} {"level":"error","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512"} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f"} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512"} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f"} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512"} {"level":"info","ts":"2026-07-27T21:49:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f"} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5a636462f0cb833fd06b0c7b15b9921247b80cb9880114408815bd8f3cf4c918","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5a636462f0cb833fd06b0c7b15b9921247b80cb9880114408815bd8f3cf4c918","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a636462f0cb833fd06b0c7b15b9921247b80cb9880114408815bd8f3cf4c918","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a636462f0cb833fd06b0c7b15b9921247b80cb9880114408815bd8f3cf4c918","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a636462f0cb833fd06b0c7b15b9921247b80cb9880114408815bd8f3cf4c918"} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a636462f0cb833fd06b0c7b15b9921247b80cb9880114408815bd8f3cf4c918","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a636462f0cb833fd06b0c7b15b9921247b80cb9880114408815bd8f3cf4c918"} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5a636462f0cb833fd06b0c7b15b9921247b80cb9880114408815bd8f3cf4c918","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5a636462f0cb833fd06b0c7b15b9921247b80cb9880114408815bd8f3cf4c918"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5a636462f0cb833fd06b0c7b15b9921247b80cb9880114408815bd8f3cf4c918","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a636462f0cb833fd06b0c7b15b9921247b80cb9880114408815bd8f3cf4c918","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d21d16034cbaa4e6b651bd96e295e6b60ed529d1809a491317bda7ba46d95680","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d21d16034cbaa4e6b651bd96e295e6b60ed529d1809a491317bda7ba46d95680","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a636462f0cb833fd06b0c7b15b9921247b80cb9880114408815bd8f3cf4c918"} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d21d16034cbaa4e6b651bd96e295e6b60ed529d1809a491317bda7ba46d95680","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d21d16034cbaa4e6b651bd96e295e6b60ed529d1809a491317bda7ba46d95680","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d21d16034cbaa4e6b651bd96e295e6b60ed529d1809a491317bda7ba46d95680","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d21d16034cbaa4e6b651bd96e295e6b60ed529d1809a491317bda7ba46d95680"} {"level":"error","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"d21d16034cbaa4e6b651bd96e295e6b60ed529d1809a491317bda7ba46d95680","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"d21d16034cbaa4e6b651bd96e295e6b60ed529d1809a491317bda7ba46d95680\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d21d16034cbaa4e6b651bd96e295e6b60ed529d1809a491317bda7ba46d95680","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d21d16034cbaa4e6b651bd96e295e6b60ed529d1809a491317bda7ba46d95680"} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d21d16034cbaa4e6b651bd96e295e6b60ed529d1809a491317bda7ba46d95680","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d21d16034cbaa4e6b651bd96e295e6b60ed529d1809a491317bda7ba46d95680"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d21d16034cbaa4e6b651bd96e295e6b60ed529d1809a491317bda7ba46d95680","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d21d16034cbaa4e6b651bd96e295e6b60ed529d1809a491317bda7ba46d95680","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d21d16034cbaa4e6b651bd96e295e6b60ed529d1809a491317bda7ba46d95680"} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0"} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0"} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0"} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"81b1125613d77d120c1d8cd0d7f07f37700da5be494a6b7dd9c839fee35ce337","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"81b1125613d77d120c1d8cd0d7f07f37700da5be494a6b7dd9c839fee35ce337","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/81b1125613d77d120c1d8cd0d7f07f37700da5be494a6b7dd9c839fee35ce337"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"81b1125613d77d120c1d8cd0d7f07f37700da5be494a6b7dd9c839fee35ce337","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"81b1125613d77d120c1d8cd0d7f07f37700da5be494a6b7dd9c839fee35ce337","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"81b1125613d77d120c1d8cd0d7f07f37700da5be494a6b7dd9c839fee35ce337","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/81b1125613d77d120c1d8cd0d7f07f37700da5be494a6b7dd9c839fee35ce337"} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"81b1125613d77d120c1d8cd0d7f07f37700da5be494a6b7dd9c839fee35ce337","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["81b1125613d77d120c1d8cd0d7f07f37700da5be494a6b7dd9c839fee35ce337"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"81b1125613d77d120c1d8cd0d7f07f37700da5be494a6b7dd9c839fee35ce337","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"81b1125613d77d120c1d8cd0d7f07f37700da5be494a6b7dd9c839fee35ce337","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0"} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/81b1125613d77d120c1d8cd0d7f07f37700da5be494a6b7dd9c839fee35ce337"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"83c405d1a9c23c0754bacc613bc8d1d88717897455d96a07b9e461ca5bd1f2b6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/83c405d1a9c23c0754bacc613bc8d1d88717897455d96a07b9e461ca5bd1f2b6"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"83c405d1a9c23c0754bacc613bc8d1d88717897455d96a07b9e461ca5bd1f2b6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"83c405d1a9c23c0754bacc613bc8d1d88717897455d96a07b9e461ca5bd1f2b6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["83c405d1a9c23c0754bacc613bc8d1d88717897455d96a07b9e461ca5bd1f2b6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"83c405d1a9c23c0754bacc613bc8d1d88717897455d96a07b9e461ca5bd1f2b6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/83c405d1a9c23c0754bacc613bc8d1d88717897455d96a07b9e461ca5bd1f2b6"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"83c405d1a9c23c0754bacc613bc8d1d88717897455d96a07b9e461ca5bd1f2b6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"68c20a8baff0ec551cc376ea134a218646a8618c1b40ce00cae00a6568e5d07f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"68c20a8baff0ec551cc376ea134a218646a8618c1b40ce00cae00a6568e5d07f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/83c405d1a9c23c0754bacc613bc8d1d88717897455d96a07b9e461ca5bd1f2b6"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"68c20a8baff0ec551cc376ea134a218646a8618c1b40ce00cae00a6568e5d07f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"beabb1ea381cb76ecf80deee8437e5499f1d38d2bc420b3fba13082c57fab2e0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"beabb1ea381cb76ecf80deee8437e5499f1d38d2bc420b3fba13082c57fab2e0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"68c20a8baff0ec551cc376ea134a218646a8618c1b40ce00cae00a6568e5d07f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"beabb1ea381cb76ecf80deee8437e5499f1d38d2bc420b3fba13082c57fab2e0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"beabb1ea381cb76ecf80deee8437e5499f1d38d2bc420b3fba13082c57fab2e0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"27b6daf50d71ba8f7ec98b029f621206b4a2766c45fba5d43a625f5eb08a42f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/68c20a8baff0ec551cc376ea134a218646a8618c1b40ce00cae00a6568e5d07f"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"27b6daf50d71ba8f7ec98b029f621206b4a2766c45fba5d43a625f5eb08a42f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"68c20a8baff0ec551cc376ea134a218646a8618c1b40ce00cae00a6568e5d07f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["68c20a8baff0ec551cc376ea134a218646a8618c1b40ce00cae00a6568e5d07f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"68c20a8baff0ec551cc376ea134a218646a8618c1b40ce00cae00a6568e5d07f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"27b6daf50d71ba8f7ec98b029f621206b4a2766c45fba5d43a625f5eb08a42f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7e954e067339725f9899ff894cae98c271c8216f1edd0030418d2f78c6b9f289","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7e954e067339725f9899ff894cae98c271c8216f1edd0030418d2f78c6b9f289","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/beabb1ea381cb76ecf80deee8437e5499f1d38d2bc420b3fba13082c57fab2e0"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"beabb1ea381cb76ecf80deee8437e5499f1d38d2bc420b3fba13082c57fab2e0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["beabb1ea381cb76ecf80deee8437e5499f1d38d2bc420b3fba13082c57fab2e0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"beabb1ea381cb76ecf80deee8437e5499f1d38d2bc420b3fba13082c57fab2e0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"68c20a8baff0ec551cc376ea134a218646a8618c1b40ce00cae00a6568e5d07f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"27b6daf50d71ba8f7ec98b029f621206b4a2766c45fba5d43a625f5eb08a42f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7e954e067339725f9899ff894cae98c271c8216f1edd0030418d2f78c6b9f289","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"beabb1ea381cb76ecf80deee8437e5499f1d38d2bc420b3fba13082c57fab2e0","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7e954e067339725f9899ff894cae98c271c8216f1edd0030418d2f78c6b9f289","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"27b6daf50d71ba8f7ec98b029f621206b4a2766c45fba5d43a625f5eb08a42f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/27b6daf50d71ba8f7ec98b029f621206b4a2766c45fba5d43a625f5eb08a42f1"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"27b6daf50d71ba8f7ec98b029f621206b4a2766c45fba5d43a625f5eb08a42f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7e954e067339725f9899ff894cae98c271c8216f1edd0030418d2f78c6b9f289"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7e954e067339725f9899ff894cae98c271c8216f1edd0030418d2f78c6b9f289","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7e954e067339725f9899ff894cae98c271c8216f1edd0030418d2f78c6b9f289"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7e954e067339725f9899ff894cae98c271c8216f1edd0030418d2f78c6b9f289","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"27b6daf50d71ba8f7ec98b029f621206b4a2766c45fba5d43a625f5eb08a42f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["27b6daf50d71ba8f7ec98b029f621206b4a2766c45fba5d43a625f5eb08a42f1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/68c20a8baff0ec551cc376ea134a218646a8618c1b40ce00cae00a6568e5d07f"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"27b6daf50d71ba8f7ec98b029f621206b4a2766c45fba5d43a625f5eb08a42f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/beabb1ea381cb76ecf80deee8437e5499f1d38d2bc420b3fba13082c57fab2e0"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/27b6daf50d71ba8f7ec98b029f621206b4a2766c45fba5d43a625f5eb08a42f1"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:47Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b"} {"level":"info","ts":"2026-07-27T21:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7e954e067339725f9899ff894cae98c271c8216f1edd0030418d2f78c6b9f289"} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2c8895108eb8d5e31ed82470ea879eb82efc2b885ada859976f474656b079111"} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7e954e067339725f9899ff894cae98c271c8216f1edd0030418d2f78c6b9f289","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2c8895108eb8d5e31ed82470ea879eb82efc2b885ada859976f474656b079111","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2c8895108eb8d5e31ed82470ea879eb82efc2b885ada859976f474656b079111"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2e0cbbddc71b3fa1567e669214349f4405a72f944fbb05200ffb9aad4c12a11b"} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dada12e5cd74461438189fb1ac24140f9f4eb12130baa9911493a2a54d824bba"} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2c8895108eb8d5e31ed82470ea879eb82efc2b885ada859976f474656b079111","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"27b6daf50d71ba8f7ec98b029f621206b4a2766c45fba5d43a625f5eb08a42f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2e0cbbddc71b3fa1567e669214349f4405a72f944fbb05200ffb9aad4c12a11b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2e0cbbddc71b3fa1567e669214349f4405a72f944fbb05200ffb9aad4c12a11b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/78f9c780c6d55bc609bb471931942299e065e28b0f86cd076ddafdc1bf6d7ad9"} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bdcfdcfd8d937c6d46e3b96e63cdd25710fc8b90021c3976af530a101d8a512e"} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe"} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2e0cbbddc71b3fa1567e669214349f4405a72f944fbb05200ffb9aad4c12a11b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b"} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2c8895108eb8d5e31ed82470ea879eb82efc2b885ada859976f474656b079111"} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dada12e5cd74461438189fb1ac24140f9f4eb12130baa9911493a2a54d824bba","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["dada12e5cd74461438189fb1ac24140f9f4eb12130baa9911493a2a54d824bba"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2e0cbbddc71b3fa1567e669214349f4405a72f944fbb05200ffb9aad4c12a11b"} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dada12e5cd74461438189fb1ac24140f9f4eb12130baa9911493a2a54d824bba","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"78f9c780c6d55bc609bb471931942299e065e28b0f86cd076ddafdc1bf6d7ad9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["78f9c780c6d55bc609bb471931942299e065e28b0f86cd076ddafdc1bf6d7ad9"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dada12e5cd74461438189fb1ac24140f9f4eb12130baa9911493a2a54d824bba"} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"78f9c780c6d55bc609bb471931942299e065e28b0f86cd076ddafdc1bf6d7ad9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bdcfdcfd8d937c6d46e3b96e63cdd25710fc8b90021c3976af530a101d8a512e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["bdcfdcfd8d937c6d46e3b96e63cdd25710fc8b90021c3976af530a101d8a512e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/78f9c780c6d55bc609bb471931942299e065e28b0f86cd076ddafdc1bf6d7ad9"} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bdcfdcfd8d937c6d46e3b96e63cdd25710fc8b90021c3976af530a101d8a512e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bdcfdcfd8d937c6d46e3b96e63cdd25710fc8b90021c3976af530a101d8a512e"} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2c8895108eb8d5e31ed82470ea879eb82efc2b885ada859976f474656b079111","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2e0cbbddc71b3fa1567e669214349f4405a72f944fbb05200ffb9aad4c12a11b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dada12e5cd74461438189fb1ac24140f9f4eb12130baa9911493a2a54d824bba","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"78f9c780c6d55bc609bb471931942299e065e28b0f86cd076ddafdc1bf6d7ad9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bdcfdcfd8d937c6d46e3b96e63cdd25710fc8b90021c3976af530a101d8a512e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:49:48Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b"} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b"} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b"} {"level":"info","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8f3b973e-ff51-4d61-85b0-620cf7c2e3ac","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:59716","PortSpecifier":{"PortValue":59716}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"8f3b973e-ff51-4d61-85b0-620cf7c2e3ac","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8f3b973e-ff51-4d61-85b0-620cf7c2e3ac","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:59716","PortSpecifier":{"PortValue":59716}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785189005,"nanos":499375343},"http":{"id":"8f3b973e-ff51-4d61-85b0-620cf7c2e3ac","method":"POST","headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"8f3b973e-ff51-4d61-85b0-620cf7c2e3ac","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"8f3b973e-ff51-4d61-85b0-620cf7c2e3ac","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"8f3b973e-ff51-4d61-85b0-620cf7c2e3ac","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.72:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8f3b973e-ff51-4d61-85b0-620cf7c2e3ac","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8f3b973e-ff51-4d61-85b0-620cf7c2e3ac","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8f3b973e-ff51-4d61-85b0-620cf7c2e3ac","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"8f3b973e-ff51-4d61-85b0-620cf7c2e3ac","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8f3b973e-ff51-4d61-85b0-620cf7c2e3ac","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8f3b973e-ff51-4d61-85b0-620cf7c2e3ac","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8f3b973e-ff51-4d61-85b0-620cf7c2e3ac","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8f3b973e-ff51-4d61-85b0-620cf7c2e3ac","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0b13dcee-d968-47b6-b135-0f5d14a77823","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:58210","PortSpecifier":{"PortValue":58210}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"0b13dcee-d968-47b6-b135-0f5d14a77823","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0b13dcee-d968-47b6-b135-0f5d14a77823","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:58210","PortSpecifier":{"PortValue":58210}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785189005,"nanos":545201356},"http":{"id":"0b13dcee-d968-47b6-b135-0f5d14a77823","method":"POST","headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"0b13dcee-d968-47b6-b135-0f5d14a77823","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"0b13dcee-d968-47b6-b135-0f5d14a77823","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"0b13dcee-d968-47b6-b135-0f5d14a77823","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.73:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"0b13dcee-d968-47b6-b135-0f5d14a77823","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"0b13dcee-d968-47b6-b135-0f5d14a77823","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"0b13dcee-d968-47b6-b135-0f5d14a77823","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-2cf6fc/rate-test-model-2cf6fc\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-2cf6fc/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"0b13dcee-d968-47b6-b135-0f5d14a77823","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0b13dcee-d968-47b6-b135-0f5d14a77823","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0b13dcee-d968-47b6-b135-0f5d14a77823","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"info","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0b13dcee-d968-47b6-b135-0f5d14a77823","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0b13dcee-d968-47b6-b135-0f5d14a77823","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6dad92f7-5391-47cd-8e1d-d8709a936315","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:59722","PortSpecifier":{"PortValue":59722}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"6dad92f7-5391-47cd-8e1d-d8709a936315","method":"POST","path":"/ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd/v1/completions","host":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6dad92f7-5391-47cd-8e1d-d8709a936315","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:59722","PortSpecifier":{"PortValue":59722}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785189005,"nanos":588198691},"http":{"id":"6dad92f7-5391-47cd-8e1d-d8709a936315","method":"POST","headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"6dad92f7-5391-47cd-8e1d-d8709a936315","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-bWHcFWgROxncNrlK_iAbhh4Zcvvf9yF4u0SpHOnA9KiHGREPXrmIpp9bz6hH"} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6dad92f7-5391-47cd-8e1d-d8709a936315","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-bWHcFWgROxncNrlK_iAbhh4Zcvvf9yF4u0SpHOnA9KiHGREPXrmIpp9bz6hH\"}"} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6dad92f7-5391-47cd-8e1d-d8709a936315","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"941a942b-e643-4444-b926-8c5f2a3104c5","keyName":"e2e-rate-a-94f9b0","subscription":"e2e-rate-iso-a-94f9b0","tenant":"e2e-shared-a-3298cd","userId":"941a942b-e643-4444-b926-8c5f2a3104c5","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6dad92f7-5391-47cd-8e1d-d8709a936315","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd\",\"requestedSubscription\":\"e2e-rate-iso-a-94f9b0\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6dad92f7-5391-47cd-8e1d-d8709a936315","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m","name":"rate-test-model-3298cd","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-94f9b0","namespace":"ai-tenant-e2e-shared-a-3298cd","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd"}} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"6dad92f7-5391-47cd-8e1d-d8709a936315","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6dad92f7-5391-47cd-8e1d-d8709a936315","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6dad92f7-5391-47cd-8e1d-d8709a936315","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6dad92f7-5391-47cd-8e1d-d8709a936315","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6dad92f7-5391-47cd-8e1d-d8709a936315","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6dad92f7-5391-47cd-8e1d-d8709a936315","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6dad92f7-5391-47cd-8e1d-d8709a936315","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6dad92f7-5391-47cd-8e1d-d8709a936315","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"e2e-rate-iso-a-94f9b0"} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6dad92f7-5391-47cd-8e1d-d8709a936315","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"941a942b-e643-4444-b926-8c5f2a3104c5","keyName":"e2e-rate-a-94f9b0","selected_subscription":"e2e-rate-iso-a-94f9b0","selected_subscription_key":"ai-tenant-e2e-shared-a-3298cd/e2e-rate-iso-a-94f9b0@ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m","name":"rate-test-model-3298cd","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-94f9b0","namespace":"ai-tenant-e2e-shared-a-3298cd","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6dad92f7-5391-47cd-8e1d-d8709a936315","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:50:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6dad92f7-5391-47cd-8e1d-d8709a936315","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:50:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:59728","PortSpecifier":{"PortValue":59728}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","method":"POST","path":"/ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd/v1/completions","host":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:50:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:59728","PortSpecifier":{"PortValue":59728}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785189006,"nanos":679117681},"http":{"id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","method":"POST","headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-bWHcFWgROxncNrlK_iAbhh4Zcvvf9yF4u0SpHOnA9KiHGREPXrmIpp9bz6hH"} {"level":"debug","ts":"2026-07-27T21:50:06Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-bWHcFWgROxncNrlK_iAbhh4Zcvvf9yF4u0SpHOnA9KiHGREPXrmIpp9bz6hH\"}"} {"level":"debug","ts":"2026-07-27T21:50:06Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"941a942b-e643-4444-b926-8c5f2a3104c5","keyName":"e2e-rate-a-94f9b0","subscription":"e2e-rate-iso-a-94f9b0","tenant":"e2e-shared-a-3298cd","userId":"941a942b-e643-4444-b926-8c5f2a3104c5","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T21:50:06Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd\",\"requestedSubscription\":\"e2e-rate-iso-a-94f9b0\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T21:50:06Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m","name":"rate-test-model-3298cd","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-94f9b0","namespace":"ai-tenant-e2e-shared-a-3298cd","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd"}} {"level":"debug","ts":"2026-07-27T21:50:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:50:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"e2e-rate-iso-a-94f9b0"} {"level":"debug","ts":"2026-07-27T21:50:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-27T21:50:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"941a942b-e643-4444-b926-8c5f2a3104c5","keyName":"e2e-rate-a-94f9b0","selected_subscription":"e2e-rate-iso-a-94f9b0","selected_subscription_key":"ai-tenant-e2e-shared-a-3298cd/e2e-rate-iso-a-94f9b0@ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m","name":"rate-test-model-3298cd","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-94f9b0","namespace":"ai-tenant-e2e-shared-a-3298cd","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T21:50:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:50:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9b9de79f-6193-4a6b-a2a5-2d19b58bc9ba","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:50:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"65e137f4-e2cc-4281-8c89-755548d7635a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:59730","PortSpecifier":{"PortValue":59730}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"65e137f4-e2cc-4281-8c89-755548d7635a","method":"POST","path":"/ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd/v1/completions","host":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:50:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"65e137f4-e2cc-4281-8c89-755548d7635a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:59730","PortSpecifier":{"PortValue":59730}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785189007,"nanos":716801028},"http":{"id":"65e137f4-e2cc-4281-8c89-755548d7635a","method":"POST","headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"65e137f4-e2cc-4281-8c89-755548d7635a","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-bWHcFWgROxncNrlK_iAbhh4Zcvvf9yF4u0SpHOnA9KiHGREPXrmIpp9bz6hH"} {"level":"debug","ts":"2026-07-27T21:50:07Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"65e137f4-e2cc-4281-8c89-755548d7635a","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-bWHcFWgROxncNrlK_iAbhh4Zcvvf9yF4u0SpHOnA9KiHGREPXrmIpp9bz6hH\"}"} {"level":"debug","ts":"2026-07-27T21:50:07Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"65e137f4-e2cc-4281-8c89-755548d7635a","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"941a942b-e643-4444-b926-8c5f2a3104c5","keyName":"e2e-rate-a-94f9b0","subscription":"e2e-rate-iso-a-94f9b0","tenant":"e2e-shared-a-3298cd","userId":"941a942b-e643-4444-b926-8c5f2a3104c5","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T21:50:07Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"65e137f4-e2cc-4281-8c89-755548d7635a","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd\",\"requestedSubscription\":\"e2e-rate-iso-a-94f9b0\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T21:50:07Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"65e137f4-e2cc-4281-8c89-755548d7635a","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m","name":"rate-test-model-3298cd","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-94f9b0","namespace":"ai-tenant-e2e-shared-a-3298cd","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd"}} {"level":"debug","ts":"2026-07-27T21:50:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"65e137f4-e2cc-4281-8c89-755548d7635a","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"65e137f4-e2cc-4281-8c89-755548d7635a","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"65e137f4-e2cc-4281-8c89-755548d7635a","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"65e137f4-e2cc-4281-8c89-755548d7635a","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"65e137f4-e2cc-4281-8c89-755548d7635a","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"65e137f4-e2cc-4281-8c89-755548d7635a","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"e2e-rate-iso-a-94f9b0"} {"level":"debug","ts":"2026-07-27T21:50:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"65e137f4-e2cc-4281-8c89-755548d7635a","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:50:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"65e137f4-e2cc-4281-8c89-755548d7635a","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-27T21:50:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"65e137f4-e2cc-4281-8c89-755548d7635a","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"941a942b-e643-4444-b926-8c5f2a3104c5","keyName":"e2e-rate-a-94f9b0","selected_subscription":"e2e-rate-iso-a-94f9b0","selected_subscription_key":"ai-tenant-e2e-shared-a-3298cd/e2e-rate-iso-a-94f9b0@ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m","name":"rate-test-model-3298cd","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-94f9b0","namespace":"ai-tenant-e2e-shared-a-3298cd","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T21:50:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"65e137f4-e2cc-4281-8c89-755548d7635a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:50:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"65e137f4-e2cc-4281-8c89-755548d7635a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c2a4a08c-7b29-44f7-99cb-c72bb06c45d9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:58036","PortSpecifier":{"PortValue":58036}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"c2a4a08c-7b29-44f7-99cb-c72bb06c45d9","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c2a4a08c-7b29-44f7-99cb-c72bb06c45d9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:58036","PortSpecifier":{"PortValue":58036}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785189026,"nanos":183282829},"http":{"id":"c2a4a08c-7b29-44f7-99cb-c72bb06c45d9","method":"POST","headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"c2a4a08c-7b29-44f7-99cb-c72bb06c45d9","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"c2a4a08c-7b29-44f7-99cb-c72bb06c45d9","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"c2a4a08c-7b29-44f7-99cb-c72bb06c45d9","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.72:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c2a4a08c-7b29-44f7-99cb-c72bb06c45d9","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c2a4a08c-7b29-44f7-99cb-c72bb06c45d9","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c2a4a08c-7b29-44f7-99cb-c72bb06c45d9","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"c2a4a08c-7b29-44f7-99cb-c72bb06c45d9","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c2a4a08c-7b29-44f7-99cb-c72bb06c45d9","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c2a4a08c-7b29-44f7-99cb-c72bb06c45d9","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c2a4a08c-7b29-44f7-99cb-c72bb06c45d9","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c2a4a08c-7b29-44f7-99cb-c72bb06c45d9","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7d30f66a-de9b-4330-b999-5fceefc9490e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:38626","PortSpecifier":{"PortValue":38626}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"7d30f66a-de9b-4330-b999-5fceefc9490e","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7d30f66a-de9b-4330-b999-5fceefc9490e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:38626","PortSpecifier":{"PortValue":38626}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785189026,"nanos":224186192},"http":{"id":"7d30f66a-de9b-4330-b999-5fceefc9490e","method":"POST","headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"7d30f66a-de9b-4330-b999-5fceefc9490e","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"7d30f66a-de9b-4330-b999-5fceefc9490e","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"7d30f66a-de9b-4330-b999-5fceefc9490e","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.73:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7d30f66a-de9b-4330-b999-5fceefc9490e","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7d30f66a-de9b-4330-b999-5fceefc9490e","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7d30f66a-de9b-4330-b999-5fceefc9490e","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-2cf6fc/rate-test-model-2cf6fc\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-2cf6fc/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"7d30f66a-de9b-4330-b999-5fceefc9490e","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7d30f66a-de9b-4330-b999-5fceefc9490e","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7d30f66a-de9b-4330-b999-5fceefc9490e","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7d30f66a-de9b-4330-b999-5fceefc9490e","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7d30f66a-de9b-4330-b999-5fceefc9490e","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3b359a1d-d216-40c2-bdb4-00a280b06010","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:58050","PortSpecifier":{"PortValue":58050}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"3b359a1d-d216-40c2-bdb4-00a280b06010","method":"POST","path":"/ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd/v1/completions","host":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3b359a1d-d216-40c2-bdb4-00a280b06010","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:58050","PortSpecifier":{"PortValue":58050}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785189026,"nanos":262067982},"http":{"id":"3b359a1d-d216-40c2-bdb4-00a280b06010","method":"POST","headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"3b359a1d-d216-40c2-bdb4-00a280b06010","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1WOXacLz2NrJPfu21_m7xjQr4eVxBz2wvO3kVXuu0xXeMHe1JtuC8dw15Yrgr"} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"3b359a1d-d216-40c2-bdb4-00a280b06010","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1WOXacLz2NrJPfu21_m7xjQr4eVxBz2wvO3kVXuu0xXeMHe1JtuC8dw15Yrgr\"}"} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"3b359a1d-d216-40c2-bdb4-00a280b06010","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"4b0f8b5d-c4e4-4b37-9356-3d30107be3ae","keyName":"e2e-rate-a-68a8b5","subscription":"e2e-rate-iso-a-68a8b5","tenant":"e2e-shared-a-3298cd","userId":"4b0f8b5d-c4e4-4b37-9356-3d30107be3ae","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"3b359a1d-d216-40c2-bdb4-00a280b06010","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd\",\"requestedSubscription\":\"e2e-rate-iso-a-68a8b5\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"3b359a1d-d216-40c2-bdb4-00a280b06010","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m","name":"rate-test-model-3298cd","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-68a8b5","namespace":"ai-tenant-e2e-shared-a-3298cd","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd"}} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"3b359a1d-d216-40c2-bdb4-00a280b06010","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3b359a1d-d216-40c2-bdb4-00a280b06010","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3b359a1d-d216-40c2-bdb4-00a280b06010","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3b359a1d-d216-40c2-bdb4-00a280b06010","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3b359a1d-d216-40c2-bdb4-00a280b06010","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3b359a1d-d216-40c2-bdb4-00a280b06010","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3b359a1d-d216-40c2-bdb4-00a280b06010","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3b359a1d-d216-40c2-bdb4-00a280b06010","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"e2e-rate-iso-a-68a8b5"} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3b359a1d-d216-40c2-bdb4-00a280b06010","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"4b0f8b5d-c4e4-4b37-9356-3d30107be3ae","keyName":"e2e-rate-a-68a8b5","selected_subscription":"e2e-rate-iso-a-68a8b5","selected_subscription_key":"ai-tenant-e2e-shared-a-3298cd/e2e-rate-iso-a-68a8b5@ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m","name":"rate-test-model-3298cd","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-68a8b5","namespace":"ai-tenant-e2e-shared-a-3298cd","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3b359a1d-d216-40c2-bdb4-00a280b06010","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:50:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3b359a1d-d216-40c2-bdb4-00a280b06010","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:50:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"953c305b-beab-4a32-bc5c-7a54409a24f3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:58056","PortSpecifier":{"PortValue":58056}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"953c305b-beab-4a32-bc5c-7a54409a24f3","method":"POST","path":"/ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd/v1/completions","host":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:50:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"953c305b-beab-4a32-bc5c-7a54409a24f3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:58056","PortSpecifier":{"PortValue":58056}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785189027,"nanos":300866522},"http":{"id":"953c305b-beab-4a32-bc5c-7a54409a24f3","method":"POST","headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:27Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"953c305b-beab-4a32-bc5c-7a54409a24f3","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1WOXacLz2NrJPfu21_m7xjQr4eVxBz2wvO3kVXuu0xXeMHe1JtuC8dw15Yrgr"} {"level":"debug","ts":"2026-07-27T21:50:27Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"953c305b-beab-4a32-bc5c-7a54409a24f3","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1WOXacLz2NrJPfu21_m7xjQr4eVxBz2wvO3kVXuu0xXeMHe1JtuC8dw15Yrgr\"}"} {"level":"debug","ts":"2026-07-27T21:50:27Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"953c305b-beab-4a32-bc5c-7a54409a24f3","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"4b0f8b5d-c4e4-4b37-9356-3d30107be3ae","keyName":"e2e-rate-a-68a8b5","subscription":"e2e-rate-iso-a-68a8b5","tenant":"e2e-shared-a-3298cd","userId":"4b0f8b5d-c4e4-4b37-9356-3d30107be3ae","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T21:50:27Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"953c305b-beab-4a32-bc5c-7a54409a24f3","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd\",\"requestedSubscription\":\"e2e-rate-iso-a-68a8b5\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T21:50:27Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"953c305b-beab-4a32-bc5c-7a54409a24f3","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m","name":"rate-test-model-3298cd","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-68a8b5","namespace":"ai-tenant-e2e-shared-a-3298cd","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd"}} {"level":"debug","ts":"2026-07-27T21:50:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"953c305b-beab-4a32-bc5c-7a54409a24f3","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"953c305b-beab-4a32-bc5c-7a54409a24f3","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"953c305b-beab-4a32-bc5c-7a54409a24f3","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"953c305b-beab-4a32-bc5c-7a54409a24f3","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"953c305b-beab-4a32-bc5c-7a54409a24f3","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"953c305b-beab-4a32-bc5c-7a54409a24f3","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:50:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"953c305b-beab-4a32-bc5c-7a54409a24f3","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"e2e-rate-iso-a-68a8b5"} {"level":"debug","ts":"2026-07-27T21:50:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"953c305b-beab-4a32-bc5c-7a54409a24f3","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-27T21:50:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"953c305b-beab-4a32-bc5c-7a54409a24f3","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"4b0f8b5d-c4e4-4b37-9356-3d30107be3ae","keyName":"e2e-rate-a-68a8b5","selected_subscription":"e2e-rate-iso-a-68a8b5","selected_subscription_key":"ai-tenant-e2e-shared-a-3298cd/e2e-rate-iso-a-68a8b5@ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m","name":"rate-test-model-3298cd","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-68a8b5","namespace":"ai-tenant-e2e-shared-a-3298cd","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T21:50:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"953c305b-beab-4a32-bc5c-7a54409a24f3","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:50:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"953c305b-beab-4a32-bc5c-7a54409a24f3","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:58058","PortSpecifier":{"PortValue":58058}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","method":"POST","path":"/ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd/v1/completions","host":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:58058","PortSpecifier":{"PortValue":58058}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.72:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785189028,"nanos":341132730},"http":{"id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","method":"POST","headers":{":authority":"e2e-shared-a-3298cd.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1WOXacLz2NrJPfu21_m7xjQr4eVxBz2wvO3kVXuu0xXeMHe1JtuC8dw15Yrgr"} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1WOXacLz2NrJPfu21_m7xjQr4eVxBz2wvO3kVXuu0xXeMHe1JtuC8dw15Yrgr\"}"} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"4b0f8b5d-c4e4-4b37-9356-3d30107be3ae","keyName":"e2e-rate-a-68a8b5","subscription":"e2e-rate-iso-a-68a8b5","tenant":"e2e-shared-a-3298cd","userId":"4b0f8b5d-c4e4-4b37-9356-3d30107be3ae","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd\",\"requestedSubscription\":\"e2e-rate-iso-a-68a8b5\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-a-3298cd.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m","name":"rate-test-model-3298cd","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-68a8b5","namespace":"ai-tenant-e2e-shared-a-3298cd","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd"}} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"e2e-rate-iso-a-68a8b5"} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"4b0f8b5d-c4e4-4b37-9356-3d30107be3ae","keyName":"e2e-rate-a-68a8b5","selected_subscription":"e2e-rate-iso-a-68a8b5","selected_subscription_key":"ai-tenant-e2e-shared-a-3298cd/e2e-rate-iso-a-68a8b5@ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-3298cd/models/facebook/opt-125m","name":"rate-test-model-3298cd","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-68a8b5","namespace":"ai-tenant-e2e-shared-a-3298cd","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-3298cd/rate-test-model-3298cd"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8ba37570-c2ca-41f8-99e5-a55f23cdd21a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"52d1f834-e88d-4515-b89a-c2d7a6771503","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:38628","PortSpecifier":{"PortValue":38628}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"52d1f834-e88d-4515-b89a-c2d7a6771503","method":"POST","path":"/ai-tenant-e2e-shared-b-2cf6fc/rate-test-model-2cf6fc/v1/completions","host":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"52d1f834-e88d-4515-b89a-c2d7a6771503","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:38628","PortSpecifier":{"PortValue":38628}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.73:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785189028,"nanos":377876401},"http":{"id":"52d1f834-e88d-4515-b89a-c2d7a6771503","method":"POST","headers":{":authority":"e2e-shared-b-2cf6fc.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-b-2cf6fc/rate-test-model-2cf6fc/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"52d1f834-e88d-4515-b89a-c2d7a6771503","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-135fpL0o65UiwvwH2_tPvjkGQqMGI0RumRZ1E0s0ng4trsaFySdffTrJFqrrI"} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"52d1f834-e88d-4515-b89a-c2d7a6771503","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-2cf6fc.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-135fpL0o65UiwvwH2_tPvjkGQqMGI0RumRZ1E0s0ng4trsaFySdffTrJFqrrI\"}"} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"52d1f834-e88d-4515-b89a-c2d7a6771503","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-b-2cf6fc.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"4d49f8f4-6233-4c75-b3bc-4fd73b190971","keyName":"e2e-rate-b-68a8b5","subscription":"e2e-rate-iso-b-68a8b5","tenant":"e2e-shared-b-2cf6fc","userId":"4d49f8f4-6233-4c75-b3bc-4fd73b190971","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"52d1f834-e88d-4515-b89a-c2d7a6771503","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-b-2cf6fc.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"ai-tenant-e2e-shared-b-2cf6fc/rate-test-model-2cf6fc\",\"requestedSubscription\":\"e2e-rate-iso-b-68a8b5\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"52d1f834-e88d-4515-b89a-c2d7a6771503","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-shared-b-2cf6fc.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-b-2cf6fc/models/facebook/opt-125m","name":"rate-test-model-2cf6fc","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-68a8b5","namespace":"ai-tenant-e2e-shared-b-2cf6fc","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-2cf6fc/rate-test-model-2cf6fc"}} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"52d1f834-e88d-4515-b89a-c2d7a6771503","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"52d1f834-e88d-4515-b89a-c2d7a6771503","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"52d1f834-e88d-4515-b89a-c2d7a6771503","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"52d1f834-e88d-4515-b89a-c2d7a6771503","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"52d1f834-e88d-4515-b89a-c2d7a6771503","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-2cf6fc/rate-test-model-2cf6fc\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-2cf6fc/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"52d1f834-e88d-4515-b89a-c2d7a6771503","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"52d1f834-e88d-4515-b89a-c2d7a6771503","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"52d1f834-e88d-4515-b89a-c2d7a6771503","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"e2e-rate-iso-b-68a8b5"} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"52d1f834-e88d-4515-b89a-c2d7a6771503","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"userid","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"4d49f8f4-6233-4c75-b3bc-4fd73b190971","keyName":"e2e-rate-b-68a8b5","selected_subscription":"e2e-rate-iso-b-68a8b5","selected_subscription_key":"ai-tenant-e2e-shared-b-2cf6fc/e2e-rate-iso-b-68a8b5@ai-tenant-e2e-shared-b-2cf6fc/rate-test-model-2cf6fc","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-b-2cf6fc/models/facebook/opt-125m","name":"rate-test-model-2cf6fc","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-68a8b5","namespace":"ai-tenant-e2e-shared-b-2cf6fc","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-2cf6fc/rate-test-model-2cf6fc"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"52d1f834-e88d-4515-b89a-c2d7a6771503","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:50:28Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"52d1f834-e88d-4515-b89a-c2d7a6771503","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7e954e067339725f9899ff894cae98c271c8216f1edd0030418d2f78c6b9f289"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/56d77bc3a7aae96882396ed35b4acd0e21ca0e2e3cf641a3bcb77188271b493f"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/27b6daf50d71ba8f7ec98b029f621206b4a2766c45fba5d43a625f5eb08a42f1"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/bdcfdcfd8d937c6d46e3b96e63cdd25710fc8b90021c3976af530a101d8a512e"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/78f9c780c6d55bc609bb471931942299e065e28b0f86cd076ddafdc1bf6d7ad9"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d1e783da7e33d6af83798b491c91a5e8f053726f200c02f9d08b842b1bf5eb7b"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/316a8e9f43278d67d59c142ba387299646805f600f43bc3c20654b90f1b4f5e1"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d21d16034cbaa4e6b651bd96e295e6b60ed529d1809a491317bda7ba46d95680"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2bd491b7d207f66897cea9e14fd8acd4a7ff4edb44e8e35db5f2025ac2bac56c"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/87b4660988799dbae8ea32d13ec098685b81f5fd1ccd92fea1e2fdf68f3cf512"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/83c405d1a9c23c0754bacc613bc8d1d88717897455d96a07b9e461ca5bd1f2b6"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2e0cbbddc71b3fa1567e669214349f4405a72f944fbb05200ffb9aad4c12a11b"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6f6fea2e166bd8407360d49e54d5cd6397809d31350252844f25368cec8144f0"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ba4f3c1e24d51cf2dd9dd60ffb9f1fc283a875d94e399d0be0a244901a395fbe"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/beabb1ea381cb76ecf80deee8437e5499f1d38d2bc420b3fba13082c57fab2e0"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2c8895108eb8d5e31ed82470ea879eb82efc2b885ada859976f474656b079111"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/5a636462f0cb833fd06b0c7b15b9921247b80cb9880114408815bd8f3cf4c918"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/68c20a8baff0ec551cc376ea134a218646a8618c1b40ce00cae00a6568e5d07f"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2cc696a6f0e99ec582be84a91bf7f2d7cb454bf550212a730e36e7878d895285"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7c9b063f46bdfa8e3332ef03edfb478184879637944ffe5d154ddec1981acbc5"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/81b1125613d77d120c1d8cd0d7f07f37700da5be494a6b7dd9c839fee35ce337"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/fb29d153c8b0a408d107a978d9a7fb08daf75ca7d61285a211a5eda623578904"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6581aa124fc193e7a79df6fcaf7a707221fdef299deb40cf0c3f6c8280171547"} {"level":"info","ts":"2026-07-27T21:50:32Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/dada12e5cd74461438189fb1ac24140f9f4eb12130baa9911493a2a54d824bba"} {"level":"info","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"70e10d8d-b8f8-470a-a092-1f6910a54994","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:46394","PortSpecifier":{"PortValue":46394}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"70e10d8d-b8f8-470a-a092-1f6910a54994","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"70e10d8d-b8f8-470a-a092-1f6910a54994","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:46394","PortSpecifier":{"PortValue":46394}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785189097,"nanos":359458148},"http":{"id":"70e10d8d-b8f8-470a-a092-1f6910a54994","method":"POST","headers":{":authority":"maas.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"70e10d8d-b8f8-470a-a092-1f6910a54994","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"70e10d8d-b8f8-470a-a092-1f6910a54994","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"70e10d8d-b8f8-470a-a092-1f6910a54994","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"b64d1d3a1a41de71c5b05aa58c2da5025409dfbb29fbaa63fe6a7b8fb71bf42e"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.38:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"70e10d8d-b8f8-470a-a092-1f6910a54994","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"70e10d8d-b8f8-470a-a092-1f6910a54994","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"70e10d8d-b8f8-470a-a092-1f6910a54994","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"llm/facebook-opt-125m-simulated\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"llm/premium-simulated-simulated-premium\":{\"users\":[\"system:serviceaccount:premium-users-namespace:premium-service-account\"],\"groups\":[\"premium-user\"]},\"publishers/llm/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/llm/models/facebook/opt-125m-premium\":{\"users\":[\"system:serviceaccount:premium-users-namespace:premium-service-account\"],\"groups\":[\"premium-user\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"70e10d8d-b8f8-470a-a092-1f6910a54994","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"70e10d8d-b8f8-470a-a092-1f6910a54994","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"70e10d8d-b8f8-470a-a092-1f6910a54994","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"70e10d8d-b8f8-470a-a092-1f6910a54994","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"70e10d8d-b8f8-470a-a092-1f6910a54994","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:46410","PortSpecifier":{"PortValue":46410}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:46410","PortSpecifier":{"PortValue":46410}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785189097,"nanos":410343974},"http":{"id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","method":"POST","headers":{":authority":"maas.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-5yeKR543C5qRQ5YR_ODiYmaBxJ1y6eeUUS3hN8EM7OZfeYheRBjFIIQzPT3N"} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","config":"apiKeyValidation","method":"POST","url":"https://maas-api.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-5yeKR543C5qRQ5YR_ODiYmaBxJ1y6eeUUS3hN8EM7OZfeYheRBjFIIQzPT3N\"}"} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"3416a73b-a713-4145-9c69-c0a0b2254191","keyName":"e2e-ipp-default","subscription":"simulator-subscription","tenant":"models-as-a-service","userId":"3416a73b-a713-4145-9c69-c0a0b2254191","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","config":"subscription-info","method":"POST","url":"https://maas-api.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","model_name":"publishers/llm/models/facebook/opt-125m","name":"facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true,"resolvedModel":"llm/facebook-opt-125m-simulated"}} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","input":{"auth":{"identity":"Bearer **** subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","model_name":"publishers/llm/models/facebook/opt-125m","name":"facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true,"resolvedModel":"llm/facebook-opt-125m-simulated"}}},"context":{"context_extensions":{"host":"311b1be286674fd5684c9ac59b318287dade9769cfe4aeebd8c88e2dc6b72418"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.38:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"llm/facebook-opt-125m-simulated\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"llm/premium-simulated-simulated-premium\":{\"users\":[\"system:serviceaccount:premium-users-namespace:premium-service-account\"],\"groups\":[\"premium-user\"]},\"publishers/llm/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/llm/models/facebook/opt-125m-premium\":{\"users\":[\"system:serviceaccount:premium-users-namespace:premium-service-account\"],\"groups\":[\"premium-user\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"simulator-subscription"} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"3416a73b-a713-4145-9c69-c0a0b2254191","keyName":"e2e-ipp-default","selected_subscription":"simulator-subscription","selected_subscription_key":"models-as-a-service/simulator-subscription@llm/facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","model_name":"publishers/llm/models/facebook/opt-125m","name":"facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true,"resolvedModel":"llm/facebook-opt-125m-simulated"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:51:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6b64c81e-4baf-4b55-b6f5-6ca24e41b218","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"29d245bbb8460c195f1af5d6f963426a30ac848cf77d043875dd5ddbd036b71e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"29d245bbb8460c195f1af5d6f963426a30ac848cf77d043875dd5ddbd036b71e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"29d245bbb8460c195f1af5d6f963426a30ac848cf77d043875dd5ddbd036b71e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/29d245bbb8460c195f1af5d6f963426a30ac848cf77d043875dd5ddbd036b71e"} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"29d245bbb8460c195f1af5d6f963426a30ac848cf77d043875dd5ddbd036b71e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"29d245bbb8460c195f1af5d6f963426a30ac848cf77d043875dd5ddbd036b71e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"29d245bbb8460c195f1af5d6f963426a30ac848cf77d043875dd5ddbd036b71e","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"29d245bbb8460c195f1af5d6f963426a30ac848cf77d043875dd5ddbd036b71e\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"29d245bbb8460c195f1af5d6f963426a30ac848cf77d043875dd5ddbd036b71e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"29d245bbb8460c195f1af5d6f963426a30ac848cf77d043875dd5ddbd036b71e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/29d245bbb8460c195f1af5d6f963426a30ac848cf77d043875dd5ddbd036b71e"} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/29d245bbb8460c195f1af5d6f963426a30ac848cf77d043875dd5ddbd036b71e"} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"23ad1c87cd9d7ce491e14331f7fc102538ea6a052a0ef059517ccf7a943e4d45","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14"} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"23ad1c87cd9d7ce491e14331f7fc102538ea6a052a0ef059517ccf7a943e4d45","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/23ad1c87cd9d7ce491e14331f7fc102538ea6a052a0ef059517ccf7a943e4d45"} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"29d245bbb8460c195f1af5d6f963426a30ac848cf77d043875dd5ddbd036b71e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["29d245bbb8460c195f1af5d6f963426a30ac848cf77d043875dd5ddbd036b71e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14"} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"29d245bbb8460c195f1af5d6f963426a30ac848cf77d043875dd5ddbd036b71e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"23ad1c87cd9d7ce491e14331f7fc102538ea6a052a0ef059517ccf7a943e4d45","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/23ad1c87cd9d7ce491e14331f7fc102538ea6a052a0ef059517ccf7a943e4d45"} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"23ad1c87cd9d7ce491e14331f7fc102538ea6a052a0ef059517ccf7a943e4d45","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"29d245bbb8460c195f1af5d6f963426a30ac848cf77d043875dd5ddbd036b71e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"23ad1c87cd9d7ce491e14331f7fc102538ea6a052a0ef059517ccf7a943e4d45","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["23ad1c87cd9d7ce491e14331f7fc102538ea6a052a0ef059517ccf7a943e4d45"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14"} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"23ad1c87cd9d7ce491e14331f7fc102538ea6a052a0ef059517ccf7a943e4d45","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"0b9571f6e68fcdb16f2e606d4faa93048291a5ce796f0144d0c0b827a0f09dec","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/29d245bbb8460c195f1af5d6f963426a30ac848cf77d043875dd5ddbd036b71e"} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"0b9571f6e68fcdb16f2e606d4faa93048291a5ce796f0144d0c0b827a0f09dec","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/23ad1c87cd9d7ce491e14331f7fc102538ea6a052a0ef059517ccf7a943e4d45"} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"23ad1c87cd9d7ce491e14331f7fc102538ea6a052a0ef059517ccf7a943e4d45","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"0b9571f6e68fcdb16f2e606d4faa93048291a5ce796f0144d0c0b827a0f09dec","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/0b9571f6e68fcdb16f2e606d4faa93048291a5ce796f0144d0c0b827a0f09dec"} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"0b9571f6e68fcdb16f2e606d4faa93048291a5ce796f0144d0c0b827a0f09dec","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"0b9571f6e68fcdb16f2e606d4faa93048291a5ce796f0144d0c0b827a0f09dec","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["0b9571f6e68fcdb16f2e606d4faa93048291a5ce796f0144d0c0b827a0f09dec"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14"} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"0b9571f6e68fcdb16f2e606d4faa93048291a5ce796f0144d0c0b827a0f09dec","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/0b9571f6e68fcdb16f2e606d4faa93048291a5ce796f0144d0c0b827a0f09dec"} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"0b9571f6e68fcdb16f2e606d4faa93048291a5ce796f0144d0c0b827a0f09dec","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14"} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b"} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/0b9571f6e68fcdb16f2e606d4faa93048291a5ce796f0144d0c0b827a0f09dec"} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14"} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b"} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14"} {"level":"error","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:13Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b"} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b"} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14"} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b"} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f255556bbec3172271444cf25e211c2831dad631d3a93ca795fb3298a328795","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f255556bbec3172271444cf25e211c2831dad631d3a93ca795fb3298a328795","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f255556bbec3172271444cf25e211c2831dad631d3a93ca795fb3298a328795","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f255556bbec3172271444cf25e211c2831dad631d3a93ca795fb3298a328795"} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f255556bbec3172271444cf25e211c2831dad631d3a93ca795fb3298a328795","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f255556bbec3172271444cf25e211c2831dad631d3a93ca795fb3298a328795","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"2f255556bbec3172271444cf25e211c2831dad631d3a93ca795fb3298a328795","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"2f255556bbec3172271444cf25e211c2831dad631d3a93ca795fb3298a328795\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f255556bbec3172271444cf25e211c2831dad631d3a93ca795fb3298a328795","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f255556bbec3172271444cf25e211c2831dad631d3a93ca795fb3298a328795","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f255556bbec3172271444cf25e211c2831dad631d3a93ca795fb3298a328795"} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f255556bbec3172271444cf25e211c2831dad631d3a93ca795fb3298a328795"} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cab873d947570d019f420e1fd225021a72104268378e97abd180ee45344afa78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cab873d947570d019f420e1fd225021a72104268378e97abd180ee45344afa78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cab873d947570d019f420e1fd225021a72104268378e97abd180ee45344afa78","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cab873d947570d019f420e1fd225021a72104268378e97abd180ee45344afa78"} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cab873d947570d019f420e1fd225021a72104268378e97abd180ee45344afa78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f255556bbec3172271444cf25e211c2831dad631d3a93ca795fb3298a328795","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2f255556bbec3172271444cf25e211c2831dad631d3a93ca795fb3298a328795"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f255556bbec3172271444cf25e211c2831dad631d3a93ca795fb3298a328795","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f255556bbec3172271444cf25e211c2831dad631d3a93ca795fb3298a328795","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cab873d947570d019f420e1fd225021a72104268378e97abd180ee45344afa78"} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cab873d947570d019f420e1fd225021a72104268378e97abd180ee45344afa78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["cab873d947570d019f420e1fd225021a72104268378e97abd180ee45344afa78"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cab873d947570d019f420e1fd225021a72104268378e97abd180ee45344afa78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cab873d947570d019f420e1fd225021a72104268378e97abd180ee45344afa78","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f255556bbec3172271444cf25e211c2831dad631d3a93ca795fb3298a328795"} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cab873d947570d019f420e1fd225021a72104268378e97abd180ee45344afa78"} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"050ed1c114a78e341d5866a844c294c170b5c1774b82d8e6453ff719707063c4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"050ed1c114a78e341d5866a844c294c170b5c1774b82d8e6453ff719707063c4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"050ed1c114a78e341d5866a844c294c170b5c1774b82d8e6453ff719707063c4","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/050ed1c114a78e341d5866a844c294c170b5c1774b82d8e6453ff719707063c4"} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"050ed1c114a78e341d5866a844c294c170b5c1774b82d8e6453ff719707063c4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"050ed1c114a78e341d5866a844c294c170b5c1774b82d8e6453ff719707063c4","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/050ed1c114a78e341d5866a844c294c170b5c1774b82d8e6453ff719707063c4"} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"050ed1c114a78e341d5866a844c294c170b5c1774b82d8e6453ff719707063c4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["050ed1c114a78e341d5866a844c294c170b5c1774b82d8e6453ff719707063c4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"050ed1c114a78e341d5866a844c294c170b5c1774b82d8e6453ff719707063c4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"050ed1c114a78e341d5866a844c294c170b5c1774b82d8e6453ff719707063c4","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/050ed1c114a78e341d5866a844c294c170b5c1774b82d8e6453ff719707063c4"} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cedddc7cc808dc158e4834a665728ec26cd933deb44f3d22091787430aecb4f7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cedddc7cc808dc158e4834a665728ec26cd933deb44f3d22091787430aecb4f7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cedddc7cc808dc158e4834a665728ec26cd933deb44f3d22091787430aecb4f7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cedddc7cc808dc158e4834a665728ec26cd933deb44f3d22091787430aecb4f7","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cedddc7cc808dc158e4834a665728ec26cd933deb44f3d22091787430aecb4f7"} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cedddc7cc808dc158e4834a665728ec26cd933deb44f3d22091787430aecb4f7","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cedddc7cc808dc158e4834a665728ec26cd933deb44f3d22091787430aecb4f7"} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cedddc7cc808dc158e4834a665728ec26cd933deb44f3d22091787430aecb4f7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["cedddc7cc808dc158e4834a665728ec26cd933deb44f3d22091787430aecb4f7"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cedddc7cc808dc158e4834a665728ec26cd933deb44f3d22091787430aecb4f7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cedddc7cc808dc158e4834a665728ec26cd933deb44f3d22091787430aecb4f7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"76b476d2ae0c2b8bb6f484248a80ba3093a4685d07bf5cc9d1547fac0e459248","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6"} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"76b476d2ae0c2b8bb6f484248a80ba3093a4685d07bf5cc9d1547fac0e459248","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cedddc7cc808dc158e4834a665728ec26cd933deb44f3d22091787430aecb4f7"} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8fb766affb4b01a35d2e4b01564b3bfae420d13303149467f669c58f7800d646","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8fb766affb4b01a35d2e4b01564b3bfae420d13303149467f669c58f7800d646","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"76b476d2ae0c2b8bb6f484248a80ba3093a4685d07bf5cc9d1547fac0e459248","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/76b476d2ae0c2b8bb6f484248a80ba3093a4685d07bf5cc9d1547fac0e459248"} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"76b476d2ae0c2b8bb6f484248a80ba3093a4685d07bf5cc9d1547fac0e459248","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6"} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8fb766affb4b01a35d2e4b01564b3bfae420d13303149467f669c58f7800d646","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8fb766affb4b01a35d2e4b01564b3bfae420d13303149467f669c58f7800d646","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"76b476d2ae0c2b8bb6f484248a80ba3093a4685d07bf5cc9d1547fac0e459248","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["76b476d2ae0c2b8bb6f484248a80ba3093a4685d07bf5cc9d1547fac0e459248"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8fb766affb4b01a35d2e4b01564b3bfae420d13303149467f669c58f7800d646"} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"76b476d2ae0c2b8bb6f484248a80ba3093a4685d07bf5cc9d1547fac0e459248","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/76b476d2ae0c2b8bb6f484248a80ba3093a4685d07bf5cc9d1547fac0e459248"} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8fb766affb4b01a35d2e4b01564b3bfae420d13303149467f669c58f7800d646","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8fb766affb4b01a35d2e4b01564b3bfae420d13303149467f669c58f7800d646"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8fb766affb4b01a35d2e4b01564b3bfae420d13303149467f669c58f7800d646","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"76b476d2ae0c2b8bb6f484248a80ba3093a4685d07bf5cc9d1547fac0e459248","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6"} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8fb766affb4b01a35d2e4b01564b3bfae420d13303149467f669c58f7800d646","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8fb766affb4b01a35d2e4b01564b3bfae420d13303149467f669c58f7800d646","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8fb766affb4b01a35d2e4b01564b3bfae420d13303149467f669c58f7800d646"} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8fb766affb4b01a35d2e4b01564b3bfae420d13303149467f669c58f7800d646","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8fb766affb4b01a35d2e4b01564b3bfae420d13303149467f669c58f7800d646"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/76b476d2ae0c2b8bb6f484248a80ba3093a4685d07bf5cc9d1547fac0e459248"} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8fb766affb4b01a35d2e4b01564b3bfae420d13303149467f669c58f7800d646","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8fb766affb4b01a35d2e4b01564b3bfae420d13303149467f669c58f7800d646","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6"} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8fb766affb4b01a35d2e4b01564b3bfae420d13303149467f669c58f7800d646"} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6"} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6"} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6"} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T21:52:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6"} {"level":"debug","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:52:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6"} {"level":"debug","ts":"2026-07-27T21:52:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T21:52:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T21:52:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T21:52:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T21:52:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T21:52:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6"} {"level":"info","ts":"2026-07-27T21:52:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"004fd8ae-ef5f-4e60-933f-039fe7b91377","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:35774","PortSpecifier":{"PortValue":35774}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.80:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"004fd8ae-ef5f-4e60-933f-039fe7b91377","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-ipp-a-262475.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:52:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"004fd8ae-ef5f-4e60-933f-039fe7b91377","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:35774","PortSpecifier":{"PortValue":35774}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.80:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785189150,"nanos":622875706},"http":{"id":"004fd8ae-ef5f-4e60-933f-039fe7b91377","method":"POST","headers":{":authority":"e2e-ipp-a-262475.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:52:30Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"004fd8ae-ef5f-4e60-933f-039fe7b91377","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T21:52:30Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"004fd8ae-ef5f-4e60-933f-039fe7b91377","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"authenticated":true,"user":{"username":"system:serviceaccount:default:tester-regular-user","uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"]}} {"level":"debug","ts":"2026-07-27T21:52:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"004fd8ae-ef5f-4e60-933f-039fe7b91377","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/b74e06c6bf1f"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=58c3f34c-ee9c-4353-b56d-f6f8b892ef2c"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1abcc9a4-4dce-462f-9d64-4a5dd4106759","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.80:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-ipp-a-262475.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:52:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"004fd8ae-ef5f-4e60-933f-039fe7b91377","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:52:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"004fd8ae-ef5f-4e60-933f-039fe7b91377","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:52:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"004fd8ae-ef5f-4e60-933f-039fe7b91377","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-262475/ipp-route-262475\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-262475/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:52:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"004fd8ae-ef5f-4e60-933f-039fe7b91377","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T21:52:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"004fd8ae-ef5f-4e60-933f-039fe7b91377","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-27T21:52:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"004fd8ae-ef5f-4e60-933f-039fe7b91377","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"info","ts":"2026-07-27T21:52:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"004fd8ae-ef5f-4e60-933f-039fe7b91377","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:52:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"004fd8ae-ef5f-4e60-933f-039fe7b91377","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:52:32Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:35780","PortSpecifier":{"PortValue":35780}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.80:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","method":"POST","path":"/ai-tenant-e2e-ipp-a-262475/ipp-route-262475/v1/chat/completions","host":"e2e-ipp-a-262475.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T21:52:32Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.16:35780","PortSpecifier":{"PortValue":35780}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.80:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785189152,"nanos":692009755},"http":{"id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","method":"POST","headers":{":authority":"e2e-ipp-a-262475.apps.48924839-c326-4e15-9e51-b74e06c6bf1f.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-ipp-a-262475/ipp-route-262475/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:52:32Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-13rgAlwC04tbgqdx4_TOdXuVDAmJ3mplw6Y4vHCnI42SxCpWyFZMPpcl4KGZx"} {"level":"debug","ts":"2026-07-27T21:52:32Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-ipp-a-262475.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-13rgAlwC04tbgqdx4_TOdXuVDAmJ3mplw6Y4vHCnI42SxCpWyFZMPpcl4KGZx\"}"} {"level":"debug","ts":"2026-07-27T21:52:32Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-ipp-a-262475.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"90b513d8-deac-45db-af94-27b6a31bd2ef","keyName":"e2e-ipp-262475","subscription":"ipp-route-262475-sub","tenant":"e2e-ipp-a-262475","userId":"90b513d8-deac-45db-af94-27b6a31bd2ef","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T21:52:32Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-ipp-a-262475.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"ai-tenant-e2e-ipp-a-262475/ipp-route-262475\",\"requestedSubscription\":\"ipp-route-262475-sub\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T21:52:32Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-ipp-a-262475.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-ipp-a-262475/models/facebook/opt-125m","name":"ipp-route-262475","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-262475-sub","namespace":"ai-tenant-e2e-ipp-a-262475","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-262475/ipp-route-262475"}} {"level":"debug","ts":"2026-07-27T21:52:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T21:52:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:52:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:52:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-262475/ipp-route-262475\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-262475/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:52:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-27T21:52:32Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-27T21:52:32Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"ipp-route-262475-sub"} {"level":"debug","ts":"2026-07-27T21:52:32Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-27T21:52:32Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"90b513d8-deac-45db-af94-27b6a31bd2ef","keyName":"e2e-ipp-262475","selected_subscription":"ipp-route-262475-sub","selected_subscription_key":"ai-tenant-e2e-ipp-a-262475/ipp-route-262475-sub@ai-tenant-e2e-ipp-a-262475/ipp-route-262475","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-ipp-a-262475/models/facebook/opt-125m","name":"ipp-route-262475","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-262475-sub","namespace":"ai-tenant-e2e-ipp-a-262475","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-262475/ipp-route-262475"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T21:52:32Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T21:52:32Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"09cfdc4c-3e06-4def-9cd8-94343ea63ea7","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T21:53:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c87d24667a15186cae0f54fbbeb393c281a01271ad81c7f57391b171c85bdc9b"} {"level":"info","ts":"2026-07-27T21:53:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/dedc721da30e87b9eb287cf87651cbce7132743786bea433b590585212d1fb14"} {"level":"info","ts":"2026-07-27T21:53:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/76b476d2ae0c2b8bb6f484248a80ba3093a4685d07bf5cc9d1547fac0e459248"} {"level":"info","ts":"2026-07-27T21:53:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/29d245bbb8460c195f1af5d6f963426a30ac848cf77d043875dd5ddbd036b71e"} {"level":"info","ts":"2026-07-27T21:53:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/0b9571f6e68fcdb16f2e606d4faa93048291a5ce796f0144d0c0b827a0f09dec"} {"level":"info","ts":"2026-07-27T21:53:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/cedddc7cc808dc158e4834a665728ec26cd933deb44f3d22091787430aecb4f7"} {"level":"info","ts":"2026-07-27T21:53:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/8fb766affb4b01a35d2e4b01564b3bfae420d13303149467f669c58f7800d646"} {"level":"info","ts":"2026-07-27T21:53:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/050ed1c114a78e341d5866a844c294c170b5c1774b82d8e6453ff719707063c4"} {"level":"info","ts":"2026-07-27T21:53:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2b26b5d4743a66a06ed2a1a9fe563fbf094cf164e5ceb3fcf516422c56b405a6"} {"level":"info","ts":"2026-07-27T21:53:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/cab873d947570d019f420e1fd225021a72104268378e97abd180ee45344afa78"} {"level":"info","ts":"2026-07-27T21:53:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2f255556bbec3172271444cf25e211c2831dad631d3a93ca795fb3298a328795"} {"level":"info","ts":"2026-07-27T21:53:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/23ad1c87cd9d7ce491e14331f7fc102538ea6a052a0ef059517ccf7a943e4d45"}