--- Authorino logs from kuadrant-system (label=authorino-resource=authorino) --- {"level":"debug","ts":"2026-07-07T22:46:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3288f01e-68e7-46ae-a82f-9e6725923294","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-inf-a-2de05d/test-model-2de05d\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:46:54Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"3288f01e-68e7-46ae-a82f-9e6725923294","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":"keyId","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:46:54Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3288f01e-68e7-46ae-a82f-9e6725923294","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-07T22:46:54Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3288f01e-68e7-46ae-a82f-9e6725923294","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-07T22:46:54Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3288f01e-68e7-46ae-a82f-9e6725923294","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:46:54Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3288f01e-68e7-46ae-a82f-9e6725923294","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:46:58Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:37196","PortSpecifier":{"PortValue":37196}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","method":"POST","path":"/ai-tenant-e2e-inf-a-2de05d/test-model-2de05d/v1/chat/completions","host":"e2e-inf-a-2de05d.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:46:58Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:37196","PortSpecifier":{"PortValue":37196}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464418,"nanos":579371148},"http":{"id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","method":"POST","headers":{":authority":"e2e-inf-a-2de05d.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-inf-a-2de05d/test-model-2de05d/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:46:58Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-pxOdswEz1b3h5eqJ_A2Zj3u05UsENoW911dIwZ5HIfwRKYVPmH5HKZWPEhKO"} {"level":"debug","ts":"2026-07-07T22:46:58Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-inf-a-2de05d.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-pxOdswEz1b3h5eqJ_A2Zj3u05UsENoW911dIwZ5HIfwRKYVPmH5HKZWPEhKO\"}"} {"level":"debug","ts":"2026-07-07T22:46:58Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","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-inf-a-2de05d.opendatahub.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":"f9664a07-1760-4319-b10f-805cfa8bc14f","keyName":"e2e-body-routing-2de05d","subscription":"test-model-2de05d-sub","tenant":"e2e-inf-a-2de05d","userId":"f9664a07-1760-4319-b10f-805cfa8bc14f","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-07T22:46:58Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-inf-a-2de05d.opendatahub.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-inf-a-2de05d/test-model-2de05d\",\"requestedSubscription\":\"test-model-2de05d-sub\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-07T22:46:58Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","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-inf-a-2de05d.opendatahub.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":[{"name":"test-model-2de05d","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"test-model-2de05d-sub","namespace":"ai-tenant-e2e-inf-a-2de05d","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-07T22:46:58Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:46:58Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","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-07T22:46:58Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","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-07T22:46:58Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","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-07T22:46:58Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-inf-a-2de05d/test-model-2de05d\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:46:58Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","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-07T22:46:58Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","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":"test-model-2de05d-sub"} {"level":"debug","ts":"2026-07-07T22:46:58Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","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-07T22:46:58Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","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":"selected_subscription_key","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","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":"f9664a07-1760-4319-b10f-805cfa8bc14f","keyName":"e2e-body-routing-2de05d","selected_subscription":"test-model-2de05d-sub","selected_subscription_key":"ai-tenant-e2e-inf-a-2de05d/test-model-2de05d-sub@ai-tenant-e2e-inf-a-2de05d/test-model-2de05d","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"test-model-2de05d","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"test-model-2de05d-sub","namespace":"ai-tenant-e2e-inf-a-2de05d","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-07T22:46:58Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:46:58Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ea2ed413-a278-4d4c-851a-ca192269bdf6","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:47:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e3bc0ed25cdbc4cae32b465f7a52939d37d370b0992cbb5be792682763dbd232"} {"level":"info","ts":"2026-07-07T22:47:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3014adff9467504c44bcbd05f39732f2b078e03a5d12e2adb6bf7b59d97c4d36"} {"level":"info","ts":"2026-07-07T22:47:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e9dfc7ffcbdfc832670fca5eee2652a5022e98661730d520e36d2a4453113168"} {"level":"info","ts":"2026-07-07T22:47:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/169a702bc1dd3ec796013b108b3a96f0e82df158f2d5124739c57b23e1521837"} {"level":"info","ts":"2026-07-07T22:47:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/68ab1d891d71ac6939546016cef26b4243285559bf5967684b1d02a4fb1db524"} {"level":"info","ts":"2026-07-07T22:47:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/236c39caef0b08342e58c2a1ee528e0104f5bc981213ac9c36819c728f7cc56f"} {"level":"info","ts":"2026-07-07T22:47:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/fbd78c68073cc821d7039ed761e7e23f5deb911b6420e7ac7cce3542d8a9269f"} {"level":"info","ts":"2026-07-07T22:47:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/919c20a0fdb372b94e9b8ee32e70406c646c21d21f3261b62ccac339ffba8624"} {"level":"info","ts":"2026-07-07T22:47:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/0c20fa4eb09218b2d3da6f4085708f0328464f05c5589a45b2fbc53612c85ded"} {"level":"info","ts":"2026-07-07T22:47:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/226572f165b85079d5905dd341fc915a98113a1eb1f35560d28ee6d423788dd9"} {"level":"info","ts":"2026-07-07T22:47:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/8e7296d02c01f37d24916fbab2b0535bebe0026410be2bf8cacd563405beaae3"} {"level":"info","ts":"2026-07-07T22:47:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/80dfa47ca1adb43f4f52b2f4f1cd3750435cc3d41ce590ab9dbbcb7187113621"} {"level":"info","ts":"2026-07-07T22:47:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f08645f6b27ff5b2eaafa71dcc677d9e501ccd4dfddc0059bb187c015827c022"} {"level":"info","ts":"2026-07-07T22:47:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/67358c3eea8ca8b46f9a64e554c85b52ece34810fcd4691838d801e399982cb5"} {"level":"info","ts":"2026-07-07T22:47:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c0080d5a4d2ca345c91baa05d93a1652886aaffa3229680510295ffbf4493f14"} {"level":"info","ts":"2026-07-07T22:47:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6d358f3feaaa6f8459eca6ee0205d06327b0fc5b2d821d72282e5bf167e37939"} {"level":"info","ts":"2026-07-07T22:47:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6a3dd89b227772bfac236b4695ea973043719e85ca4c0f36cc5213907c635376"} {"level":"info","ts":"2026-07-07T22:47:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f686e46299730d54e514d31e0d8a12bea1ee0e8f84f1e99fb95713b983454bf9"} {"level":"info","ts":"2026-07-07T22:47:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/433fb7b3d857f20ca31664b733a749d9c5838272cda84c396606f962f5c5e9dd"} {"level":"info","ts":"2026-07-07T22:47:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a9754437089f7ee8d60e5702afeed8524fbc8529a56385a2e8a14fc5cd73e011"} {"level":"debug","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b67632e2a56abebf6bc774941480d1a1f72839cd9f928e8cb85e495c81539fa3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:48:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:48:05Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b67632e2a56abebf6bc774941480d1a1f72839cd9f928e8cb85e495c81539fa3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b67632e2a56abebf6bc774941480d1a1f72839cd9f928e8cb85e495c81539fa3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:48:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:48:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b67632e2a56abebf6bc774941480d1a1f72839cd9f928e8cb85e495c81539fa3"} {"level":"info","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b67632e2a56abebf6bc774941480d1a1f72839cd9f928e8cb85e495c81539fa3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b67632e2a56abebf6bc774941480d1a1f72839cd9f928e8cb85e495c81539fa3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:48:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:48:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"b67632e2a56abebf6bc774941480d1a1f72839cd9f928e8cb85e495c81539fa3","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"b67632e2a56abebf6bc774941480d1a1f72839cd9f928e8cb85e495c81539fa3\": 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-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b67632e2a56abebf6bc774941480d1a1f72839cd9f928e8cb85e495c81539fa3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b67632e2a56abebf6bc774941480d1a1f72839cd9f928e8cb85e495c81539fa3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b67632e2a56abebf6bc774941480d1a1f72839cd9f928e8cb85e495c81539fa3"} {"level":"info","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b67632e2a56abebf6bc774941480d1a1f72839cd9f928e8cb85e495c81539fa3"} {"level":"debug","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:48:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:48:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b67632e2a56abebf6bc774941480d1a1f72839cd9f928e8cb85e495c81539fa3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:48:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:48:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b67632e2a56abebf6bc774941480d1a1f72839cd9f928e8cb85e495c81539fa3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd"} {"level":"info","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b67632e2a56abebf6bc774941480d1a1f72839cd9f928e8cb85e495c81539fa3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b67632e2a56abebf6bc774941480d1a1f72839cd9f928e8cb85e495c81539fa3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd"} {"level":"debug","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:48:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:48:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b67632e2a56abebf6bc774941480d1a1f72839cd9f928e8cb85e495c81539fa3"} {"level":"info","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:48:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:48:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd"} {"level":"debug","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd"} {"level":"debug","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:48:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:48:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:48:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:48:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:48:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:48:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd"} {"level":"debug","ts":"2026-07-07T22:48:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:48:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd"} {"level":"debug","ts":"2026-07-07T22:48:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:48:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:48:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:48:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:48:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd"} {"level":"debug","ts":"2026-07-07T22:48:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c6e78f638acc6cbae12905d9a3b6802b3ee4c0e29576d8fbfa658c179c2ecd33","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:48:12Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:48:12Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:48:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c6e78f638acc6cbae12905d9a3b6802b3ee4c0e29576d8fbfa658c179c2ecd33","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c6e78f638acc6cbae12905d9a3b6802b3ee4c0e29576d8fbfa658c179c2ecd33","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c6e78f638acc6cbae12905d9a3b6802b3ee4c0e29576d8fbfa658c179c2ecd33","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:48:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c6e78f638acc6cbae12905d9a3b6802b3ee4c0e29576d8fbfa658c179c2ecd33"} {"level":"debug","ts":"2026-07-07T22:48:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c6e78f638acc6cbae12905d9a3b6802b3ee4c0e29576d8fbfa658c179c2ecd33","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:48:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c6e78f638acc6cbae12905d9a3b6802b3ee4c0e29576d8fbfa658c179c2ecd33"} {"level":"debug","ts":"2026-07-07T22:48:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c6e78f638acc6cbae12905d9a3b6802b3ee4c0e29576d8fbfa658c179c2ecd33","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:48:12Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:48:12Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c6e78f638acc6cbae12905d9a3b6802b3ee4c0e29576d8fbfa658c179c2ecd33"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:48:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c6e78f638acc6cbae12905d9a3b6802b3ee4c0e29576d8fbfa658c179c2ecd33","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c6e78f638acc6cbae12905d9a3b6802b3ee4c0e29576d8fbfa658c179c2ecd33","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:48:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c6e78f638acc6cbae12905d9a3b6802b3ee4c0e29576d8fbfa658c179c2ecd33"} {"level":"debug","ts":"2026-07-07T22:48:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"1e791896665a12f9d2aa2cb8c04337637a1b05ab7539e6570f83584bde78c172","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:48:12Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:48:12Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:48:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"1e791896665a12f9d2aa2cb8c04337637a1b05ab7539e6570f83584bde78c172","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"1e791896665a12f9d2aa2cb8c04337637a1b05ab7539e6570f83584bde78c172","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"1e791896665a12f9d2aa2cb8c04337637a1b05ab7539e6570f83584bde78c172","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:48:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1e791896665a12f9d2aa2cb8c04337637a1b05ab7539e6570f83584bde78c172"} {"level":"debug","ts":"2026-07-07T22:48:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"1e791896665a12f9d2aa2cb8c04337637a1b05ab7539e6570f83584bde78c172","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:48:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1e791896665a12f9d2aa2cb8c04337637a1b05ab7539e6570f83584bde78c172"} {"level":"debug","ts":"2026-07-07T22:48:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"1e791896665a12f9d2aa2cb8c04337637a1b05ab7539e6570f83584bde78c172","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:48:13Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:48:13Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["1e791896665a12f9d2aa2cb8c04337637a1b05ab7539e6570f83584bde78c172"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:48:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"1e791896665a12f9d2aa2cb8c04337637a1b05ab7539e6570f83584bde78c172","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:48:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"1e791896665a12f9d2aa2cb8c04337637a1b05ab7539e6570f83584bde78c172","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:48:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1e791896665a12f9d2aa2cb8c04337637a1b05ab7539e6570f83584bde78c172"} {"level":"info","ts":"2026-07-07T22:48:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b67632e2a56abebf6bc774941480d1a1f72839cd9f928e8cb85e495c81539fa3"} {"level":"info","ts":"2026-07-07T22:48:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/5ad417c9bf71adf0e970a935efac9f095ad29dd2815a58649d4998186b5cfffd"} {"level":"info","ts":"2026-07-07T22:48:25Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c6e78f638acc6cbae12905d9a3b6802b3ee4c0e29576d8fbfa658c179c2ecd33"} {"level":"info","ts":"2026-07-07T22:48:25Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1e791896665a12f9d2aa2cb8c04337637a1b05ab7539e6570f83584bde78c172"} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"acf1cd523ad8089c030cba1f385f9dea9fd40c0090d7b708a2936ddfc25b8f5c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"acf1cd523ad8089c030cba1f385f9dea9fd40c0090d7b708a2936ddfc25b8f5c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/acf1cd523ad8089c030cba1f385f9dea9fd40c0090d7b708a2936ddfc25b8f5c"} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"acf1cd523ad8089c030cba1f385f9dea9fd40c0090d7b708a2936ddfc25b8f5c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["acf1cd523ad8089c030cba1f385f9dea9fd40c0090d7b708a2936ddfc25b8f5c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f"} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"acf1cd523ad8089c030cba1f385f9dea9fd40c0090d7b708a2936ddfc25b8f5c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"acf1cd523ad8089c030cba1f385f9dea9fd40c0090d7b708a2936ddfc25b8f5c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/acf1cd523ad8089c030cba1f385f9dea9fd40c0090d7b708a2936ddfc25b8f5c"} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"acf1cd523ad8089c030cba1f385f9dea9fd40c0090d7b708a2936ddfc25b8f5c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"acf1cd523ad8089c030cba1f385f9dea9fd40c0090d7b708a2936ddfc25b8f5c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["acf1cd523ad8089c030cba1f385f9dea9fd40c0090d7b708a2936ddfc25b8f5c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f"} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"acf1cd523ad8089c030cba1f385f9dea9fd40c0090d7b708a2936ddfc25b8f5c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/acf1cd523ad8089c030cba1f385f9dea9fd40c0090d7b708a2936ddfc25b8f5c"} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"acf1cd523ad8089c030cba1f385f9dea9fd40c0090d7b708a2936ddfc25b8f5c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f"} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/acf1cd523ad8089c030cba1f385f9dea9fd40c0090d7b708a2936ddfc25b8f5c"} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f"} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2ea7e2bc64ff18814e924f9a1898ce015683d92706a7a1cae1e5c7ab97c6d3a5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2ea7e2bc64ff18814e924f9a1898ce015683d92706a7a1cae1e5c7ab97c6d3a5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2ea7e2bc64ff18814e924f9a1898ce015683d92706a7a1cae1e5c7ab97c6d3a5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2ea7e2bc64ff18814e924f9a1898ce015683d92706a7a1cae1e5c7ab97c6d3a5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2ea7e2bc64ff18814e924f9a1898ce015683d92706a7a1cae1e5c7ab97c6d3a5"} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2ea7e2bc64ff18814e924f9a1898ce015683d92706a7a1cae1e5c7ab97c6d3a5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2ea7e2bc64ff18814e924f9a1898ce015683d92706a7a1cae1e5c7ab97c6d3a5"} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2ea7e2bc64ff18814e924f9a1898ce015683d92706a7a1cae1e5c7ab97c6d3a5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2ea7e2bc64ff18814e924f9a1898ce015683d92706a7a1cae1e5c7ab97c6d3a5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2ea7e2bc64ff18814e924f9a1898ce015683d92706a7a1cae1e5c7ab97c6d3a5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2ea7e2bc64ff18814e924f9a1898ce015683d92706a7a1cae1e5c7ab97c6d3a5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2ea7e2bc64ff18814e924f9a1898ce015683d92706a7a1cae1e5c7ab97c6d3a5"} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:41Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"} {"level":"info","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881"} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"03d29777b75e75d3d5a73632b4d798b1fa937c48ce7527add184413e8fabe0ad","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"03d29777b75e75d3d5a73632b4d798b1fa937c48ce7527add184413e8fabe0ad","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"03d29777b75e75d3d5a73632b4d798b1fa937c48ce7527add184413e8fabe0ad","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"03d29777b75e75d3d5a73632b4d798b1fa937c48ce7527add184413e8fabe0ad","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"03d29777b75e75d3d5a73632b4d798b1fa937c48ce7527add184413e8fabe0ad","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/03d29777b75e75d3d5a73632b4d798b1fa937c48ce7527add184413e8fabe0ad"} {"level":"error","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"03d29777b75e75d3d5a73632b4d798b1fa937c48ce7527add184413e8fabe0ad","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"03d29777b75e75d3d5a73632b4d798b1fa937c48ce7527add184413e8fabe0ad\": 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-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"03d29777b75e75d3d5a73632b4d798b1fa937c48ce7527add184413e8fabe0ad","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["03d29777b75e75d3d5a73632b4d798b1fa937c48ce7527add184413e8fabe0ad"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"03d29777b75e75d3d5a73632b4d798b1fa937c48ce7527add184413e8fabe0ad","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"03d29777b75e75d3d5a73632b4d798b1fa937c48ce7527add184413e8fabe0ad","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["03d29777b75e75d3d5a73632b4d798b1fa937c48ce7527add184413e8fabe0ad"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881"} {"level":"error","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"03d29777b75e75d3d5a73632b4d798b1fa937c48ce7527add184413e8fabe0ad","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"03d29777b75e75d3d5a73632b4d798b1fa937c48ce7527add184413e8fabe0ad\": 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-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"03d29777b75e75d3d5a73632b4d798b1fa937c48ce7527add184413e8fabe0ad","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"03d29777b75e75d3d5a73632b4d798b1fa937c48ce7527add184413e8fabe0ad","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c8b6a12dcbf17263dc0edaa18430a5e850b92fce53cf350b48ca538d362f3395","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c8b6a12dcbf17263dc0edaa18430a5e850b92fce53cf350b48ca538d362f3395","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6a75c8aca6709eaae8db0799e8ef7b6dcee5c981820b9f3a35679b7262b5d7ba","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/03d29777b75e75d3d5a73632b4d798b1fa937c48ce7527add184413e8fabe0ad"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6a75c8aca6709eaae8db0799e8ef7b6dcee5c981820b9f3a35679b7262b5d7ba","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c8b6a12dcbf17263dc0edaa18430a5e850b92fce53cf350b48ca538d362f3395","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c8b6a12dcbf17263dc0edaa18430a5e850b92fce53cf350b48ca538d362f3395"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c8b6a12dcbf17263dc0edaa18430a5e850b92fce53cf350b48ca538d362f3395","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6a75c8aca6709eaae8db0799e8ef7b6dcee5c981820b9f3a35679b7262b5d7ba"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6a75c8aca6709eaae8db0799e8ef7b6dcee5c981820b9f3a35679b7262b5d7ba","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6a75c8aca6709eaae8db0799e8ef7b6dcee5c981820b9f3a35679b7262b5d7ba"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c8b6a12dcbf17263dc0edaa18430a5e850b92fce53cf350b48ca538d362f3395"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2e316486a969f7ae143fbf05bf8187b8e5234e55785a9bab9d115854ccacf7de"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6a75c8aca6709eaae8db0799e8ef7b6dcee5c981820b9f3a35679b7262b5d7ba","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2e316486a969f7ae143fbf05bf8187b8e5234e55785a9bab9d115854ccacf7de","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2e316486a969f7ae143fbf05bf8187b8e5234e55785a9bab9d115854ccacf7de"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6a75c8aca6709eaae8db0799e8ef7b6dcee5c981820b9f3a35679b7262b5d7ba"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2e316486a969f7ae143fbf05bf8187b8e5234e55785a9bab9d115854ccacf7de","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c8b6a12dcbf17263dc0edaa18430a5e850b92fce53cf350b48ca538d362f3395","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c8b6a12dcbf17263dc0edaa18430a5e850b92fce53cf350b48ca538d362f3395"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2e316486a969f7ae143fbf05bf8187b8e5234e55785a9bab9d115854ccacf7de"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c8b6a12dcbf17263dc0edaa18430a5e850b92fce53cf350b48ca538d362f3395","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c8b6a12dcbf17263dc0edaa18430a5e850b92fce53cf350b48ca538d362f3395"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6a75c8aca6709eaae8db0799e8ef7b6dcee5c981820b9f3a35679b7262b5d7ba","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2e316486a969f7ae143fbf05bf8187b8e5234e55785a9bab9d115854ccacf7de","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c8b6a12dcbf17263dc0edaa18430a5e850b92fce53cf350b48ca538d362f3395","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6"} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6"} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6"} {"level":"debug","ts":"2026-07-07T22:49:42Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:42Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6"} {"level":"debug","ts":"2026-07-07T22:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22: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-07T22:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"} {"level":"debug","ts":"2026-07-07T22:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"20f3ac46ac20bb5efa6ac193fc10458d2614f719954fc9707ece476e44778da7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"20f3ac46ac20bb5efa6ac193fc10458d2614f719954fc9707ece476e44778da7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"20f3ac46ac20bb5efa6ac193fc10458d2614f719954fc9707ece476e44778da7","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"20f3ac46ac20bb5efa6ac193fc10458d2614f719954fc9707ece476e44778da7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22: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-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"20f3ac46ac20bb5efa6ac193fc10458d2614f719954fc9707ece476e44778da7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"20f3ac46ac20bb5efa6ac193fc10458d2614f719954fc9707ece476e44778da7","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/20f3ac46ac20bb5efa6ac193fc10458d2614f719954fc9707ece476e44778da7"} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"20f3ac46ac20bb5efa6ac193fc10458d2614f719954fc9707ece476e44778da7","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/20f3ac46ac20bb5efa6ac193fc10458d2614f719954fc9707ece476e44778da7"} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22: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-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"20f3ac46ac20bb5efa6ac193fc10458d2614f719954fc9707ece476e44778da7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["20f3ac46ac20bb5efa6ac193fc10458d2614f719954fc9707ece476e44778da7"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2"} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"20f3ac46ac20bb5efa6ac193fc10458d2614f719954fc9707ece476e44778da7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"20f3ac46ac20bb5efa6ac193fc10458d2614f719954fc9707ece476e44778da7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2"} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"50ca12feb236e755f1f7a9498e1e026be261c9d4d4221e8943613310e3c2afc9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/20f3ac46ac20bb5efa6ac193fc10458d2614f719954fc9707ece476e44778da7"} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"50ca12feb236e755f1f7a9498e1e026be261c9d4d4221e8943613310e3c2afc9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"50ca12feb236e755f1f7a9498e1e026be261c9d4d4221e8943613310e3c2afc9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22: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-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/50ca12feb236e755f1f7a9498e1e026be261c9d4d4221e8943613310e3c2afc9"} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"50ca12feb236e755f1f7a9498e1e026be261c9d4d4221e8943613310e3c2afc9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22: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-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"50ca12feb236e755f1f7a9498e1e026be261c9d4d4221e8943613310e3c2afc9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["50ca12feb236e755f1f7a9498e1e026be261c9d4d4221e8943613310e3c2afc9"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2"} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"50ca12feb236e755f1f7a9498e1e026be261c9d4d4221e8943613310e3c2afc9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/50ca12feb236e755f1f7a9498e1e026be261c9d4d4221e8943613310e3c2afc9"} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"50ca12feb236e755f1f7a9498e1e026be261c9d4d4221e8943613310e3c2afc9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22: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-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2"} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/50ca12feb236e755f1f7a9498e1e026be261c9d4d4221e8943613310e3c2afc9"} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22: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-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2"} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22: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-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22: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-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2"} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e63e37cd7e2adb7bc52c53f422578349efb5c4584ca4ec222575b03f3ee4a4e7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e63e37cd7e2adb7bc52c53f422578349efb5c4584ca4ec222575b03f3ee4a4e7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22: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-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2"} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e63e37cd7e2adb7bc52c53f422578349efb5c4584ca4ec222575b03f3ee4a4e7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22: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-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e63e37cd7e2adb7bc52c53f422578349efb5c4584ca4ec222575b03f3ee4a4e7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e63e37cd7e2adb7bc52c53f422578349efb5c4584ca4ec222575b03f3ee4a4e7"} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e63e37cd7e2adb7bc52c53f422578349efb5c4584ca4ec222575b03f3ee4a4e7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e63e37cd7e2adb7bc52c53f422578349efb5c4584ca4ec222575b03f3ee4a4e7"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e63e37cd7e2adb7bc52c53f422578349efb5c4584ca4ec222575b03f3ee4a4e7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e63e37cd7e2adb7bc52c53f422578349efb5c4584ca4ec222575b03f3ee4a4e7","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2"} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3cac4229ac6713184dfc712ac52911f58300e95a7e992edd6aa80cb9bb52473b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3cac4229ac6713184dfc712ac52911f58300e95a7e992edd6aa80cb9bb52473b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3cac4229ac6713184dfc712ac52911f58300e95a7e992edd6aa80cb9bb52473b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e63e37cd7e2adb7bc52c53f422578349efb5c4584ca4ec222575b03f3ee4a4e7"} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3cac4229ac6713184dfc712ac52911f58300e95a7e992edd6aa80cb9bb52473b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22: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-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3cac4229ac6713184dfc712ac52911f58300e95a7e992edd6aa80cb9bb52473b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3cac4229ac6713184dfc712ac52911f58300e95a7e992edd6aa80cb9bb52473b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3cac4229ac6713184dfc712ac52911f58300e95a7e992edd6aa80cb9bb52473b"} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3cac4229ac6713184dfc712ac52911f58300e95a7e992edd6aa80cb9bb52473b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3cac4229ac6713184dfc712ac52911f58300e95a7e992edd6aa80cb9bb52473b"} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ac1014b0dd374cf7dda35ecdf9b36ede6d0086d2aea22d8d696e246686da22ad","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22: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-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ac1014b0dd374cf7dda35ecdf9b36ede6d0086d2aea22d8d696e246686da22ad","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cbc19a3f7db473ce4c8dc5a476333cfc73c3b0a2928b67bf9aaac24dfa892bed","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ac1014b0dd374cf7dda35ecdf9b36ede6d0086d2aea22d8d696e246686da22ad"} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cbc19a3f7db473ce4c8dc5a476333cfc73c3b0a2928b67bf9aaac24dfa892bed","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ac1014b0dd374cf7dda35ecdf9b36ede6d0086d2aea22d8d696e246686da22ad","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ac1014b0dd374cf7dda35ecdf9b36ede6d0086d2aea22d8d696e246686da22ad"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ac1014b0dd374cf7dda35ecdf9b36ede6d0086d2aea22d8d696e246686da22ad","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cbc19a3f7db473ce4c8dc5a476333cfc73c3b0a2928b67bf9aaac24dfa892bed","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22: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-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cbc19a3f7db473ce4c8dc5a476333cfc73c3b0a2928b67bf9aaac24dfa892bed"} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cbc19a3f7db473ce4c8dc5a476333cfc73c3b0a2928b67bf9aaac24dfa892bed","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3cac4229ac6713184dfc712ac52911f58300e95a7e992edd6aa80cb9bb52473b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3cac4229ac6713184dfc712ac52911f58300e95a7e992edd6aa80cb9bb52473b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ac1014b0dd374cf7dda35ecdf9b36ede6d0086d2aea22d8d696e246686da22ad"} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3cac4229ac6713184dfc712ac52911f58300e95a7e992edd6aa80cb9bb52473b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ac1014b0dd374cf7dda35ecdf9b36ede6d0086d2aea22d8d696e246686da22ad","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cbc19a3f7db473ce4c8dc5a476333cfc73c3b0a2928b67bf9aaac24dfa892bed","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3cac4229ac6713184dfc712ac52911f58300e95a7e992edd6aa80cb9bb52473b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cbc19a3f7db473ce4c8dc5a476333cfc73c3b0a2928b67bf9aaac24dfa892bed"} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cbc19a3f7db473ce4c8dc5a476333cfc73c3b0a2928b67bf9aaac24dfa892bed","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["cbc19a3f7db473ce4c8dc5a476333cfc73c3b0a2928b67bf9aaac24dfa892bed"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cbc19a3f7db473ce4c8dc5a476333cfc73c3b0a2928b67bf9aaac24dfa892bed","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cbc19a3f7db473ce4c8dc5a476333cfc73c3b0a2928b67bf9aaac24dfa892bed","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3cac4229ac6713184dfc712ac52911f58300e95a7e992edd6aa80cb9bb52473b"} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cbc19a3f7db473ce4c8dc5a476333cfc73c3b0a2928b67bf9aaac24dfa892bed"} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22: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-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3"} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3\": 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-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3"} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3"} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22: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-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3"} {"level":"debug","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3"} {"level":"debug","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:49Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:49Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:49Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:49Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3"} {"level":"debug","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3"} {"level":"debug","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:49Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:49Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:49Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:49Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3"} {"level":"debug","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3"} {"level":"debug","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:49Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:49Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:49:49Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:49:49Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3"} {"level":"debug","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3"} {"level":"debug","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:49:49Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:49:49Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:49:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3"} {"level":"info","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"15a0a448-6c54-4592-9180-4f6b47fafc84","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:50758","PortSpecifier":{"PortValue":50758}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"15a0a448-6c54-4592-9180-4f6b47fafc84","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"15a0a448-6c54-4592-9180-4f6b47fafc84","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:50758","PortSpecifier":{"PortValue":50758}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464590,"nanos":185159728},"http":{"id":"15a0a448-6c54-4592-9180-4f6b47fafc84","method":"POST","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"15a0a448-6c54-4592-9180-4f6b47fafc84","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"15a0a448-6c54-4592-9180-4f6b47fafc84","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"15a0a448-6c54-4592-9180-4f6b47fafc84","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"15a0a448-6c54-4592-9180-4f6b47fafc84","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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"15a0a448-6c54-4592-9180-4f6b47fafc84","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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"15a0a448-6c54-4592-9180-4f6b47fafc84","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/auth-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"15a0a448-6c54-4592-9180-4f6b47fafc84","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":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"15a0a448-6c54-4592-9180-4f6b47fafc84","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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"15a0a448-6c54-4592-9180-4f6b47fafc84","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-07T22:49:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"15a0a448-6c54-4592-9180-4f6b47fafc84","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"15a0a448-6c54-4592-9180-4f6b47fafc84","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d70c33ea-8cee-4ed1-8d4e-1fe59c27f99f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:35124","PortSpecifier":{"PortValue":35124}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"d70c33ea-8cee-4ed1-8d4e-1fe59c27f99f","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d70c33ea-8cee-4ed1-8d4e-1fe59c27f99f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:35124","PortSpecifier":{"PortValue":35124}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464590,"nanos":242079952},"http":{"id":"d70c33ea-8cee-4ed1-8d4e-1fe59c27f99f","method":"POST","headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"d70c33ea-8cee-4ed1-8d4e-1fe59c27f99f","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"d70c33ea-8cee-4ed1-8d4e-1fe59c27f99f","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"d70c33ea-8cee-4ed1-8d4e-1fe59c27f99f","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.41:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d70c33ea-8cee-4ed1-8d4e-1fe59c27f99f","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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d70c33ea-8cee-4ed1-8d4e-1fe59c27f99f","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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d70c33ea-8cee-4ed1-8d4e-1fe59c27f99f","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-986e04/auth-test-model-986e04\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"d70c33ea-8cee-4ed1-8d4e-1fe59c27f99f","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_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d70c33ea-8cee-4ed1-8d4e-1fe59c27f99f","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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d70c33ea-8cee-4ed1-8d4e-1fe59c27f99f","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-07T22:49:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d70c33ea-8cee-4ed1-8d4e-1fe59c27f99f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d70c33ea-8cee-4ed1-8d4e-1fe59c27f99f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"febe0956-d19f-40d6-8e45-32bd2882a0e3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:50768","PortSpecifier":{"PortValue":50768}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"febe0956-d19f-40d6-8e45-32bd2882a0e3","method":"GET","path":"/maas-api/v1/api-keys/f6afc1e0-10c4-4975-b06f-5d9905f343a5","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"febe0956-d19f-40d6-8e45-32bd2882a0e3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:50768","PortSpecifier":{"PortValue":50768}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464590,"nanos":324679059},"http":{"id":"febe0956-d19f-40d6-8e45-32bd2882a0e3","method":"GET","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/f6afc1e0-10c4-4975-b06f-5d9905f343a5",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"febe0956-d19f-40d6-8e45-32bd2882a0e3","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"febe0956-d19f-40d6-8e45-32bd2882a0e3","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"febe0956-d19f-40d6-8e45-32bd2882a0e3","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/f6afc1e0-10c4-4975-b06f-5d9905f343a5",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"febe0956-d19f-40d6-8e45-32bd2882a0e3","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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"febe0956-d19f-40d6-8e45-32bd2882a0e3","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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"febe0956-d19f-40d6-8e45-32bd2882a0e3","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/auth-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"febe0956-d19f-40d6-8e45-32bd2882a0e3","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":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"febe0956-d19f-40d6-8e45-32bd2882a0e3","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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"febe0956-d19f-40d6-8e45-32bd2882a0e3","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-07T22:49:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"febe0956-d19f-40d6-8e45-32bd2882a0e3","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"febe0956-d19f-40d6-8e45-32bd2882a0e3","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a1fb338c-9d35-4844-ada7-8459f5377aac","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:35136","PortSpecifier":{"PortValue":35136}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"a1fb338c-9d35-4844-ada7-8459f5377aac","method":"GET","path":"/maas-api/v1/api-keys/75ea2504-d7ee-4710-b350-cee33b0a6f9b","host":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a1fb338c-9d35-4844-ada7-8459f5377aac","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:35136","PortSpecifier":{"PortValue":35136}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464590,"nanos":359516774},"http":{"id":"a1fb338c-9d35-4844-ada7-8459f5377aac","method":"GET","headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/75ea2504-d7ee-4710-b350-cee33b0a6f9b",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"a1fb338c-9d35-4844-ada7-8459f5377aac","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"a1fb338c-9d35-4844-ada7-8459f5377aac","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"a1fb338c-9d35-4844-ada7-8459f5377aac","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.41:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/75ea2504-d7ee-4710-b350-cee33b0a6f9b",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a1fb338c-9d35-4844-ada7-8459f5377aac","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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a1fb338c-9d35-4844-ada7-8459f5377aac","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-986e04/auth-test-model-986e04\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a1fb338c-9d35-4844-ada7-8459f5377aac","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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"a1fb338c-9d35-4844-ada7-8459f5377aac","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_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a1fb338c-9d35-4844-ada7-8459f5377aac","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-07T22:49:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a1fb338c-9d35-4844-ada7-8459f5377aac","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-07T22:49:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a1fb338c-9d35-4844-ada7-8459f5377aac","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:49:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a1fb338c-9d35-4844-ada7-8459f5377aac","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3f04a93c-1612-9de8-8fc1-d756bb3b2967","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:50966","PortSpecifier":{"PortValue":50966}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"3f04a93c-1612-9de8-8fc1-d756bb3b2967","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3f04a93c-1612-9de8-8fc1-d756bb3b2967","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:50966","PortSpecifier":{"PortValue":50966}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464607,"nanos":443314040},"http":{"id":"3f04a93c-1612-9de8-8fc1-d756bb3b2967","method":"POST","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"3f04a93c-1612-9de8-8fc1-d756bb3b2967","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"3f04a93c-1612-9de8-8fc1-d756bb3b2967","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"3f04a93c-1612-9de8-8fc1-d756bb3b2967","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3f04a93c-1612-9de8-8fc1-d756bb3b2967","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-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3f04a93c-1612-9de8-8fc1-d756bb3b2967","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-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3f04a93c-1612-9de8-8fc1-d756bb3b2967","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/auth-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"3f04a93c-1612-9de8-8fc1-d756bb3b2967","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":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3f04a93c-1612-9de8-8fc1-d756bb3b2967","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-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3f04a93c-1612-9de8-8fc1-d756bb3b2967","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-07T22:50:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3f04a93c-1612-9de8-8fc1-d756bb3b2967","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3f04a93c-1612-9de8-8fc1-d756bb3b2967","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"acc60b7e-82b7-41fd-a31e-6c9e31c68585","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:54700","PortSpecifier":{"PortValue":54700}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"acc60b7e-82b7-41fd-a31e-6c9e31c68585","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"acc60b7e-82b7-41fd-a31e-6c9e31c68585","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:54700","PortSpecifier":{"PortValue":54700}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464607,"nanos":480561892},"http":{"id":"acc60b7e-82b7-41fd-a31e-6c9e31c68585","method":"POST","headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"acc60b7e-82b7-41fd-a31e-6c9e31c68585","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"acc60b7e-82b7-41fd-a31e-6c9e31c68585","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"acc60b7e-82b7-41fd-a31e-6c9e31c68585","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.41:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"acc60b7e-82b7-41fd-a31e-6c9e31c68585","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-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"acc60b7e-82b7-41fd-a31e-6c9e31c68585","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-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"acc60b7e-82b7-41fd-a31e-6c9e31c68585","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-986e04/auth-test-model-986e04\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"acc60b7e-82b7-41fd-a31e-6c9e31c68585","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_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"acc60b7e-82b7-41fd-a31e-6c9e31c68585","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-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"acc60b7e-82b7-41fd-a31e-6c9e31c68585","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-07T22:50:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"acc60b7e-82b7-41fd-a31e-6c9e31c68585","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"acc60b7e-82b7-41fd-a31e-6c9e31c68585","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2bdfb081-b695-934c-80f0-26814694a31c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:50982","PortSpecifier":{"PortValue":50982}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"2bdfb081-b695-934c-80f0-26814694a31c","method":"GET","path":"/maas-api/v1/subscriptions","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2bdfb081-b695-934c-80f0-26814694a31c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:50982","PortSpecifier":{"PortValue":50982}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464607,"nanos":516920497},"http":{"id":"2bdfb081-b695-934c-80f0-26814694a31c","method":"GET","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/subscriptions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"2bdfb081-b695-934c-80f0-26814694a31c","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-ey29HlaSHBjPLuRL_96xs36YJHhHCeXywwjAvbdKseUovgAQXiQzpXBPTLqD"} {"level":"debug","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"2bdfb081-b695-934c-80f0-26814694a31c","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-af2c94.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-ey29HlaSHBjPLuRL_96xs36YJHhHCeXywwjAvbdKseUovgAQXiQzpXBPTLqD\"}"} {"level":"debug","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"2bdfb081-b695-934c-80f0-26814694a31c","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-af2c94.opendatahub.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":"d765295a-1788-4ff7-a02c-a6a35bf88ec8","keyName":"e2e-auth-iso-a-4cd0ac","subscription":"e2e-auth-iso-eff51a","tenant":"e2e-shared-a-af2c94","userId":"d765295a-1788-4ff7-a02c-a6a35bf88ec8","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"2bdfb081-b695-934c-80f0-26814694a31c","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2bdfb081-b695-934c-80f0-26814694a31c","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-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2bdfb081-b695-934c-80f0-26814694a31c","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-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2bdfb081-b695-934c-80f0-26814694a31c","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/auth-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"2bdfb081-b695-934c-80f0-26814694a31c","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":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: subscription-info"} {"level":"debug","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2bdfb081-b695-934c-80f0-26814694a31c","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-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2bdfb081-b695-934c-80f0-26814694a31c","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-07T22:50:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2bdfb081-b695-934c-80f0-26814694a31c","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-eff51a"} {"level":"info","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2bdfb081-b695-934c-80f0-26814694a31c","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:50:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2bdfb081-b695-934c-80f0-26814694a31c","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:50:24Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5653306c-62ce-4ff7-b1df-2f0d0dc06f1f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:55298","PortSpecifier":{"PortValue":55298}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"5653306c-62ce-4ff7-b1df-2f0d0dc06f1f","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:50:24Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5653306c-62ce-4ff7-b1df-2f0d0dc06f1f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:55298","PortSpecifier":{"PortValue":55298}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464624,"nanos":573157668},"http":{"id":"5653306c-62ce-4ff7-b1df-2f0d0dc06f1f","method":"POST","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"5653306c-62ce-4ff7-b1df-2f0d0dc06f1f","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"5653306c-62ce-4ff7-b1df-2f0d0dc06f1f","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"5653306c-62ce-4ff7-b1df-2f0d0dc06f1f","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5653306c-62ce-4ff7-b1df-2f0d0dc06f1f","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-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5653306c-62ce-4ff7-b1df-2f0d0dc06f1f","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-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5653306c-62ce-4ff7-b1df-2f0d0dc06f1f","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/auth-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"5653306c-62ce-4ff7-b1df-2f0d0dc06f1f","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":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5653306c-62ce-4ff7-b1df-2f0d0dc06f1f","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-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5653306c-62ce-4ff7-b1df-2f0d0dc06f1f","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-07T22:50:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5653306c-62ce-4ff7-b1df-2f0d0dc06f1f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:50:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5653306c-62ce-4ff7-b1df-2f0d0dc06f1f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:50:24Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"aa4a92d4-62df-4a4a-8422-884a4b6770e9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:50484","PortSpecifier":{"PortValue":50484}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"aa4a92d4-62df-4a4a-8422-884a4b6770e9","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:50:24Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"aa4a92d4-62df-4a4a-8422-884a4b6770e9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:50484","PortSpecifier":{"PortValue":50484}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464624,"nanos":606489965},"http":{"id":"aa4a92d4-62df-4a4a-8422-884a4b6770e9","method":"POST","headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"aa4a92d4-62df-4a4a-8422-884a4b6770e9","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"aa4a92d4-62df-4a4a-8422-884a4b6770e9","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"aa4a92d4-62df-4a4a-8422-884a4b6770e9","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.41:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"aa4a92d4-62df-4a4a-8422-884a4b6770e9","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-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"aa4a92d4-62df-4a4a-8422-884a4b6770e9","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-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"aa4a92d4-62df-4a4a-8422-884a4b6770e9","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-986e04/auth-test-model-986e04\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"aa4a92d4-62df-4a4a-8422-884a4b6770e9","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_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"aa4a92d4-62df-4a4a-8422-884a4b6770e9","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-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"aa4a92d4-62df-4a4a-8422-884a4b6770e9","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-07T22:50:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"aa4a92d4-62df-4a4a-8422-884a4b6770e9","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:50:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"aa4a92d4-62df-4a4a-8422-884a4b6770e9","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:50:24Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"806bbac2-d385-4e1f-8a2f-ff16936dda02","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:50498","PortSpecifier":{"PortValue":50498}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"806bbac2-d385-4e1f-8a2f-ff16936dda02","method":"GET","path":"/maas-api/v1/subscriptions","host":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:50:24Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"806bbac2-d385-4e1f-8a2f-ff16936dda02","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:50498","PortSpecifier":{"PortValue":50498}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464624,"nanos":651237758},"http":{"id":"806bbac2-d385-4e1f-8a2f-ff16936dda02","method":"GET","headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/subscriptions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"806bbac2-d385-4e1f-8a2f-ff16936dda02","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-d49kV7WGl40Yh6OD_j3ikvvMp3u1jyQLQKG0wtYaPLjx0KbmzExlNbmUlV7k"} {"level":"debug","ts":"2026-07-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"806bbac2-d385-4e1f-8a2f-ff16936dda02","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-986e04.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-d49kV7WGl40Yh6OD_j3ikvvMp3u1jyQLQKG0wtYaPLjx0KbmzExlNbmUlV7k\"}"} {"level":"debug","ts":"2026-07-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"806bbac2-d385-4e1f-8a2f-ff16936dda02","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-986e04.opendatahub.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-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"806bbac2-d385-4e1f-8a2f-ff16936dda02","input":{"auth":{"identity":"Bearer **** not found","tenant":"","valid":false}}},"context":{"context_extensions":{"host":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.41:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"806bbac2-d385-4e1f-8a2f-ff16936dda02","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-986e04/auth-test-model-986e04\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"806bbac2-d385-4e1f-8a2f-ff16936dda02","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-07T22:50:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access denied","request id":"806bbac2-d385-4e1f-8a2f-ff16936dda02","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-07T22:50:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"806bbac2-d385-4e1f-8a2f-ff16936dda02","authorized":false,"response":"PERMISSION_DENIED","object":{"code":7,"status":403,"message":"Unauthorized"}} {"level":"debug","ts":"2026-07-07T22:50:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"806bbac2-d385-4e1f-8a2f-ff16936dda02","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-07T22:50:39Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"858790c8-3ccd-492f-b0c8-7fa9a1793dfd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:54412","PortSpecifier":{"PortValue":54412}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"858790c8-3ccd-492f-b0c8-7fa9a1793dfd","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"858790c8-3ccd-492f-b0c8-7fa9a1793dfd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:54412","PortSpecifier":{"PortValue":54412}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464639,"nanos":700060892},"http":{"id":"858790c8-3ccd-492f-b0c8-7fa9a1793dfd","method":"POST","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"858790c8-3ccd-492f-b0c8-7fa9a1793dfd","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"858790c8-3ccd-492f-b0c8-7fa9a1793dfd","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"858790c8-3ccd-492f-b0c8-7fa9a1793dfd","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"858790c8-3ccd-492f-b0c8-7fa9a1793dfd","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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"858790c8-3ccd-492f-b0c8-7fa9a1793dfd","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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"858790c8-3ccd-492f-b0c8-7fa9a1793dfd","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/auth-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"858790c8-3ccd-492f-b0c8-7fa9a1793dfd","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":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"858790c8-3ccd-492f-b0c8-7fa9a1793dfd","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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"858790c8-3ccd-492f-b0c8-7fa9a1793dfd","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-07T22:50:39Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"858790c8-3ccd-492f-b0c8-7fa9a1793dfd","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"858790c8-3ccd-492f-b0c8-7fa9a1793dfd","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b7a6158a-4c50-411e-808b-02bd0aada166","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:41660","PortSpecifier":{"PortValue":41660}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"b7a6158a-4c50-411e-808b-02bd0aada166","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b7a6158a-4c50-411e-808b-02bd0aada166","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:41660","PortSpecifier":{"PortValue":41660}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464639,"nanos":734797265},"http":{"id":"b7a6158a-4c50-411e-808b-02bd0aada166","method":"POST","headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"b7a6158a-4c50-411e-808b-02bd0aada166","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"b7a6158a-4c50-411e-808b-02bd0aada166","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"b7a6158a-4c50-411e-808b-02bd0aada166","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.41:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b7a6158a-4c50-411e-808b-02bd0aada166","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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b7a6158a-4c50-411e-808b-02bd0aada166","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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b7a6158a-4c50-411e-808b-02bd0aada166","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-986e04/auth-test-model-986e04\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"b7a6158a-4c50-411e-808b-02bd0aada166","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_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b7a6158a-4c50-411e-808b-02bd0aada166","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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b7a6158a-4c50-411e-808b-02bd0aada166","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-07T22:50:39Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b7a6158a-4c50-411e-808b-02bd0aada166","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b7a6158a-4c50-411e-808b-02bd0aada166","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"46f09802-6ac1-48a8-bd7a-842cee373d6c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:54418","PortSpecifier":{"PortValue":54418}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"46f09802-6ac1-48a8-bd7a-842cee373d6c","method":"POST","path":"/maas-api/v1/api-keys/search","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"46f09802-6ac1-48a8-bd7a-842cee373d6c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:54418","PortSpecifier":{"PortValue":54418}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464639,"nanos":769615894},"http":{"id":"46f09802-6ac1-48a8-bd7a-842cee373d6c","method":"POST","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"46f09802-6ac1-48a8-bd7a-842cee373d6c","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"46f09802-6ac1-48a8-bd7a-842cee373d6c","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"46f09802-6ac1-48a8-bd7a-842cee373d6c","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"46f09802-6ac1-48a8-bd7a-842cee373d6c","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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"46f09802-6ac1-48a8-bd7a-842cee373d6c","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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"46f09802-6ac1-48a8-bd7a-842cee373d6c","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/auth-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"46f09802-6ac1-48a8-bd7a-842cee373d6c","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":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"46f09802-6ac1-48a8-bd7a-842cee373d6c","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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"46f09802-6ac1-48a8-bd7a-842cee373d6c","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-07T22:50:39Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"46f09802-6ac1-48a8-bd7a-842cee373d6c","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"46f09802-6ac1-48a8-bd7a-842cee373d6c","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"43f2d266-6005-4b03-b7f1-6cb09cbed543","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:41672","PortSpecifier":{"PortValue":41672}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"43f2d266-6005-4b03-b7f1-6cb09cbed543","method":"POST","path":"/maas-api/v1/api-keys/search","host":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"43f2d266-6005-4b03-b7f1-6cb09cbed543","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:41672","PortSpecifier":{"PortValue":41672}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464639,"nanos":809781150},"http":{"id":"43f2d266-6005-4b03-b7f1-6cb09cbed543","method":"POST","headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"43f2d266-6005-4b03-b7f1-6cb09cbed543","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"43f2d266-6005-4b03-b7f1-6cb09cbed543","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"43f2d266-6005-4b03-b7f1-6cb09cbed543","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.41:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"43f2d266-6005-4b03-b7f1-6cb09cbed543","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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"43f2d266-6005-4b03-b7f1-6cb09cbed543","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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"43f2d266-6005-4b03-b7f1-6cb09cbed543","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-986e04/auth-test-model-986e04\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"43f2d266-6005-4b03-b7f1-6cb09cbed543","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_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"43f2d266-6005-4b03-b7f1-6cb09cbed543","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-07T22:50:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"43f2d266-6005-4b03-b7f1-6cb09cbed543","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-07T22:50:39Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"43f2d266-6005-4b03-b7f1-6cb09cbed543","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:50:39Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"43f2d266-6005-4b03-b7f1-6cb09cbed543","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7e510c5d-6866-4c73-8ac1-b9946f4e5b3e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:47202","PortSpecifier":{"PortValue":47202}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"7e510c5d-6866-4c73-8ac1-b9946f4e5b3e","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7e510c5d-6866-4c73-8ac1-b9946f4e5b3e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:47202","PortSpecifier":{"PortValue":47202}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464654,"nanos":849366972},"http":{"id":"7e510c5d-6866-4c73-8ac1-b9946f4e5b3e","method":"POST","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"7e510c5d-6866-4c73-8ac1-b9946f4e5b3e","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"7e510c5d-6866-4c73-8ac1-b9946f4e5b3e","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"7e510c5d-6866-4c73-8ac1-b9946f4e5b3e","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7e510c5d-6866-4c73-8ac1-b9946f4e5b3e","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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7e510c5d-6866-4c73-8ac1-b9946f4e5b3e","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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7e510c5d-6866-4c73-8ac1-b9946f4e5b3e","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/auth-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"7e510c5d-6866-4c73-8ac1-b9946f4e5b3e","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":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7e510c5d-6866-4c73-8ac1-b9946f4e5b3e","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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7e510c5d-6866-4c73-8ac1-b9946f4e5b3e","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-07T22:50:54Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7e510c5d-6866-4c73-8ac1-b9946f4e5b3e","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7e510c5d-6866-4c73-8ac1-b9946f4e5b3e","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"671bdf7d-35ca-48a9-91d0-c68044910087","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:53794","PortSpecifier":{"PortValue":53794}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"671bdf7d-35ca-48a9-91d0-c68044910087","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"671bdf7d-35ca-48a9-91d0-c68044910087","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:53794","PortSpecifier":{"PortValue":53794}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464654,"nanos":881854413},"http":{"id":"671bdf7d-35ca-48a9-91d0-c68044910087","method":"POST","headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"671bdf7d-35ca-48a9-91d0-c68044910087","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"671bdf7d-35ca-48a9-91d0-c68044910087","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"671bdf7d-35ca-48a9-91d0-c68044910087","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.41:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"671bdf7d-35ca-48a9-91d0-c68044910087","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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"671bdf7d-35ca-48a9-91d0-c68044910087","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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"671bdf7d-35ca-48a9-91d0-c68044910087","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-986e04/auth-test-model-986e04\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"671bdf7d-35ca-48a9-91d0-c68044910087","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_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"671bdf7d-35ca-48a9-91d0-c68044910087","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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"671bdf7d-35ca-48a9-91d0-c68044910087","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-07T22:50:54Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"671bdf7d-35ca-48a9-91d0-c68044910087","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"671bdf7d-35ca-48a9-91d0-c68044910087","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"35f0628c-545f-44f8-9245-fbf7881a9c69","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:53806","PortSpecifier":{"PortValue":53806}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"35f0628c-545f-44f8-9245-fbf7881a9c69","method":"GET","path":"/maas-api/v1/api-keys/4245b072-b1de-450a-bd73-a11dfedc3473","host":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"35f0628c-545f-44f8-9245-fbf7881a9c69","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:53806","PortSpecifier":{"PortValue":53806}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464654,"nanos":916172686},"http":{"id":"35f0628c-545f-44f8-9245-fbf7881a9c69","method":"GET","headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/4245b072-b1de-450a-bd73-a11dfedc3473",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"35f0628c-545f-44f8-9245-fbf7881a9c69","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"35f0628c-545f-44f8-9245-fbf7881a9c69","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"35f0628c-545f-44f8-9245-fbf7881a9c69","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.41:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/4245b072-b1de-450a-bd73-a11dfedc3473",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"35f0628c-545f-44f8-9245-fbf7881a9c69","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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"35f0628c-545f-44f8-9245-fbf7881a9c69","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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"35f0628c-545f-44f8-9245-fbf7881a9c69","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-986e04/auth-test-model-986e04\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"35f0628c-545f-44f8-9245-fbf7881a9c69","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_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"35f0628c-545f-44f8-9245-fbf7881a9c69","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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"35f0628c-545f-44f8-9245-fbf7881a9c69","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-07T22:50:54Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"35f0628c-545f-44f8-9245-fbf7881a9c69","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"35f0628c-545f-44f8-9245-fbf7881a9c69","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"65d9a0dc-3f68-4b53-a847-56bcb2da9fd6","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:47210","PortSpecifier":{"PortValue":47210}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"65d9a0dc-3f68-4b53-a847-56bcb2da9fd6","method":"GET","path":"/maas-api/v1/api-keys/4245b072-b1de-450a-bd73-a11dfedc3473","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"65d9a0dc-3f68-4b53-a847-56bcb2da9fd6","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:47210","PortSpecifier":{"PortValue":47210}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464654,"nanos":949411396},"http":{"id":"65d9a0dc-3f68-4b53-a847-56bcb2da9fd6","method":"GET","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/4245b072-b1de-450a-bd73-a11dfedc3473",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"65d9a0dc-3f68-4b53-a847-56bcb2da9fd6","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"65d9a0dc-3f68-4b53-a847-56bcb2da9fd6","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"65d9a0dc-3f68-4b53-a847-56bcb2da9fd6","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/4245b072-b1de-450a-bd73-a11dfedc3473",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"65d9a0dc-3f68-4b53-a847-56bcb2da9fd6","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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"65d9a0dc-3f68-4b53-a847-56bcb2da9fd6","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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"65d9a0dc-3f68-4b53-a847-56bcb2da9fd6","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/auth-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"65d9a0dc-3f68-4b53-a847-56bcb2da9fd6","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":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"65d9a0dc-3f68-4b53-a847-56bcb2da9fd6","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-07T22:50:54Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"65d9a0dc-3f68-4b53-a847-56bcb2da9fd6","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-07T22:50:54Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"65d9a0dc-3f68-4b53-a847-56bcb2da9fd6","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:50:54Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"65d9a0dc-3f68-4b53-a847-56bcb2da9fd6","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9ac49206-90e2-4a38-8629-3c69967b45bd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:59280","PortSpecifier":{"PortValue":59280}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"9ac49206-90e2-4a38-8629-3c69967b45bd","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9ac49206-90e2-4a38-8629-3c69967b45bd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:59280","PortSpecifier":{"PortValue":59280}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464672,"nanos":58662343},"http":{"id":"9ac49206-90e2-4a38-8629-3c69967b45bd","method":"POST","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"9ac49206-90e2-4a38-8629-3c69967b45bd","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"9ac49206-90e2-4a38-8629-3c69967b45bd","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"9ac49206-90e2-4a38-8629-3c69967b45bd","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9ac49206-90e2-4a38-8629-3c69967b45bd","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-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9ac49206-90e2-4a38-8629-3c69967b45bd","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-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9ac49206-90e2-4a38-8629-3c69967b45bd","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/auth-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"9ac49206-90e2-4a38-8629-3c69967b45bd","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":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9ac49206-90e2-4a38-8629-3c69967b45bd","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-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9ac49206-90e2-4a38-8629-3c69967b45bd","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-07T22:51:12Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9ac49206-90e2-4a38-8629-3c69967b45bd","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9ac49206-90e2-4a38-8629-3c69967b45bd","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"39fdb35f-cb6f-41da-82c8-84df7c68742d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:37828","PortSpecifier":{"PortValue":37828}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"39fdb35f-cb6f-41da-82c8-84df7c68742d","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"39fdb35f-cb6f-41da-82c8-84df7c68742d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:37828","PortSpecifier":{"PortValue":37828}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464672,"nanos":90766081},"http":{"id":"39fdb35f-cb6f-41da-82c8-84df7c68742d","method":"POST","headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"39fdb35f-cb6f-41da-82c8-84df7c68742d","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"39fdb35f-cb6f-41da-82c8-84df7c68742d","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"39fdb35f-cb6f-41da-82c8-84df7c68742d","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.41:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"39fdb35f-cb6f-41da-82c8-84df7c68742d","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-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"39fdb35f-cb6f-41da-82c8-84df7c68742d","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-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"39fdb35f-cb6f-41da-82c8-84df7c68742d","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-986e04/auth-test-model-986e04\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"39fdb35f-cb6f-41da-82c8-84df7c68742d","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_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"39fdb35f-cb6f-41da-82c8-84df7c68742d","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-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"39fdb35f-cb6f-41da-82c8-84df7c68742d","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-07T22:51:12Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"39fdb35f-cb6f-41da-82c8-84df7c68742d","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"39fdb35f-cb6f-41da-82c8-84df7c68742d","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d37271ce-aa25-463e-92df-c62d906a3371","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:59286","PortSpecifier":{"PortValue":59286}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"d37271ce-aa25-463e-92df-c62d906a3371","method":"POST","path":"/maas-api/internal/v1/subscriptions/select","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d37271ce-aa25-463e-92df-c62d906a3371","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:59286","PortSpecifier":{"PortValue":59286}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464672,"nanos":125130264},"http":{"id":"d37271ce-aa25-463e-92df-c62d906a3371","method":"POST","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"d37271ce-aa25-463e-92df-c62d906a3371","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-T5XD9Doe2hjwMzcI_oPNgjZIdA1AG9ftDrS9F7DP3JRfjzbhZbtdnn8U6FtN"} {"level":"debug","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"d37271ce-aa25-463e-92df-c62d906a3371","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-af2c94.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-T5XD9Doe2hjwMzcI_oPNgjZIdA1AG9ftDrS9F7DP3JRfjzbhZbtdnn8U6FtN\"}"} {"level":"debug","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"d37271ce-aa25-463e-92df-c62d906a3371","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-af2c94.opendatahub.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":"6aa532e2-d3a4-40b3-b984-2fa02c9ee1b4","keyName":"e2e-auth-iso-a-ab8644","subscription":"e2e-auth-iso-7653d6","tenant":"e2e-shared-a-af2c94","userId":"6aa532e2-d3a4-40b3-b984-2fa02c9ee1b4","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"d37271ce-aa25-463e-92df-c62d906a3371","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d37271ce-aa25-463e-92df-c62d906a3371","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-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d37271ce-aa25-463e-92df-c62d906a3371","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-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d37271ce-aa25-463e-92df-c62d906a3371","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/auth-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d37271ce-aa25-463e-92df-c62d906a3371","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-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"d37271ce-aa25-463e-92df-c62d906a3371","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":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: subscription-info"} {"level":"debug","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d37271ce-aa25-463e-92df-c62d906a3371","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-07T22:51:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d37271ce-aa25-463e-92df-c62d906a3371","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-7653d6"} {"level":"info","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d37271ce-aa25-463e-92df-c62d906a3371","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:51:12Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d37271ce-aa25-463e-92df-c62d906a3371","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:51:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/03d29777b75e75d3d5a73632b4d798b1fa937c48ce7527add184413e8fabe0ad"} {"level":"info","ts":"2026-07-07T22:51:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2ea7e2bc64ff18814e924f9a1898ce015683d92706a7a1cae1e5c7ab97c6d3a5"} {"level":"info","ts":"2026-07-07T22:51:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/acf1cd523ad8089c030cba1f385f9dea9fd40c0090d7b708a2936ddfc25b8f5c"} {"level":"info","ts":"2026-07-07T22:51:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ac1014b0dd374cf7dda35ecdf9b36ede6d0086d2aea22d8d696e246686da22ad"} {"level":"info","ts":"2026-07-07T22:51:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/cbc19a3f7db473ce4c8dc5a476333cfc73c3b0a2928b67bf9aaac24dfa892bed"} {"level":"info","ts":"2026-07-07T22:51:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/49199035ccd96bc41d71620e8ec41e8f1a1a66b572b648b2cfaf08671af1b8c3"} {"level":"info","ts":"2026-07-07T22:51:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3cac4229ac6713184dfc712ac52911f58300e95a7e992edd6aa80cb9bb52473b"} {"level":"info","ts":"2026-07-07T22:51:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6a75c8aca6709eaae8db0799e8ef7b6dcee5c981820b9f3a35679b7262b5d7ba"} {"level":"info","ts":"2026-07-07T22:51:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/634b07ab399b049db89850c3fe2b3ebc1674c24002fd353415136b8034df18d2"} {"level":"info","ts":"2026-07-07T22:51:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/5b845bbf8e3680a164c28f9e8965b2961691e4d129de27c4d40220e40a23083f"} {"level":"info","ts":"2026-07-07T22:51:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/20f3ac46ac20bb5efa6ac193fc10458d2614f719954fc9707ece476e44778da7"} {"level":"info","ts":"2026-07-07T22:51:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e63e37cd7e2adb7bc52c53f422578349efb5c4584ca4ec222575b03f3ee4a4e7"} {"level":"info","ts":"2026-07-07T22:51:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/8545dfd8114dcbb7778acb5a262294b67ec83aec9e45ac771927b22f25007881"} {"level":"info","ts":"2026-07-07T22:51:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/50ca12feb236e755f1f7a9498e1e026be261c9d4d4221e8943613310e3c2afc9"} {"level":"info","ts":"2026-07-07T22:51:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c8b6a12dcbf17263dc0edaa18430a5e850b92fce53cf350b48ca538d362f3395"} {"level":"info","ts":"2026-07-07T22:51:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a3d1bffab934e98a5628a470ea8c0d9c39e699661ef7f2705baa14c6813db6f6"} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391"} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391"} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391"} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391"} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391"} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756"} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391"} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756"} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391"} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756"} {"level":"error","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391\": 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-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391"} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391"} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756"} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391"} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7bebda460adc09564d086333a8508c317466fa872c31d451442db7225b469c93","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7bebda460adc09564d086333a8508c317466fa872c31d451442db7225b469c93","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7bebda460adc09564d086333a8508c317466fa872c31d451442db7225b469c93","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7bebda460adc09564d086333a8508c317466fa872c31d451442db7225b469c93","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7bebda460adc09564d086333a8508c317466fa872c31d451442db7225b469c93"} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7bebda460adc09564d086333a8508c317466fa872c31d451442db7225b469c93","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7bebda460adc09564d086333a8508c317466fa872c31d451442db7225b469c93"} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7bebda460adc09564d086333a8508c317466fa872c31d451442db7225b469c93","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7bebda460adc09564d086333a8508c317466fa872c31d451442db7225b469c93"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7bebda460adc09564d086333a8508c317466fa872c31d451442db7225b469c93","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7bebda460adc09564d086333a8508c317466fa872c31d451442db7225b469c93","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b8438db162014e9c7cf8e1a3b90ac58ab8e92e8f7014281eff44487c4ff017a3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b8438db162014e9c7cf8e1a3b90ac58ab8e92e8f7014281eff44487c4ff017a3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b8438db162014e9c7cf8e1a3b90ac58ab8e92e8f7014281eff44487c4ff017a3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7bebda460adc09564d086333a8508c317466fa872c31d451442db7225b469c93"} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b8438db162014e9c7cf8e1a3b90ac58ab8e92e8f7014281eff44487c4ff017a3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51:33Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b8438db162014e9c7cf8e1a3b90ac58ab8e92e8f7014281eff44487c4ff017a3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b8438db162014e9c7cf8e1a3b90ac58ab8e92e8f7014281eff44487c4ff017a3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b8438db162014e9c7cf8e1a3b90ac58ab8e92e8f7014281eff44487c4ff017a3"} {"level":"debug","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b8438db162014e9c7cf8e1a3b90ac58ab8e92e8f7014281eff44487c4ff017a3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b8438db162014e9c7cf8e1a3b90ac58ab8e92e8f7014281eff44487c4ff017a3"} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b8438db162014e9c7cf8e1a3b90ac58ab8e92e8f7014281eff44487c4ff017a3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b8438db162014e9c7cf8e1a3b90ac58ab8e92e8f7014281eff44487c4ff017a3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b8438db162014e9c7cf8e1a3b90ac58ab8e92e8f7014281eff44487c4ff017a3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b8438db162014e9c7cf8e1a3b90ac58ab8e92e8f7014281eff44487c4ff017a3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b8438db162014e9c7cf8e1a3b90ac58ab8e92e8f7014281eff44487c4ff017a3"} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5"} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5"} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5"} {"level":"error","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410\": 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-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410\": 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-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cb6c031e3a80d8fe2cc464cc5d0272f523e3338acc9e13c135c22fd53eac7a85","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5"} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cb6c031e3a80d8fe2cc464cc5d0272f523e3338acc9e13c135c22fd53eac7a85","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cb6c031e3a80d8fe2cc464cc5d0272f523e3338acc9e13c135c22fd53eac7a85","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1"} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cb6c031e3a80d8fe2cc464cc5d0272f523e3338acc9e13c135c22fd53eac7a85","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cb6c031e3a80d8fe2cc464cc5d0272f523e3338acc9e13c135c22fd53eac7a85"} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cb6c031e3a80d8fe2cc464cc5d0272f523e3338acc9e13c135c22fd53eac7a85","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cb6c031e3a80d8fe2cc464cc5d0272f523e3338acc9e13c135c22fd53eac7a85","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:34Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["cb6c031e3a80d8fe2cc464cc5d0272f523e3338acc9e13c135c22fd53eac7a85"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cb6c031e3a80d8fe2cc464cc5d0272f523e3338acc9e13c135c22fd53eac7a85","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cb6c031e3a80d8fe2cc464cc5d0272f523e3338acc9e13c135c22fd53eac7a85","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"} {"level":"debug","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cb6c031e3a80d8fe2cc464cc5d0272f523e3338acc9e13c135c22fd53eac7a85","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1"} {"level":"info","ts":"2026-07-07T22:51:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cb6c031e3a80d8fe2cc464cc5d0272f523e3338acc9e13c135c22fd53eac7a85"} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129"} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129"} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129"} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129"} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7623954d07cd60d926c57dc3358118b0a9416a262dd1ceae5ed32c2aaabee792","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7623954d07cd60d926c57dc3358118b0a9416a262dd1ceae5ed32c2aaabee792","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7623954d07cd60d926c57dc3358118b0a9416a262dd1ceae5ed32c2aaabee792","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7623954d07cd60d926c57dc3358118b0a9416a262dd1ceae5ed32c2aaabee792","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129"} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7623954d07cd60d926c57dc3358118b0a9416a262dd1ceae5ed32c2aaabee792","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7623954d07cd60d926c57dc3358118b0a9416a262dd1ceae5ed32c2aaabee792"} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7623954d07cd60d926c57dc3358118b0a9416a262dd1ceae5ed32c2aaabee792","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7623954d07cd60d926c57dc3358118b0a9416a262dd1ceae5ed32c2aaabee792","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7623954d07cd60d926c57dc3358118b0a9416a262dd1ceae5ed32c2aaabee792"} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7623954d07cd60d926c57dc3358118b0a9416a262dd1ceae5ed32c2aaabee792","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7623954d07cd60d926c57dc3358118b0a9416a262dd1ceae5ed32c2aaabee792"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7623954d07cd60d926c57dc3358118b0a9416a262dd1ceae5ed32c2aaabee792","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7623954d07cd60d926c57dc3358118b0a9416a262dd1ceae5ed32c2aaabee792","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7623954d07cd60d926c57dc3358118b0a9416a262dd1ceae5ed32c2aaabee792"} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb"} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb"} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb"} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb"} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb"} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb"} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb"} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173\": 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-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173"} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173"} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:58Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:58Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173"} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173"} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01"} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173"} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01"} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b"} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b"} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b"} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e"} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b"} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e"} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b"} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"1abcaa1262fd1a8479850f0f1ee2d009bf1085242f383f4fc68f36a180cbde4b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"1abcaa1262fd1a8479850f0f1ee2d009bf1085242f383f4fc68f36a180cbde4b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e"} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"1abcaa1262fd1a8479850f0f1ee2d009bf1085242f383f4fc68f36a180cbde4b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:51: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-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"1abcaa1262fd1a8479850f0f1ee2d009bf1085242f383f4fc68f36a180cbde4b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"1abcaa1262fd1a8479850f0f1ee2d009bf1085242f383f4fc68f36a180cbde4b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"1abcaa1262fd1a8479850f0f1ee2d009bf1085242f383f4fc68f36a180cbde4b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1abcaa1262fd1a8479850f0f1ee2d009bf1085242f383f4fc68f36a180cbde4b"} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"1abcaa1262fd1a8479850f0f1ee2d009bf1085242f383f4fc68f36a180cbde4b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:51:59Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["1abcaa1262fd1a8479850f0f1ee2d009bf1085242f383f4fc68f36a180cbde4b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b"} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"1abcaa1262fd1a8479850f0f1ee2d009bf1085242f383f4fc68f36a180cbde4b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"1abcaa1262fd1a8479850f0f1ee2d009bf1085242f383f4fc68f36a180cbde4b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e"} {"level":"info","ts":"2026-07-07T22:51:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1abcaa1262fd1a8479850f0f1ee2d009bf1085242f383f4fc68f36a180cbde4b"} {"level":"debug","ts":"2026-07-07T22:52:11Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:11Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb"} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01"} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01"} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01"} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01"} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129"} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01"} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129"} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129"} {"level":"error","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129\": 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-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7623954d07cd60d926c57dc3358118b0a9416a262dd1ceae5ed32c2aaabee792","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129"} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7623954d07cd60d926c57dc3358118b0a9416a262dd1ceae5ed32c2aaabee792"} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1"} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129"} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1"} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1"} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1"} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756"} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1"} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b8438db162014e9c7cf8e1a3b90ac58ab8e92e8f7014281eff44487c4ff017a3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"1abcaa1262fd1a8479850f0f1ee2d009bf1085242f383f4fc68f36a180cbde4b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b8438db162014e9c7cf8e1a3b90ac58ab8e92e8f7014281eff44487c4ff017a3"} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1abcaa1262fd1a8479850f0f1ee2d009bf1085242f383f4fc68f36a180cbde4b"} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391"} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7bebda460adc09564d086333a8508c317466fa872c31d451442db7225b469c93","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52:12Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"} {"level":"info","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2e316486a969f7ae143fbf05bf8187b8e5234e55785a9bab9d115854ccacf7de","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:13Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:13Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:13Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:13Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e"} {"level":"error","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0\": 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-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7bebda460adc09564d086333a8508c317466fa872c31d451442db7225b469c93"} {"level":"debug","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2e316486a969f7ae143fbf05bf8187b8e5234e55785a9bab9d115854ccacf7de"} {"level":"debug","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"} {"level":"info","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173"} {"level":"info","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"} {"level":"debug","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"} {"level":"debug","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cb6c031e3a80d8fe2cc464cc5d0272f523e3338acc9e13c135c22fd53eac7a85","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5"} {"level":"info","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b"} {"level":"info","ts":"2026-07-07T22:52:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cb6c031e3a80d8fe2cc464cc5d0272f523e3338acc9e13c135c22fd53eac7a85"} {"level":"info","ts":"2026-07-07T22:52:15Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c94f1a6f-4f19-4cf3-a4bc-da09fa87ea26","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:39354","PortSpecifier":{"PortValue":39354}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"c94f1a6f-4f19-4cf3-a4bc-da09fa87ea26","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:52:15Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c94f1a6f-4f19-4cf3-a4bc-da09fa87ea26","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:39354","PortSpecifier":{"PortValue":39354}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464735,"nanos":917675972},"http":{"id":"c94f1a6f-4f19-4cf3-a4bc-da09fa87ea26","method":"POST","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"c94f1a6f-4f19-4cf3-a4bc-da09fa87ea26","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"c94f1a6f-4f19-4cf3-a4bc-da09fa87ea26","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"c94f1a6f-4f19-4cf3-a4bc-da09fa87ea26","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c94f1a6f-4f19-4cf3-a4bc-da09fa87ea26","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-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c94f1a6f-4f19-4cf3-a4bc-da09fa87ea26","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-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c94f1a6f-4f19-4cf3-a4bc-da09fa87ea26","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/sub-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"c94f1a6f-4f19-4cf3-a4bc-da09fa87ea26","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c94f1a6f-4f19-4cf3-a4bc-da09fa87ea26","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-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c94f1a6f-4f19-4cf3-a4bc-da09fa87ea26","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-07T22:52:15Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c94f1a6f-4f19-4cf3-a4bc-da09fa87ea26","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:52:15Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c94f1a6f-4f19-4cf3-a4bc-da09fa87ea26","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:52:15Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5a867df6-6044-466c-9a9b-afcf4ce387e8","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:50830","PortSpecifier":{"PortValue":50830}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"5a867df6-6044-466c-9a9b-afcf4ce387e8","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:52:15Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5a867df6-6044-466c-9a9b-afcf4ce387e8","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:50830","PortSpecifier":{"PortValue":50830}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464735,"nanos":955500022},"http":{"id":"5a867df6-6044-466c-9a9b-afcf4ce387e8","method":"POST","headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"5a867df6-6044-466c-9a9b-afcf4ce387e8","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"5a867df6-6044-466c-9a9b-afcf4ce387e8","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"5a867df6-6044-466c-9a9b-afcf4ce387e8","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.41:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5a867df6-6044-466c-9a9b-afcf4ce387e8","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-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5a867df6-6044-466c-9a9b-afcf4ce387e8","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-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5a867df6-6044-466c-9a9b-afcf4ce387e8","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-986e04/sub-test-model-986e04\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"5a867df6-6044-466c-9a9b-afcf4ce387e8","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":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5a867df6-6044-466c-9a9b-afcf4ce387e8","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-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5a867df6-6044-466c-9a9b-afcf4ce387e8","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-07T22:52:15Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5a867df6-6044-466c-9a9b-afcf4ce387e8","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:52:15Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5a867df6-6044-466c-9a9b-afcf4ce387e8","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:52:15Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0a3083d7-e421-4621-8e66-9f43d44ce724","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:39366","PortSpecifier":{"PortValue":39366}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"0a3083d7-e421-4621-8e66-9f43d44ce724","method":"GET","path":"/maas-api/v1/subscriptions","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:52:15Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0a3083d7-e421-4621-8e66-9f43d44ce724","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:39366","PortSpecifier":{"PortValue":39366}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464735,"nanos":993475006},"http":{"id":"0a3083d7-e421-4621-8e66-9f43d44ce724","method":"GET","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/subscriptions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"0a3083d7-e421-4621-8e66-9f43d44ce724","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-ysbPBMWAKE07xlh2_44NmCb4rQb9FkkFH6HXKAuGmaM6cAgii0JynifGhhhq"} {"level":"debug","ts":"2026-07-07T22:52:15Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"0a3083d7-e421-4621-8e66-9f43d44ce724","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-af2c94.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-ysbPBMWAKE07xlh2_44NmCb4rQb9FkkFH6HXKAuGmaM6cAgii0JynifGhhhq\"}"} {"level":"debug","ts":"2026-07-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"0a3083d7-e421-4621-8e66-9f43d44ce724","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-af2c94.opendatahub.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":"e73a531d-e89b-4068-89b5-bec14c60accd","keyName":"e2e-sub-iso-5e1abf","subscription":"e2e-a-only-38f59d","tenant":"e2e-shared-a-af2c94","userId":"e73a531d-e89b-4068-89b5-bec14c60accd","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"0a3083d7-e421-4621-8e66-9f43d44ce724","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"0a3083d7-e421-4621-8e66-9f43d44ce724","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-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"0a3083d7-e421-4621-8e66-9f43d44ce724","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-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"0a3083d7-e421-4621-8e66-9f43d44ce724","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/sub-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0a3083d7-e421-4621-8e66-9f43d44ce724","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-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0a3083d7-e421-4621-8e66-9f43d44ce724","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-38f59d"} {"level":"debug","ts":"2026-07-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0a3083d7-e421-4621-8e66-9f43d44ce724","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-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"0a3083d7-e421-4621-8e66-9f43d44ce724","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}}]},"Plain":null},"reason":"no such key: subscription-info"} {"level":"info","ts":"2026-07-07T22:52:16Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0a3083d7-e421-4621-8e66-9f43d44ce724","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:52:16Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0a3083d7-e421-4621-8e66-9f43d44ce724","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:52:16Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8b8b6e88-286d-4ad9-a467-e37ed51fed17","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:50836","PortSpecifier":{"PortValue":50836}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"8b8b6e88-286d-4ad9-a467-e37ed51fed17","method":"GET","path":"/maas-api/v1/subscriptions","host":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:52:16Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8b8b6e88-286d-4ad9-a467-e37ed51fed17","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:50836","PortSpecifier":{"PortValue":50836}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464736,"nanos":28521159},"http":{"id":"8b8b6e88-286d-4ad9-a467-e37ed51fed17","method":"GET","headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/subscriptions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"8b8b6e88-286d-4ad9-a467-e37ed51fed17","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-EMpVsBMGZXe5ffMY_wL4aS5u7s1v0IRNiEKoxAsGcFWCusB4lLQJ1qgD32pf"} {"level":"debug","ts":"2026-07-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"8b8b6e88-286d-4ad9-a467-e37ed51fed17","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-986e04.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-EMpVsBMGZXe5ffMY_wL4aS5u7s1v0IRNiEKoxAsGcFWCusB4lLQJ1qgD32pf\"}"} {"level":"debug","ts":"2026-07-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"8b8b6e88-286d-4ad9-a467-e37ed51fed17","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-986e04.opendatahub.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":"b3c02d96-e875-46b5-bc2c-583230c9dd67","keyName":"e2e-sub-iso-73bd0e","subscription":"e2e-b-only-38f59d","tenant":"e2e-shared-b-986e04","userId":"b3c02d96-e875-46b5-bc2c-583230c9dd67","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"8b8b6e88-286d-4ad9-a467-e37ed51fed17","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8b8b6e88-286d-4ad9-a467-e37ed51fed17","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-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8b8b6e88-286d-4ad9-a467-e37ed51fed17","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-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8b8b6e88-286d-4ad9-a467-e37ed51fed17","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-986e04/sub-test-model-986e04\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"8b8b6e88-286d-4ad9-a467-e37ed51fed17","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":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}}]},"Plain":null},"reason":"no such key: subscription-info"} {"level":"debug","ts":"2026-07-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8b8b6e88-286d-4ad9-a467-e37ed51fed17","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-38f59d"} {"level":"debug","ts":"2026-07-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8b8b6e88-286d-4ad9-a467-e37ed51fed17","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-07T22:52:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8b8b6e88-286d-4ad9-a467-e37ed51fed17","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-07T22:52:16Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8b8b6e88-286d-4ad9-a467-e37ed51fed17","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:52:16Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8b8b6e88-286d-4ad9-a467-e37ed51fed17","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d4d84c06-56ca-4104-b788-b83a3963a7c8","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:54656","PortSpecifier":{"PortValue":54656}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"d4d84c06-56ca-4104-b788-b83a3963a7c8","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d4d84c06-56ca-4104-b788-b83a3963a7c8","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:54656","PortSpecifier":{"PortValue":54656}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464753,"nanos":253260249},"http":{"id":"d4d84c06-56ca-4104-b788-b83a3963a7c8","method":"POST","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"d4d84c06-56ca-4104-b788-b83a3963a7c8","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"d4d84c06-56ca-4104-b788-b83a3963a7c8","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"d4d84c06-56ca-4104-b788-b83a3963a7c8","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d4d84c06-56ca-4104-b788-b83a3963a7c8","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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d4d84c06-56ca-4104-b788-b83a3963a7c8","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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d4d84c06-56ca-4104-b788-b83a3963a7c8","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/sub-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"d4d84c06-56ca-4104-b788-b83a3963a7c8","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d4d84c06-56ca-4104-b788-b83a3963a7c8","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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d4d84c06-56ca-4104-b788-b83a3963a7c8","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-07T22:52:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d4d84c06-56ca-4104-b788-b83a3963a7c8","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d4d84c06-56ca-4104-b788-b83a3963a7c8","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f3ec9f1d-5baa-4df0-b9d9-c90234b9fc5a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:37692","PortSpecifier":{"PortValue":37692}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"f3ec9f1d-5baa-4df0-b9d9-c90234b9fc5a","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f3ec9f1d-5baa-4df0-b9d9-c90234b9fc5a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:37692","PortSpecifier":{"PortValue":37692}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464753,"nanos":285824289},"http":{"id":"f3ec9f1d-5baa-4df0-b9d9-c90234b9fc5a","method":"POST","headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"f3ec9f1d-5baa-4df0-b9d9-c90234b9fc5a","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"f3ec9f1d-5baa-4df0-b9d9-c90234b9fc5a","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"f3ec9f1d-5baa-4df0-b9d9-c90234b9fc5a","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.41:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f3ec9f1d-5baa-4df0-b9d9-c90234b9fc5a","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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f3ec9f1d-5baa-4df0-b9d9-c90234b9fc5a","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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f3ec9f1d-5baa-4df0-b9d9-c90234b9fc5a","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-986e04/sub-test-model-986e04\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"f3ec9f1d-5baa-4df0-b9d9-c90234b9fc5a","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":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f3ec9f1d-5baa-4df0-b9d9-c90234b9fc5a","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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f3ec9f1d-5baa-4df0-b9d9-c90234b9fc5a","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-07T22:52:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f3ec9f1d-5baa-4df0-b9d9-c90234b9fc5a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f3ec9f1d-5baa-4df0-b9d9-c90234b9fc5a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3ceb33d2-4348-4b87-a337-2b9295edec4c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:54672","PortSpecifier":{"PortValue":54672}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"3ceb33d2-4348-4b87-a337-2b9295edec4c","method":"POST","path":"/maas-api/internal/v1/subscriptions/select","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3ceb33d2-4348-4b87-a337-2b9295edec4c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:54672","PortSpecifier":{"PortValue":54672}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464753,"nanos":320590403},"http":{"id":"3ceb33d2-4348-4b87-a337-2b9295edec4c","method":"POST","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"3ceb33d2-4348-4b87-a337-2b9295edec4c","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-ylWSHQD9y6h7ecp_SQF2iOTcbUAnziLLUDk1zbYQuaL8RaJmJNQoEldLeqw"} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"3ceb33d2-4348-4b87-a337-2b9295edec4c","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-af2c94.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-ylWSHQD9y6h7ecp_SQF2iOTcbUAnziLLUDk1zbYQuaL8RaJmJNQoEldLeqw\"}"} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"3ceb33d2-4348-4b87-a337-2b9295edec4c","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-af2c94.opendatahub.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":"d9cb1f25-1576-45ee-bc37-5b65bf9fad1f","keyName":"e2e-sub-iso-53c31e","subscription":"e2e-shared-sub-b003e7","tenant":"e2e-shared-a-af2c94","userId":"d9cb1f25-1576-45ee-bc37-5b65bf9fad1f","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"3ceb33d2-4348-4b87-a337-2b9295edec4c","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3ceb33d2-4348-4b87-a337-2b9295edec4c","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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3ceb33d2-4348-4b87-a337-2b9295edec4c","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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3ceb33d2-4348-4b87-a337-2b9295edec4c","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/sub-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3ceb33d2-4348-4b87-a337-2b9295edec4c","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-b003e7"} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3ceb33d2-4348-4b87-a337-2b9295edec4c","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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"3ceb33d2-4348-4b87-a337-2b9295edec4c","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}}]},"Plain":null},"reason":"no such key: subscription-info"} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3ceb33d2-4348-4b87-a337-2b9295edec4c","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-07T22:52:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3ceb33d2-4348-4b87-a337-2b9295edec4c","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3ceb33d2-4348-4b87-a337-2b9295edec4c","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1857b9c5-f202-4b1f-b6e5-0a6a68a027d0","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:37694","PortSpecifier":{"PortValue":37694}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"1857b9c5-f202-4b1f-b6e5-0a6a68a027d0","method":"POST","path":"/maas-api/internal/v1/subscriptions/select","host":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1857b9c5-f202-4b1f-b6e5-0a6a68a027d0","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:37694","PortSpecifier":{"PortValue":37694}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464753,"nanos":347042368},"http":{"id":"1857b9c5-f202-4b1f-b6e5-0a6a68a027d0","method":"POST","headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"1857b9c5-f202-4b1f-b6e5-0a6a68a027d0","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-11Qa0iHBn9aA7de3N_Z4SUYnCHuaRaVYe8FPdTEcAm7ERAkHQFXfMINO5mvWz"} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"1857b9c5-f202-4b1f-b6e5-0a6a68a027d0","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-986e04.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-11Qa0iHBn9aA7de3N_Z4SUYnCHuaRaVYe8FPdTEcAm7ERAkHQFXfMINO5mvWz\"}"} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"1857b9c5-f202-4b1f-b6e5-0a6a68a027d0","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-986e04.opendatahub.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":"9cdb2475-4246-4d49-9812-7b311c27b2cd","keyName":"e2e-sub-iso-93a2c7","subscription":"e2e-shared-sub-b003e7","tenant":"e2e-shared-b-986e04","userId":"9cdb2475-4246-4d49-9812-7b311c27b2cd","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"1857b9c5-f202-4b1f-b6e5-0a6a68a027d0","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1857b9c5-f202-4b1f-b6e5-0a6a68a027d0","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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1857b9c5-f202-4b1f-b6e5-0a6a68a027d0","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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1857b9c5-f202-4b1f-b6e5-0a6a68a027d0","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-986e04/sub-test-model-986e04\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1857b9c5-f202-4b1f-b6e5-0a6a68a027d0","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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1857b9c5-f202-4b1f-b6e5-0a6a68a027d0","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-b003e7"} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1857b9c5-f202-4b1f-b6e5-0a6a68a027d0","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-07T22:52:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"1857b9c5-f202-4b1f-b6e5-0a6a68a027d0","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":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}}]},"Plain":null},"reason":"no such key: subscription-info"} {"level":"info","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1857b9c5-f202-4b1f-b6e5-0a6a68a027d0","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:52:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1857b9c5-f202-4b1f-b6e5-0a6a68a027d0","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:52:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/cb6c031e3a80d8fe2cc464cc5d0272f523e3338acc9e13c135c22fd53eac7a85"} {"level":"info","ts":"2026-07-07T22:52:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/dfb086b48675f02c5eef9bbce1b3d7888e41b9c3312eaaa629e3d89c34a8a756"} {"level":"info","ts":"2026-07-07T22:52:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7623954d07cd60d926c57dc3358118b0a9416a262dd1ceae5ed32c2aaabee792"} {"level":"info","ts":"2026-07-07T22:52:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d21f8da07eaadc4ec1244fd50f50c64b10c58869aa2a083317c40ffefb239d01"} {"level":"info","ts":"2026-07-07T22:52:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/28d57c2f7d7a168cccba850b0d4810863b016e79ddeec3eba381a91a582f1129"} {"level":"info","ts":"2026-07-07T22:52:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ce488d2e0264f46b08b98aa632b5c0531742df48fc6760bbb988aa69ff3fb410"} {"level":"info","ts":"2026-07-07T22:52:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1abcaa1262fd1a8479850f0f1ee2d009bf1085242f383f4fc68f36a180cbde4b"} {"level":"info","ts":"2026-07-07T22:52:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/04781c0afe16c8c633a84210dd90c2fb400cbbb7fe13865c7d6bc6fb4076c391"} {"level":"info","ts":"2026-07-07T22:52:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/97ea4e48b2c4284c76946504ba58209d451006a33e3b643f09ed2aba94e64ba5"} {"level":"info","ts":"2026-07-07T22:52:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d381aa07b92a5cb0ee31585dc9ffe41e7d124781366fa8cccef10e0b72384fc1"} {"level":"info","ts":"2026-07-07T22:52:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7bebda460adc09564d086333a8508c317466fa872c31d451442db7225b469c93"} {"level":"info","ts":"2026-07-07T22:52:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7711ae7237c6684354541292f4b5b7a33b523615f1668fa25481f01a17802c7e"} {"level":"info","ts":"2026-07-07T22:52:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/19b14a804e1c215e0ac6aa8958d7460daf69ea328c9a28477f6e96515a0daeeb"} {"level":"info","ts":"2026-07-07T22:52:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b8438db162014e9c7cf8e1a3b90ac58ab8e92e8f7014281eff44487c4ff017a3"} {"level":"info","ts":"2026-07-07T22:52:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d1077c92df24ac20579c0c17ad54671556311c75a2e7d2bb28a487fb77db9173"} {"level":"info","ts":"2026-07-07T22:52:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/8a2232f06a88e2417d73f7d7d924722e933e1e4daab11e0eb48d3a799a41481b"} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621"} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621"} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621"} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621"} {"level":"info","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621"} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621"} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf"} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf"} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621"} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf"} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621"} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf"} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621"} {"level":"error","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf\": 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-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf"} {"level":"error","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf\": 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-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf"} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"393a7775eea694c91d54271ef38980ff43f1260e1d25b70baec543a6a358f2fd","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"393a7775eea694c91d54271ef38980ff43f1260e1d25b70baec543a6a358f2fd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"393a7775eea694c91d54271ef38980ff43f1260e1d25b70baec543a6a358f2fd","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/393a7775eea694c91d54271ef38980ff43f1260e1d25b70baec543a6a358f2fd"} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"393a7775eea694c91d54271ef38980ff43f1260e1d25b70baec543a6a358f2fd","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/393a7775eea694c91d54271ef38980ff43f1260e1d25b70baec543a6a358f2fd"} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"393a7775eea694c91d54271ef38980ff43f1260e1d25b70baec543a6a358f2fd","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["393a7775eea694c91d54271ef38980ff43f1260e1d25b70baec543a6a358f2fd"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"393a7775eea694c91d54271ef38980ff43f1260e1d25b70baec543a6a358f2fd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"393a7775eea694c91d54271ef38980ff43f1260e1d25b70baec543a6a358f2fd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/393a7775eea694c91d54271ef38980ff43f1260e1d25b70baec543a6a358f2fd"} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf"} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1"} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1"} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9284361b6a84c23d6396433efb91129559aa447afcad6c359cd9060fded59005","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9284361b6a84c23d6396433efb91129559aa447afcad6c359cd9060fded59005"} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9284361b6a84c23d6396433efb91129559aa447afcad6c359cd9060fded59005","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9284361b6a84c23d6396433efb91129559aa447afcad6c359cd9060fded59005","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9284361b6a84c23d6396433efb91129559aa447afcad6c359cd9060fded59005"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1"} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9284361b6a84c23d6396433efb91129559aa447afcad6c359cd9060fded59005","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9284361b6a84c23d6396433efb91129559aa447afcad6c359cd9060fded59005"} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9284361b6a84c23d6396433efb91129559aa447afcad6c359cd9060fded59005","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1"} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9284361b6a84c23d6396433efb91129559aa447afcad6c359cd9060fded59005"} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1"} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b"} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1"} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b"} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d97d52aacaf60dc1f46090147e56259a13d2938f96d570cfcaf8a933618510ad","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1"} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d97d52aacaf60dc1f46090147e56259a13d2938f96d570cfcaf8a933618510ad","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d97d52aacaf60dc1f46090147e56259a13d2938f96d570cfcaf8a933618510ad"} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d97d52aacaf60dc1f46090147e56259a13d2938f96d570cfcaf8a933618510ad","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d97d52aacaf60dc1f46090147e56259a13d2938f96d570cfcaf8a933618510ad"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1"} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d97d52aacaf60dc1f46090147e56259a13d2938f96d570cfcaf8a933618510ad","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:52: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-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d97d52aacaf60dc1f46090147e56259a13d2938f96d570cfcaf8a933618510ad","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b"} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:52:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d97d52aacaf60dc1f46090147e56259a13d2938f96d570cfcaf8a933618510ad"} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1"} {"level":"info","ts":"2026-07-07T22:52:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b"} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077"} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077"} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077"} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077"} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e"} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077"} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e"} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077"} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e"} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077"} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e"} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e"} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077"} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e"} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e"} {"level":"debug","ts":"2026-07-07T22:53:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e"} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"47ed90341aa9d81458b8963d9e05ef239ac73bd7abd5496c7b9f506755bd9225","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"47ed90341aa9d81458b8963d9e05ef239ac73bd7abd5496c7b9f506755bd9225","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/47ed90341aa9d81458b8963d9e05ef239ac73bd7abd5496c7b9f506755bd9225"} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25"} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"47ed90341aa9d81458b8963d9e05ef239ac73bd7abd5496c7b9f506755bd9225","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"47ed90341aa9d81458b8963d9e05ef239ac73bd7abd5496c7b9f506755bd9225","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25\": 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-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/47ed90341aa9d81458b8963d9e05ef239ac73bd7abd5496c7b9f506755bd9225"} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"47ed90341aa9d81458b8963d9e05ef239ac73bd7abd5496c7b9f506755bd9225","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["47ed90341aa9d81458b8963d9e05ef239ac73bd7abd5496c7b9f506755bd9225"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"47ed90341aa9d81458b8963d9e05ef239ac73bd7abd5496c7b9f506755bd9225","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"941b445e95d158a697112270168dd87e0cbcb53f230039d826b68f1b2a079d02","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"941b445e95d158a697112270168dd87e0cbcb53f230039d826b68f1b2a079d02","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"47ed90341aa9d81458b8963d9e05ef239ac73bd7abd5496c7b9f506755bd9225","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"941b445e95d158a697112270168dd87e0cbcb53f230039d826b68f1b2a079d02","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"941b445e95d158a697112270168dd87e0cbcb53f230039d826b68f1b2a079d02","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e"} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"941b445e95d158a697112270168dd87e0cbcb53f230039d826b68f1b2a079d02","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25"} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/941b445e95d158a697112270168dd87e0cbcb53f230039d826b68f1b2a079d02"} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"941b445e95d158a697112270168dd87e0cbcb53f230039d826b68f1b2a079d02","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["941b445e95d158a697112270168dd87e0cbcb53f230039d826b68f1b2a079d02"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/47ed90341aa9d81458b8963d9e05ef239ac73bd7abd5496c7b9f506755bd9225"} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"941b445e95d158a697112270168dd87e0cbcb53f230039d826b68f1b2a079d02","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c6dd97a98eab1fcad599f14ad3ce7d3422238b4bb4332b9af0d05d2d210a036b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c6dd97a98eab1fcad599f14ad3ce7d3422238b4bb4332b9af0d05d2d210a036b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"941b445e95d158a697112270168dd87e0cbcb53f230039d826b68f1b2a079d02","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c6dd97a98eab1fcad599f14ad3ce7d3422238b4bb4332b9af0d05d2d210a036b"} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c6dd97a98eab1fcad599f14ad3ce7d3422238b4bb4332b9af0d05d2d210a036b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c6dd97a98eab1fcad599f14ad3ce7d3422238b4bb4332b9af0d05d2d210a036b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/941b445e95d158a697112270168dd87e0cbcb53f230039d826b68f1b2a079d02"} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c6dd97a98eab1fcad599f14ad3ce7d3422238b4bb4332b9af0d05d2d210a036b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c6dd97a98eab1fcad599f14ad3ce7d3422238b4bb4332b9af0d05d2d210a036b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2"} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c6dd97a98eab1fcad599f14ad3ce7d3422238b4bb4332b9af0d05d2d210a036b"} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e83e87ef85b8522f391dc395963abb3b355078c0fa77a6fa983444766dbebd80","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2"} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e83e87ef85b8522f391dc395963abb3b355078c0fa77a6fa983444766dbebd80","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e83e87ef85b8522f391dc395963abb3b355078c0fa77a6fa983444766dbebd80"} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e83e87ef85b8522f391dc395963abb3b355078c0fa77a6fa983444766dbebd80","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e83e87ef85b8522f391dc395963abb3b355078c0fa77a6fa983444766dbebd80"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2"} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e83e87ef85b8522f391dc395963abb3b355078c0fa77a6fa983444766dbebd80","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e83e87ef85b8522f391dc395963abb3b355078c0fa77a6fa983444766dbebd80","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e83e87ef85b8522f391dc395963abb3b355078c0fa77a6fa983444766dbebd80","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e83e87ef85b8522f391dc395963abb3b355078c0fa77a6fa983444766dbebd80","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e83e87ef85b8522f391dc395963abb3b355078c0fa77a6fa983444766dbebd80"} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e83e87ef85b8522f391dc395963abb3b355078c0fa77a6fa983444766dbebd80","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e83e87ef85b8522f391dc395963abb3b355078c0fa77a6fa983444766dbebd80"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e83e87ef85b8522f391dc395963abb3b355078c0fa77a6fa983444766dbebd80","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e83e87ef85b8522f391dc395963abb3b355078c0fa77a6fa983444766dbebd80","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2"} {"level":"info","ts":"2026-07-07T22:53:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e83e87ef85b8522f391dc395963abb3b355078c0fa77a6fa983444766dbebd80"} {"level":"debug","ts":"2026-07-07T22:53:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d97d52aacaf60dc1f46090147e56259a13d2938f96d570cfcaf8a933618510ad","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d97d52aacaf60dc1f46090147e56259a13d2938f96d570cfcaf8a933618510ad"} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c6dd97a98eab1fcad599f14ad3ce7d3422238b4bb4332b9af0d05d2d210a036b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c6dd97a98eab1fcad599f14ad3ce7d3422238b4bb4332b9af0d05d2d210a036b"} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"393a7775eea694c91d54271ef38980ff43f1260e1d25b70baec543a6a358f2fd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/393a7775eea694c91d54271ef38980ff43f1260e1d25b70baec543a6a358f2fd"} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2"} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2"} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2"} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"47ed90341aa9d81458b8963d9e05ef239ac73bd7abd5496c7b9f506755bd9225","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"} {"level":"error","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2\": 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-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2"} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/47ed90341aa9d81458b8963d9e05ef239ac73bd7abd5496c7b9f506755bd9225"} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2"} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2"} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e83e87ef85b8522f391dc395963abb3b355078c0fa77a6fa983444766dbebd80","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25"} {"level":"debug","ts":"2026-07-07T22:53:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:19Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e83e87ef85b8522f391dc395963abb3b355078c0fa77a6fa983444766dbebd80"} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:20Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:20Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9284361b6a84c23d6396433efb91129559aa447afcad6c359cd9060fded59005","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25"} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9284361b6a84c23d6396433efb91129559aa447afcad6c359cd9060fded59005"} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25"} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:20Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:20Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077"} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-07T22:53:20Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-07T22:53:20Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:20Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:20Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:20Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:20Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077"} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-07T22:53:20Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-07T22:53:20Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1"} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2e316486a969f7ae143fbf05bf8187b8e5234e55785a9bab9d115854ccacf7de","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25"} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf"} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077"} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e"} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"941b445e95d158a697112270168dd87e0cbcb53f230039d826b68f1b2a079d02","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2e316486a969f7ae143fbf05bf8187b8e5234e55785a9bab9d115854ccacf7de"} {"level":"debug","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/941b445e95d158a697112270168dd87e0cbcb53f230039d826b68f1b2a079d02"} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b"} {"level":"info","ts":"2026-07-07T22:53:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621"} {"level":"info","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"faa49115-ce7f-42ea-bc65-4df57b44c4aa","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:41980","PortSpecifier":{"PortValue":41980}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"faa49115-ce7f-42ea-bc65-4df57b44c4aa","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"faa49115-ce7f-42ea-bc65-4df57b44c4aa","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:41980","PortSpecifier":{"PortValue":41980}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464803,"nanos":215094207},"http":{"id":"faa49115-ce7f-42ea-bc65-4df57b44c4aa","method":"POST","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"faa49115-ce7f-42ea-bc65-4df57b44c4aa","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"faa49115-ce7f-42ea-bc65-4df57b44c4aa","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"faa49115-ce7f-42ea-bc65-4df57b44c4aa","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"faa49115-ce7f-42ea-bc65-4df57b44c4aa","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-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"faa49115-ce7f-42ea-bc65-4df57b44c4aa","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-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"faa49115-ce7f-42ea-bc65-4df57b44c4aa","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"faa49115-ce7f-42ea-bc65-4df57b44c4aa","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":"keyId","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"faa49115-ce7f-42ea-bc65-4df57b44c4aa","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-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"faa49115-ce7f-42ea-bc65-4df57b44c4aa","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-07T22:53:23Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"faa49115-ce7f-42ea-bc65-4df57b44c4aa","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"faa49115-ce7f-42ea-bc65-4df57b44c4aa","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8f8cee6f-5ec3-4a8f-b91b-1c52cb4b0b19","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:47614","PortSpecifier":{"PortValue":47614}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"8f8cee6f-5ec3-4a8f-b91b-1c52cb4b0b19","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8f8cee6f-5ec3-4a8f-b91b-1c52cb4b0b19","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:47614","PortSpecifier":{"PortValue":47614}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464803,"nanos":252846478},"http":{"id":"8f8cee6f-5ec3-4a8f-b91b-1c52cb4b0b19","method":"POST","headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"8f8cee6f-5ec3-4a8f-b91b-1c52cb4b0b19","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"8f8cee6f-5ec3-4a8f-b91b-1c52cb4b0b19","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"8f8cee6f-5ec3-4a8f-b91b-1c52cb4b0b19","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.41:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8f8cee6f-5ec3-4a8f-b91b-1c52cb4b0b19","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-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8f8cee6f-5ec3-4a8f-b91b-1c52cb4b0b19","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-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8f8cee6f-5ec3-4a8f-b91b-1c52cb4b0b19","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-986e04/rate-test-model-986e04\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"8f8cee6f-5ec3-4a8f-b91b-1c52cb4b0b19","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":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8f8cee6f-5ec3-4a8f-b91b-1c52cb4b0b19","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-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8f8cee6f-5ec3-4a8f-b91b-1c52cb4b0b19","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-07T22:53:23Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8f8cee6f-5ec3-4a8f-b91b-1c52cb4b0b19","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8f8cee6f-5ec3-4a8f-b91b-1c52cb4b0b19","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:41990","PortSpecifier":{"PortValue":41990}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","method":"POST","path":"/ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94/v1/completions","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:41990","PortSpecifier":{"PortValue":41990}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464803,"nanos":292092207},"http":{"id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","method":"POST","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-E37eRvoo6zwOJmFS_RmhTAClaAWlRkp9eKlxmAqxvwuGlj6QUpuY3ABUC7j9"} {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-af2c94.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-E37eRvoo6zwOJmFS_RmhTAClaAWlRkp9eKlxmAqxvwuGlj6QUpuY3ABUC7j9\"}"} {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","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-af2c94.opendatahub.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":"dac55f8a-e446-4b54-8c43-72a0e02f561b","keyName":"e2e-rate-a-75365d","subscription":"e2e-rate-iso-a-75365d","tenant":"e2e-shared-a-af2c94","userId":"dac55f8a-e446-4b54-8c43-72a0e02f561b","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-af2c94.opendatahub.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-af2c94/rate-test-model-af2c94\",\"requestedSubscription\":\"e2e-rate-iso-a-75365d\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","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-af2c94.opendatahub.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":[{"name":"rate-test-model-af2c94","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-75365d","namespace":"ai-tenant-e2e-shared-a-af2c94","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","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-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","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-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","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-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","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-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","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-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","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-75365d"} {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","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":"groups_str","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","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":"dac55f8a-e446-4b54-8c43-72a0e02f561b","keyName":"e2e-rate-a-75365d","selected_subscription":"e2e-rate-iso-a-75365d","selected_subscription_key":"ai-tenant-e2e-shared-a-af2c94/e2e-rate-iso-a-75365d@ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-af2c94","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-75365d","namespace":"ai-tenant-e2e-shared-a-af2c94","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:53:23Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ab9bd5a1-7f4e-4229-a884-84a197acb74e","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:53:24Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"97275b47-709e-40f7-ac7d-095e992b4d1e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:42000","PortSpecifier":{"PortValue":42000}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"97275b47-709e-40f7-ac7d-095e992b4d1e","method":"POST","path":"/ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94/v1/completions","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:53:24Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"97275b47-709e-40f7-ac7d-095e992b4d1e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:42000","PortSpecifier":{"PortValue":42000}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464804,"nanos":339503169},"http":{"id":"97275b47-709e-40f7-ac7d-095e992b4d1e","method":"POST","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:53:24Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"97275b47-709e-40f7-ac7d-095e992b4d1e","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-E37eRvoo6zwOJmFS_RmhTAClaAWlRkp9eKlxmAqxvwuGlj6QUpuY3ABUC7j9"} {"level":"debug","ts":"2026-07-07T22:53:24Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"97275b47-709e-40f7-ac7d-095e992b4d1e","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-af2c94.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-E37eRvoo6zwOJmFS_RmhTAClaAWlRkp9eKlxmAqxvwuGlj6QUpuY3ABUC7j9\"}"} {"level":"debug","ts":"2026-07-07T22:53:24Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"97275b47-709e-40f7-ac7d-095e992b4d1e","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-af2c94.opendatahub.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":"dac55f8a-e446-4b54-8c43-72a0e02f561b","keyName":"e2e-rate-a-75365d","subscription":"e2e-rate-iso-a-75365d","tenant":"e2e-shared-a-af2c94","userId":"dac55f8a-e446-4b54-8c43-72a0e02f561b","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-07T22:53:24Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"97275b47-709e-40f7-ac7d-095e992b4d1e","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-af2c94.opendatahub.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-af2c94/rate-test-model-af2c94\",\"requestedSubscription\":\"e2e-rate-iso-a-75365d\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-07T22:53:24Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"97275b47-709e-40f7-ac7d-095e992b4d1e","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-af2c94.opendatahub.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":[{"name":"rate-test-model-af2c94","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-75365d","namespace":"ai-tenant-e2e-shared-a-af2c94","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-07T22:53:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"97275b47-709e-40f7-ac7d-095e992b4d1e","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:53:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"97275b47-709e-40f7-ac7d-095e992b4d1e","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-07T22:53:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"97275b47-709e-40f7-ac7d-095e992b4d1e","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-07T22:53:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"97275b47-709e-40f7-ac7d-095e992b4d1e","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-07T22:53:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"97275b47-709e-40f7-ac7d-095e992b4d1e","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:53:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"97275b47-709e-40f7-ac7d-095e992b4d1e","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-07T22:53:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"97275b47-709e-40f7-ac7d-095e992b4d1e","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-75365d"} {"level":"debug","ts":"2026-07-07T22:53:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"97275b47-709e-40f7-ac7d-095e992b4d1e","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-07T22:53:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"97275b47-709e-40f7-ac7d-095e992b4d1e","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":"groups_str","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","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":"dac55f8a-e446-4b54-8c43-72a0e02f561b","keyName":"e2e-rate-a-75365d","selected_subscription":"e2e-rate-iso-a-75365d","selected_subscription_key":"ai-tenant-e2e-shared-a-af2c94/e2e-rate-iso-a-75365d@ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-af2c94","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-75365d","namespace":"ai-tenant-e2e-shared-a-af2c94","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-07T22:53:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"97275b47-709e-40f7-ac7d-095e992b4d1e","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:53:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"97275b47-709e-40f7-ac7d-095e992b4d1e","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:53:25Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:42012","PortSpecifier":{"PortValue":42012}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","method":"POST","path":"/ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94/v1/completions","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:53:25Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:42012","PortSpecifier":{"PortValue":42012}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464805,"nanos":375929036},"http":{"id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","method":"POST","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:53:25Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-E37eRvoo6zwOJmFS_RmhTAClaAWlRkp9eKlxmAqxvwuGlj6QUpuY3ABUC7j9"} {"level":"debug","ts":"2026-07-07T22:53:25Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-af2c94.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-E37eRvoo6zwOJmFS_RmhTAClaAWlRkp9eKlxmAqxvwuGlj6QUpuY3ABUC7j9\"}"} {"level":"debug","ts":"2026-07-07T22:53:25Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","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-af2c94.opendatahub.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":"dac55f8a-e446-4b54-8c43-72a0e02f561b","keyName":"e2e-rate-a-75365d","subscription":"e2e-rate-iso-a-75365d","tenant":"e2e-shared-a-af2c94","userId":"dac55f8a-e446-4b54-8c43-72a0e02f561b","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-07T22:53:25Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-af2c94.opendatahub.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-af2c94/rate-test-model-af2c94\",\"requestedSubscription\":\"e2e-rate-iso-a-75365d\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-07T22:53:25Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","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-af2c94.opendatahub.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":[{"name":"rate-test-model-af2c94","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-75365d","namespace":"ai-tenant-e2e-shared-a-af2c94","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-07T22:53:25Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:53:25Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","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-07T22:53:25Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","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-07T22:53:25Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","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-07T22:53:25Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:53:25Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","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-75365d"} {"level":"debug","ts":"2026-07-07T22:53:25Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","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-07T22:53:25Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","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-07T22:53:25Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","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":"groups_str","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","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":"dac55f8a-e446-4b54-8c43-72a0e02f561b","keyName":"e2e-rate-a-75365d","selected_subscription":"e2e-rate-iso-a-75365d","selected_subscription_key":"ai-tenant-e2e-shared-a-af2c94/e2e-rate-iso-a-75365d@ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-af2c94","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-75365d","namespace":"ai-tenant-e2e-shared-a-af2c94","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-07T22:53:25Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:53:25Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f589c104-6092-4a5e-a25e-fced9ccd09f7","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"66b6099b-b28c-43f5-ba35-36760574366e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:46150","PortSpecifier":{"PortValue":46150}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"66b6099b-b28c-43f5-ba35-36760574366e","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"66b6099b-b28c-43f5-ba35-36760574366e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:46150","PortSpecifier":{"PortValue":46150}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464816,"nanos":92496965},"http":{"id":"66b6099b-b28c-43f5-ba35-36760574366e","method":"POST","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"66b6099b-b28c-43f5-ba35-36760574366e","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"66b6099b-b28c-43f5-ba35-36760574366e","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"66b6099b-b28c-43f5-ba35-36760574366e","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"66b6099b-b28c-43f5-ba35-36760574366e","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-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"66b6099b-b28c-43f5-ba35-36760574366e","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-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"66b6099b-b28c-43f5-ba35-36760574366e","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"66b6099b-b28c-43f5-ba35-36760574366e","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":"keyId","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"66b6099b-b28c-43f5-ba35-36760574366e","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-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"66b6099b-b28c-43f5-ba35-36760574366e","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-07T22:53:36Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"66b6099b-b28c-43f5-ba35-36760574366e","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"66b6099b-b28c-43f5-ba35-36760574366e","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4df6458f-1eba-4bbd-90a3-807fc0491afa","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:48814","PortSpecifier":{"PortValue":48814}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"4df6458f-1eba-4bbd-90a3-807fc0491afa","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4df6458f-1eba-4bbd-90a3-807fc0491afa","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:48814","PortSpecifier":{"PortValue":48814}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464816,"nanos":130596129},"http":{"id":"4df6458f-1eba-4bbd-90a3-807fc0491afa","method":"POST","headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"4df6458f-1eba-4bbd-90a3-807fc0491afa","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"4df6458f-1eba-4bbd-90a3-807fc0491afa","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":"6f5cca2f-575a-4b73-8522-2a86ebc39678","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"]}} {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"4df6458f-1eba-4bbd-90a3-807fc0491afa","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/0ed077381a94"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=838ef4bc-cc33-4155-9332-2f95487ccd5a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"6f5cca2f-575a-4b73-8522-2a86ebc39678","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.41:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.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-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4df6458f-1eba-4bbd-90a3-807fc0491afa","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-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4df6458f-1eba-4bbd-90a3-807fc0491afa","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-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4df6458f-1eba-4bbd-90a3-807fc0491afa","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-986e04/rate-test-model-986e04\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"4df6458f-1eba-4bbd-90a3-807fc0491afa","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":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4df6458f-1eba-4bbd-90a3-807fc0491afa","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-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4df6458f-1eba-4bbd-90a3-807fc0491afa","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-07T22:53:36Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4df6458f-1eba-4bbd-90a3-807fc0491afa","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4df6458f-1eba-4bbd-90a3-807fc0491afa","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:46158","PortSpecifier":{"PortValue":46158}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","method":"POST","path":"/ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94/v1/completions","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:46158","PortSpecifier":{"PortValue":46158}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464816,"nanos":160836901},"http":{"id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","method":"POST","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1GoKYdKznRisnDS5A_ik8PpMS2GkWl1naieZB59L98y4L2XAHPGKYV5G9vmS9"} {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-af2c94.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1GoKYdKznRisnDS5A_ik8PpMS2GkWl1naieZB59L98y4L2XAHPGKYV5G9vmS9\"}"} {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","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-af2c94.opendatahub.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":"3d764318-0205-4304-a54d-fafd84772333","keyName":"e2e-rate-a-0cdc95","subscription":"e2e-rate-iso-a-0cdc95","tenant":"e2e-shared-a-af2c94","userId":"3d764318-0205-4304-a54d-fafd84772333","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-af2c94.opendatahub.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-af2c94/rate-test-model-af2c94\",\"requestedSubscription\":\"e2e-rate-iso-a-0cdc95\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","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-af2c94.opendatahub.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":[{"name":"rate-test-model-af2c94","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-0cdc95","namespace":"ai-tenant-e2e-shared-a-af2c94","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","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-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","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-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","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-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","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-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","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-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","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-0cdc95"} {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","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":"groups_str","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","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":"3d764318-0205-4304-a54d-fafd84772333","keyName":"e2e-rate-a-0cdc95","selected_subscription":"e2e-rate-iso-a-0cdc95","selected_subscription_key":"ai-tenant-e2e-shared-a-af2c94/e2e-rate-iso-a-0cdc95@ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-af2c94","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-0cdc95","namespace":"ai-tenant-e2e-shared-a-af2c94","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:53:36Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6ce27b41-6a1b-40c8-94fb-386e195b7d65","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:53:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8600aa35-371f-4985-b908-46f5b879181f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:46168","PortSpecifier":{"PortValue":46168}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"8600aa35-371f-4985-b908-46f5b879181f","method":"POST","path":"/ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94/v1/completions","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:53:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8600aa35-371f-4985-b908-46f5b879181f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:46168","PortSpecifier":{"PortValue":46168}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464817,"nanos":194266683},"http":{"id":"8600aa35-371f-4985-b908-46f5b879181f","method":"POST","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:53:37Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"8600aa35-371f-4985-b908-46f5b879181f","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1GoKYdKznRisnDS5A_ik8PpMS2GkWl1naieZB59L98y4L2XAHPGKYV5G9vmS9"} {"level":"debug","ts":"2026-07-07T22:53:37Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"8600aa35-371f-4985-b908-46f5b879181f","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-af2c94.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1GoKYdKznRisnDS5A_ik8PpMS2GkWl1naieZB59L98y4L2XAHPGKYV5G9vmS9\"}"} {"level":"debug","ts":"2026-07-07T22:53:37Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"8600aa35-371f-4985-b908-46f5b879181f","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-af2c94.opendatahub.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":"3d764318-0205-4304-a54d-fafd84772333","keyName":"e2e-rate-a-0cdc95","subscription":"e2e-rate-iso-a-0cdc95","tenant":"e2e-shared-a-af2c94","userId":"3d764318-0205-4304-a54d-fafd84772333","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-07T22:53:37Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"8600aa35-371f-4985-b908-46f5b879181f","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-af2c94.opendatahub.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-af2c94/rate-test-model-af2c94\",\"requestedSubscription\":\"e2e-rate-iso-a-0cdc95\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-07T22:53:37Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"8600aa35-371f-4985-b908-46f5b879181f","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-af2c94.opendatahub.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":[{"name":"rate-test-model-af2c94","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-0cdc95","namespace":"ai-tenant-e2e-shared-a-af2c94","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-07T22:53:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"8600aa35-371f-4985-b908-46f5b879181f","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:53:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8600aa35-371f-4985-b908-46f5b879181f","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-07T22:53:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8600aa35-371f-4985-b908-46f5b879181f","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-07T22:53:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8600aa35-371f-4985-b908-46f5b879181f","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-07T22:53:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8600aa35-371f-4985-b908-46f5b879181f","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:53:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8600aa35-371f-4985-b908-46f5b879181f","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-07T22:53:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8600aa35-371f-4985-b908-46f5b879181f","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-07T22:53:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8600aa35-371f-4985-b908-46f5b879181f","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-0cdc95"} {"level":"debug","ts":"2026-07-07T22:53:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8600aa35-371f-4985-b908-46f5b879181f","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":"groups_str","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","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":"3d764318-0205-4304-a54d-fafd84772333","keyName":"e2e-rate-a-0cdc95","selected_subscription":"e2e-rate-iso-a-0cdc95","selected_subscription_key":"ai-tenant-e2e-shared-a-af2c94/e2e-rate-iso-a-0cdc95@ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-af2c94","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-0cdc95","namespace":"ai-tenant-e2e-shared-a-af2c94","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-07T22:53:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8600aa35-371f-4985-b908-46f5b879181f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:53:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8600aa35-371f-4985-b908-46f5b879181f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:46176","PortSpecifier":{"PortValue":46176}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","method":"POST","path":"/ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94/v1/completions","host":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:46176","PortSpecifier":{"PortValue":46176}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464818,"nanos":230936877},"http":{"id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","method":"POST","headers":{":authority":"e2e-shared-a-af2c94.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1GoKYdKznRisnDS5A_ik8PpMS2GkWl1naieZB59L98y4L2XAHPGKYV5G9vmS9"} {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-af2c94.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1GoKYdKznRisnDS5A_ik8PpMS2GkWl1naieZB59L98y4L2XAHPGKYV5G9vmS9\"}"} {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","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-af2c94.opendatahub.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":"3d764318-0205-4304-a54d-fafd84772333","keyName":"e2e-rate-a-0cdc95","subscription":"e2e-rate-iso-a-0cdc95","tenant":"e2e-shared-a-af2c94","userId":"3d764318-0205-4304-a54d-fafd84772333","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-af2c94.opendatahub.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-af2c94/rate-test-model-af2c94\",\"requestedSubscription\":\"e2e-rate-iso-a-0cdc95\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","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-af2c94.opendatahub.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":[{"name":"rate-test-model-af2c94","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-0cdc95","namespace":"ai-tenant-e2e-shared-a-af2c94","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","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-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","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-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","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-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","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-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","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-0cdc95"} {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","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-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","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":"groups_str","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","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":"3d764318-0205-4304-a54d-fafd84772333","keyName":"e2e-rate-a-0cdc95","selected_subscription":"e2e-rate-iso-a-0cdc95","selected_subscription_key":"ai-tenant-e2e-shared-a-af2c94/e2e-rate-iso-a-0cdc95@ai-tenant-e2e-shared-a-af2c94/rate-test-model-af2c94","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-af2c94","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-0cdc95","namespace":"ai-tenant-e2e-shared-a-af2c94","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1b475a4a-285f-4ac5-b02a-afa5f79e50d8","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:48816","PortSpecifier":{"PortValue":48816}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","method":"POST","path":"/ai-tenant-e2e-shared-b-986e04/rate-test-model-986e04/v1/completions","host":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:48816","PortSpecifier":{"PortValue":48816}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.41:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783464818,"nanos":262665761},"http":{"id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","method":"POST","headers":{":authority":"e2e-shared-b-986e04.apps.d9477235-2b1c-4445-8add-0ed077381a94.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-b-986e04/rate-test-model-986e04/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1YLY8Q1lerUnjOlhe_xBLLL5Nn37DNwzPuaHmPFZQ8sj02K0VuAV6SKgRG43o"} {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-986e04.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1YLY8Q1lerUnjOlhe_xBLLL5Nn37DNwzPuaHmPFZQ8sj02K0VuAV6SKgRG43o\"}"} {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","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-986e04.opendatahub.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":"e331693c-541c-4224-8762-2f6f0a6fc1f2","keyName":"e2e-rate-b-0cdc95","subscription":"e2e-rate-iso-b-0cdc95","tenant":"e2e-shared-b-986e04","userId":"e331693c-541c-4224-8762-2f6f0a6fc1f2","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-b-986e04.opendatahub.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-986e04/rate-test-model-986e04\",\"requestedSubscription\":\"e2e-rate-iso-b-0cdc95\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","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-986e04.opendatahub.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":[{"name":"rate-test-model-986e04","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-0cdc95","namespace":"ai-tenant-e2e-shared-b-986e04","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","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-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","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-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","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-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-986e04/rate-test-model-986e04\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","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-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","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-0cdc95"} {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","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-07T22:53:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","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":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error","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":"e331693c-541c-4224-8762-2f6f0a6fc1f2","keyName":"e2e-rate-b-0cdc95","selected_subscription":"e2e-rate-iso-b-0cdc95","selected_subscription_key":"ai-tenant-e2e-shared-b-986e04/e2e-rate-iso-b-0cdc95@ai-tenant-e2e-shared-b-986e04/rate-test-model-986e04","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-986e04","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-0cdc95","namespace":"ai-tenant-e2e-shared-b-986e04","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-07T22:53:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2a786dfa-9d55-4a7e-95c6-62b4275e783e","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-07T22:53:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/47ed90341aa9d81458b8963d9e05ef239ac73bd7abd5496c7b9f506755bd9225"} {"level":"info","ts":"2026-07-07T22:53:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7ea2b55b74463fe83133615318cb4db5f1c0c42d6aeef8bd272d9a401719c621"} {"level":"info","ts":"2026-07-07T22:53:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d97d52aacaf60dc1f46090147e56259a13d2938f96d570cfcaf8a933618510ad"} {"level":"info","ts":"2026-07-07T22:53:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/5ce117e46e80ed5d2e4ce06759120bf4fd7fe5c96ddc4ed31db54410ccfaa4bf"} {"level":"info","ts":"2026-07-07T22:53:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/aaf737ec1d0f37440c1846830745fdd546dfb9e34bae625b2da87db11cb00077"} {"level":"info","ts":"2026-07-07T22:53:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/873154cd4067c39c22237b800c77ba945486aee9c3e9b41f8ca9450c47d1ed5b"} {"level":"info","ts":"2026-07-07T22:53:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/fe31c40a3efc2af58c361ca18d952dbf2b3529aa475ed2e11020bac594a6859c"} {"level":"info","ts":"2026-07-07T22:53:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9284361b6a84c23d6396433efb91129559aa447afcad6c359cd9060fded59005"} {"level":"info","ts":"2026-07-07T22:53:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/899316edd4446a945ea4d2bc6888aaf32e157b366b4b58db37741eeb1e96596e"} {"level":"info","ts":"2026-07-07T22:53:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/393a7775eea694c91d54271ef38980ff43f1260e1d25b70baec543a6a358f2fd"} {"level":"info","ts":"2026-07-07T22:53:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/941b445e95d158a697112270168dd87e0cbcb53f230039d826b68f1b2a079d02"} {"level":"info","ts":"2026-07-07T22:53:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ada6f5db29376fbb7693553d9f43f38a4dd1dadca93bedf6cef1b6663d13dd5e"} {"level":"info","ts":"2026-07-07T22:53:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c6dd97a98eab1fcad599f14ad3ce7d3422238b4bb4332b9af0d05d2d210a036b"} {"level":"info","ts":"2026-07-07T22:53:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b43ede29e9b48b9ea4e5612634b46496b06f7deff569c23871d036a5997daa25"} {"level":"info","ts":"2026-07-07T22:53:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9bf066bb2720d3fd756dbadd9af455842276b8e1382a1c4a25612bc303993ea2"} {"level":"info","ts":"2026-07-07T22:53:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2e316486a969f7ae143fbf05bf8187b8e5234e55785a9bab9d115854ccacf7de"} {"level":"info","ts":"2026-07-07T22:53:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a8533f9b17ce626e3c971192eab03e283240df787f788ef9f26fdbad0ed440b1"} {"level":"info","ts":"2026-07-07T22:53:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e83e87ef85b8522f391dc395963abb3b355078c0fa77a6fa983444766dbebd80"} {"level":"info","ts":"2026-07-07T22:54:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/744165c3d36f80fb47739a8334003bc1010b33b41b6d0eb51b9f6609f5e17435"} {"level":"info","ts":"2026-07-07T22:54:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/978a19351da34189e39228f4ef71945ae7e8b3ea73bc1197286dab147e8137c0"}