{"level":"debug","ts":"2026-07-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"94900869-2447-41e5-a651-84f78a8b26a9","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-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"aa23b6d5-8872-4bca-b7ed-59061684f8d1","keyName":"e2e-sub-iso-90eb26","subscription":"e2e-shared-sub-3db193","tenant":"e2e-shared-a-7c2a35","userId":"aa23b6d5-8872-4bca-b7ed-59061684f8d1","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"94900869-2447-41e5-a651-84f78a8b26a9","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"94900869-2447-41e5-a651-84f78a8b26a9","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-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"94900869-2447-41e5-a651-84f78a8b26a9","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-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"94900869-2447-41e5-a651-84f78a8b26a9","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-7c2a35/sub-test-model-7c2a35\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-7c2a35/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"94900869-2447-41e5-a651-84f78a8b26a9","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_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}}]},"Plain":null},"reason":"no such key: subscription-info"} {"level":"debug","ts":"2026-07-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"94900869-2447-41e5-a651-84f78a8b26a9","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-3db193"} {"level":"debug","ts":"2026-07-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"94900869-2447-41e5-a651-84f78a8b26a9","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-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"94900869-2447-41e5-a651-84f78a8b26a9","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":"info","ts":"2026-07-16T18:16:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"94900869-2447-41e5-a651-84f78a8b26a9","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-16T18:16:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"94900869-2447-41e5-a651-84f78a8b26a9","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-16T18:16:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"dc8bafb4-6951-48a5-8af7-5bb078625d84","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:48118","PortSpecifier":{"PortValue":48118}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.45:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"dc8bafb4-6951-48a5-8af7-5bb078625d84","method":"POST","path":"/maas-api/internal/v1/subscriptions/select","host":"e2e-shared-b-d3e547.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-16T18:16:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"dc8bafb4-6951-48a5-8af7-5bb078625d84","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:48118","PortSpecifier":{"PortValue":48118}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.45:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784225810,"nanos":810234908},"http":{"id":"dc8bafb4-6951-48a5-8af7-5bb078625d84","method":"POST","headers":{":authority":"e2e-shared-b-d3e547.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.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-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"dc8bafb4-6951-48a5-8af7-5bb078625d84","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-18CB2lX5I4IzCi2Pg_IX5LnqyAiOEio6nOiOw0cFToZTkvjy5YszIYR1ZCUfC"} {"level":"debug","ts":"2026-07-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"dc8bafb4-6951-48a5-8af7-5bb078625d84","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-d3e547.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-18CB2lX5I4IzCi2Pg_IX5LnqyAiOEio6nOiOw0cFToZTkvjy5YszIYR1ZCUfC\"}"} {"level":"debug","ts":"2026-07-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"dc8bafb4-6951-48a5-8af7-5bb078625d84","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-d3e547.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"ec0b942d-bbde-4d97-846f-5ea0acdad48f","keyName":"e2e-sub-iso-03f6d1","subscription":"e2e-shared-sub-3db193","tenant":"e2e-shared-b-d3e547","userId":"ec0b942d-bbde-4d97-846f-5ea0acdad48f","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"dc8bafb4-6951-48a5-8af7-5bb078625d84","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"dc8bafb4-6951-48a5-8af7-5bb078625d84","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-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"dc8bafb4-6951-48a5-8af7-5bb078625d84","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-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"dc8bafb4-6951-48a5-8af7-5bb078625d84","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-d3e547/sub-test-model-d3e547\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-d3e547/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"dc8bafb4-6951-48a5-8af7-5bb078625d84","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":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}}]},"Plain":null},"reason":"no such key: subscription-info"} {"level":"debug","ts":"2026-07-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"dc8bafb4-6951-48a5-8af7-5bb078625d84","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-3db193"} {"level":"debug","ts":"2026-07-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"dc8bafb4-6951-48a5-8af7-5bb078625d84","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-16T18:16:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"dc8bafb4-6951-48a5-8af7-5bb078625d84","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":"info","ts":"2026-07-16T18:16:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"dc8bafb4-6951-48a5-8af7-5bb078625d84","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-16T18:16:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"dc8bafb4-6951-48a5-8af7-5bb078625d84","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-16T18:16:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d7e47646f95c27c43627f45e1c0dc95a9535c322db20a091efb27b9cbf73eceb"} {"level":"info","ts":"2026-07-16T18:16:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/38bcfeb292e5bc5584f899571679c1babdcb5dfc11efdfd8276db71cd891dbb4"} {"level":"info","ts":"2026-07-16T18:16:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461"} {"level":"info","ts":"2026-07-16T18:16:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b397aa067e4d6af48113e8d92736d11a098c2cc4f618aa3b9427a2d3dbd6b3c2"} {"level":"info","ts":"2026-07-16T18:16:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d9ea632a7f699c1651a6d281be818b276d282d83f48d9707e9a6e4bd0b30fa0d"} {"level":"info","ts":"2026-07-16T18:16:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/77e1532e12b49e9ffdb4beac985e677f7295c86acf97f8c5d1a05f24f68f49f1"} {"level":"info","ts":"2026-07-16T18:16:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d8d99ff1d1eabe252c8479bb36ac208ae05b71a6aa3295cf46dc123a35c691b5"} {"level":"info","ts":"2026-07-16T18:16:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ff4fcafa4ab258eeead9d1b8222c068a796c85bed525688ce864d4cd9462aa08"} {"level":"info","ts":"2026-07-16T18:16:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/28c9f2ce81ccce3518caaecb6f1ee681ddf0081f4927a3c2cff9742f11273454"} {"level":"info","ts":"2026-07-16T18:16:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7b9bfa117db516b28b72a399f25e186aad201c52ed4151a087744394c4f79e2b"} {"level":"info","ts":"2026-07-16T18:16:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/17fad46d607ba63bcb096a39f318bbd8221a18ce5535979b09d843a3a89025d8"} {"level":"info","ts":"2026-07-16T18:16:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d"} {"level":"info","ts":"2026-07-16T18:16:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e9a5b12f93f46f789d2a492f5975f84423f66e0b6ef4e49829c8f9788809b543"} {"level":"info","ts":"2026-07-16T18:16:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/35c577a2286a51448d1922aea2c0d91922791a6bd19d597059c1b63f4ae12ed9"} {"level":"info","ts":"2026-07-16T18:16:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7dc2dbc5d607f5cf2baa4ed6bbde7dd5e9b89f2c683adab18b4d1349a5e6dfe1"} {"level":"info","ts":"2026-07-16T18:16:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/4610148772156cb3d51747bd82b5133411071fba17317d0669a2f16cb71399a2"} {"level":"info","ts":"2026-07-16T18:16:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3c57c46f9d4b518db1d5e37b2e8c9d3145ffc767d70930c58974d4811fbced95"} {"level":"info","ts":"2026-07-16T18:16:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/80f800c0b62f22abe337edad791e30a194d3f14bfc3e4d14fd9ddadc7c1a6911"} {"level":"info","ts":"2026-07-16T18:16:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b16871ee4abe1261999ec1129676a4b79980506ead117f7824a62713b5779482"} {"level":"info","ts":"2026-07-16T18:16:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/38aaeabdb04fbf2415fb132021e09f214edad931f40f514b2b8120b45cc783c4"} {"level":"info","ts":"2026-07-16T18:16:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3"} {"level":"info","ts":"2026-07-16T18:16:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/06e71302e0cdca58ce8771fd9ff171567b623f5d10c9281edd17f11a63bccef3"} {"level":"info","ts":"2026-07-16T18:16:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/099e1bbb9d7306bd13d514896cbc5b0c6864140d45b8270ea3b613607c85105d"} {"level":"info","ts":"2026-07-16T18:16:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/28e166a3df8a928e6ec859d5bf586baa78cb998fdd813d52136a3ebc24e338a9"} {"level":"debug","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a531047e27608a2316014ce33c9aa1fbd5b2b9936b84da7dd28533480fc47e6f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a531047e27608a2316014ce33c9aa1fbd5b2b9936b84da7dd28533480fc47e6f"} {"level":"info","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a531047e27608a2316014ce33c9aa1fbd5b2b9936b84da7dd28533480fc47e6f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a531047e27608a2316014ce33c9aa1fbd5b2b9936b84da7dd28533480fc47e6f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a531047e27608a2316014ce33c9aa1fbd5b2b9936b84da7dd28533480fc47e6f","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a531047e27608a2316014ce33c9aa1fbd5b2b9936b84da7dd28533480fc47e6f"} {"level":"debug","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a531047e27608a2316014ce33c9aa1fbd5b2b9936b84da7dd28533480fc47e6f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a531047e27608a2316014ce33c9aa1fbd5b2b9936b84da7dd28533480fc47e6f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a531047e27608a2316014ce33c9aa1fbd5b2b9936b84da7dd28533480fc47e6f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a531047e27608a2316014ce33c9aa1fbd5b2b9936b84da7dd28533480fc47e6f","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a531047e27608a2316014ce33c9aa1fbd5b2b9936b84da7dd28533480fc47e6f"} {"level":"debug","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d"} {"level":"debug","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d"} {"level":"debug","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d"} {"level":"info","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d"} {"level":"debug","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-16T18:17:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d"} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461"} {"level":"error","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461\": 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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461"} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3"} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4bcc6c58ad7d4cc72623378bc9e1c10c5c78d57ea4942b90864e44db34f4557d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4bcc6c58ad7d4cc72623378bc9e1c10c5c78d57ea4942b90864e44db34f4557d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4bcc6c58ad7d4cc72623378bc9e1c10c5c78d57ea4942b90864e44db34f4557d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4bcc6c58ad7d4cc72623378bc9e1c10c5c78d57ea4942b90864e44db34f4557d"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4bcc6c58ad7d4cc72623378bc9e1c10c5c78d57ea4942b90864e44db34f4557d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4bcc6c58ad7d4cc72623378bc9e1c10c5c78d57ea4942b90864e44db34f4557d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["4bcc6c58ad7d4cc72623378bc9e1c10c5c78d57ea4942b90864e44db34f4557d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4bcc6c58ad7d4cc72623378bc9e1c10c5c78d57ea4942b90864e44db34f4557d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4bcc6c58ad7d4cc72623378bc9e1c10c5c78d57ea4942b90864e44db34f4557d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["4bcc6c58ad7d4cc72623378bc9e1c10c5c78d57ea4942b90864e44db34f4557d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"4bcc6c58ad7d4cc72623378bc9e1c10c5c78d57ea4942b90864e44db34f4557d","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"4bcc6c58ad7d4cc72623378bc9e1c10c5c78d57ea4942b90864e44db34f4557d\": 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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4bcc6c58ad7d4cc72623378bc9e1c10c5c78d57ea4942b90864e44db34f4557d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4bcc6c58ad7d4cc72623378bc9e1c10c5c78d57ea4942b90864e44db34f4557d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461"} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"98a554de27fbfee5813fcf049d13ce15ea5f58321cfe39d289d0a322f71ce677","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"98a554de27fbfee5813fcf049d13ce15ea5f58321cfe39d289d0a322f71ce677","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"98a554de27fbfee5813fcf049d13ce15ea5f58321cfe39d289d0a322f71ce677","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4bcc6c58ad7d4cc72623378bc9e1c10c5c78d57ea4942b90864e44db34f4557d"} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"98a554de27fbfee5813fcf049d13ce15ea5f58321cfe39d289d0a322f71ce677","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"98a554de27fbfee5813fcf049d13ce15ea5f58321cfe39d289d0a322f71ce677","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"98a554de27fbfee5813fcf049d13ce15ea5f58321cfe39d289d0a322f71ce677","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/98a554de27fbfee5813fcf049d13ce15ea5f58321cfe39d289d0a322f71ce677"} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"98a554de27fbfee5813fcf049d13ce15ea5f58321cfe39d289d0a322f71ce677","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/98a554de27fbfee5813fcf049d13ce15ea5f58321cfe39d289d0a322f71ce677"} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"373bae6fbd24c9e60874e6a8013924808060daa21612f4b9683fa70cb601c77b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"373bae6fbd24c9e60874e6a8013924808060daa21612f4b9683fa70cb601c77b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"373bae6fbd24c9e60874e6a8013924808060daa21612f4b9683fa70cb601c77b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/373bae6fbd24c9e60874e6a8013924808060daa21612f4b9683fa70cb601c77b"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"373bae6fbd24c9e60874e6a8013924808060daa21612f4b9683fa70cb601c77b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"98a554de27fbfee5813fcf049d13ce15ea5f58321cfe39d289d0a322f71ce677","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["98a554de27fbfee5813fcf049d13ce15ea5f58321cfe39d289d0a322f71ce677"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"98a554de27fbfee5813fcf049d13ce15ea5f58321cfe39d289d0a322f71ce677","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"373bae6fbd24c9e60874e6a8013924808060daa21612f4b9683fa70cb601c77b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"98a554de27fbfee5813fcf049d13ce15ea5f58321cfe39d289d0a322f71ce677","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/373bae6fbd24c9e60874e6a8013924808060daa21612f4b9683fa70cb601c77b"} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"373bae6fbd24c9e60874e6a8013924808060daa21612f4b9683fa70cb601c77b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["373bae6fbd24c9e60874e6a8013924808060daa21612f4b9683fa70cb601c77b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"373bae6fbd24c9e60874e6a8013924808060daa21612f4b9683fa70cb601c77b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"22bc86373a857fc7de9f133f2b8817d27bfe92f5fcc2903885e2d2b1df015d7d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"22bc86373a857fc7de9f133f2b8817d27bfe92f5fcc2903885e2d2b1df015d7d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"373bae6fbd24c9e60874e6a8013924808060daa21612f4b9683fa70cb601c77b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"22bc86373a857fc7de9f133f2b8817d27bfe92f5fcc2903885e2d2b1df015d7d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/98a554de27fbfee5813fcf049d13ce15ea5f58321cfe39d289d0a322f71ce677"} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"22bc86373a857fc7de9f133f2b8817d27bfe92f5fcc2903885e2d2b1df015d7d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"22bc86373a857fc7de9f133f2b8817d27bfe92f5fcc2903885e2d2b1df015d7d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/373bae6fbd24c9e60874e6a8013924808060daa21612f4b9683fa70cb601c77b"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/22bc86373a857fc7de9f133f2b8817d27bfe92f5fcc2903885e2d2b1df015d7d"} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"22bc86373a857fc7de9f133f2b8817d27bfe92f5fcc2903885e2d2b1df015d7d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["22bc86373a857fc7de9f133f2b8817d27bfe92f5fcc2903885e2d2b1df015d7d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"22bc86373a857fc7de9f133f2b8817d27bfe92f5fcc2903885e2d2b1df015d7d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"448f088d4f0e803bf355fd8853ca1719e43434c09d3ddfeb7e41eb0db69fd65e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"448f088d4f0e803bf355fd8853ca1719e43434c09d3ddfeb7e41eb0db69fd65e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"22bc86373a857fc7de9f133f2b8817d27bfe92f5fcc2903885e2d2b1df015d7d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"448f088d4f0e803bf355fd8853ca1719e43434c09d3ddfeb7e41eb0db69fd65e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/448f088d4f0e803bf355fd8853ca1719e43434c09d3ddfeb7e41eb0db69fd65e"} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"448f088d4f0e803bf355fd8853ca1719e43434c09d3ddfeb7e41eb0db69fd65e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["448f088d4f0e803bf355fd8853ca1719e43434c09d3ddfeb7e41eb0db69fd65e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"448f088d4f0e803bf355fd8853ca1719e43434c09d3ddfeb7e41eb0db69fd65e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"448f088d4f0e803bf355fd8853ca1719e43434c09d3ddfeb7e41eb0db69fd65e","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/22bc86373a857fc7de9f133f2b8817d27bfe92f5fcc2903885e2d2b1df015d7d"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/448f088d4f0e803bf355fd8853ca1719e43434c09d3ddfeb7e41eb0db69fd65e"} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9116a5a196b78741d11b97a5fbf69cfbfb00e0c57eafe8b504d364b73d4b3f12","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9116a5a196b78741d11b97a5fbf69cfbfb00e0c57eafe8b504d364b73d4b3f12","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cde16d4e285b90ca6794d9357272984a2cdcff1b20df1c8b7da33015912efb6a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9116a5a196b78741d11b97a5fbf69cfbfb00e0c57eafe8b504d364b73d4b3f12"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cde16d4e285b90ca6794d9357272984a2cdcff1b20df1c8b7da33015912efb6a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9116a5a196b78741d11b97a5fbf69cfbfb00e0c57eafe8b504d364b73d4b3f12","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9116a5a196b78741d11b97a5fbf69cfbfb00e0c57eafe8b504d364b73d4b3f12"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cde16d4e285b90ca6794d9357272984a2cdcff1b20df1c8b7da33015912efb6a"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9116a5a196b78741d11b97a5fbf69cfbfb00e0c57eafe8b504d364b73d4b3f12","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ab6ac5113311826bef88ee3ff038f6e4ef78bdd3f8f4c74d4af5c31ba82a1916","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9116a5a196b78741d11b97a5fbf69cfbfb00e0c57eafe8b504d364b73d4b3f12"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ab6ac5113311826bef88ee3ff038f6e4ef78bdd3f8f4c74d4af5c31ba82a1916","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cde16d4e285b90ca6794d9357272984a2cdcff1b20df1c8b7da33015912efb6a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["cde16d4e285b90ca6794d9357272984a2cdcff1b20df1c8b7da33015912efb6a"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cde16d4e285b90ca6794d9357272984a2cdcff1b20df1c8b7da33015912efb6a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9116a5a196b78741d11b97a5fbf69cfbfb00e0c57eafe8b504d364b73d4b3f12","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ab6ac5113311826bef88ee3ff038f6e4ef78bdd3f8f4c74d4af5c31ba82a1916","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ab6ac5113311826bef88ee3ff038f6e4ef78bdd3f8f4c74d4af5c31ba82a1916"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ab6ac5113311826bef88ee3ff038f6e4ef78bdd3f8f4c74d4af5c31ba82a1916","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cde16d4e285b90ca6794d9357272984a2cdcff1b20df1c8b7da33015912efb6a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cde16d4e285b90ca6794d9357272984a2cdcff1b20df1c8b7da33015912efb6a"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cde16d4e285b90ca6794d9357272984a2cdcff1b20df1c8b7da33015912efb6a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"157f618ec81d3ec1be01d724936b5c14f9223177addc3a1c757a3148efebab37","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9116a5a196b78741d11b97a5fbf69cfbfb00e0c57eafe8b504d364b73d4b3f12"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"157f618ec81d3ec1be01d724936b5c14f9223177addc3a1c757a3148efebab37","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ab6ac5113311826bef88ee3ff038f6e4ef78bdd3f8f4c74d4af5c31ba82a1916","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2d64fab2320e738898154fda5ddac147316141d504a974d7e79f9872455dc15e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2d64fab2320e738898154fda5ddac147316141d504a974d7e79f9872455dc15e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cde16d4e285b90ca6794d9357272984a2cdcff1b20df1c8b7da33015912efb6a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["cde16d4e285b90ca6794d9357272984a2cdcff1b20df1c8b7da33015912efb6a"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ab6ac5113311826bef88ee3ff038f6e4ef78bdd3f8f4c74d4af5c31ba82a1916"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cde16d4e285b90ca6794d9357272984a2cdcff1b20df1c8b7da33015912efb6a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"38aaeabdb04fbf2415fb132021e09f214edad931f40f514b2b8120b45cc783c4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/157f618ec81d3ec1be01d724936b5c14f9223177addc3a1c757a3148efebab37"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"38aaeabdb04fbf2415fb132021e09f214edad931f40f514b2b8120b45cc783c4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"157f618ec81d3ec1be01d724936b5c14f9223177addc3a1c757a3148efebab37","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["157f618ec81d3ec1be01d724936b5c14f9223177addc3a1c757a3148efebab37"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2d64fab2320e738898154fda5ddac147316141d504a974d7e79f9872455dc15e"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"157f618ec81d3ec1be01d724936b5c14f9223177addc3a1c757a3148efebab37","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2d64fab2320e738898154fda5ddac147316141d504a974d7e79f9872455dc15e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2d64fab2320e738898154fda5ddac147316141d504a974d7e79f9872455dc15e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2d64fab2320e738898154fda5ddac147316141d504a974d7e79f9872455dc15e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ab6ac5113311826bef88ee3ff038f6e4ef78bdd3f8f4c74d4af5c31ba82a1916","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ab6ac5113311826bef88ee3ff038f6e4ef78bdd3f8f4c74d4af5c31ba82a1916"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cde16d4e285b90ca6794d9357272984a2cdcff1b20df1c8b7da33015912efb6a"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ab6ac5113311826bef88ee3ff038f6e4ef78bdd3f8f4c74d4af5c31ba82a1916","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cde16d4e285b90ca6794d9357272984a2cdcff1b20df1c8b7da33015912efb6a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"38aaeabdb04fbf2415fb132021e09f214edad931f40f514b2b8120b45cc783c4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/38aaeabdb04fbf2415fb132021e09f214edad931f40f514b2b8120b45cc783c4"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"38aaeabdb04fbf2415fb132021e09f214edad931f40f514b2b8120b45cc783c4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"157f618ec81d3ec1be01d724936b5c14f9223177addc3a1c757a3148efebab37","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/157f618ec81d3ec1be01d724936b5c14f9223177addc3a1c757a3148efebab37"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"157f618ec81d3ec1be01d724936b5c14f9223177addc3a1c757a3148efebab37","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6bdb8ef73bbe654a8c7ebf446821e146158564d554c8d437e2dd0644b2d5cbd6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6bdb8ef73bbe654a8c7ebf446821e146158564d554c8d437e2dd0644b2d5cbd6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2d64fab2320e738898154fda5ddac147316141d504a974d7e79f9872455dc15e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7b9bfa117db516b28b72a399f25e186aad201c52ed4151a087744394c4f79e2b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6bdb8ef73bbe654a8c7ebf446821e146158564d554c8d437e2dd0644b2d5cbd6"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7b9bfa117db516b28b72a399f25e186aad201c52ed4151a087744394c4f79e2b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ab6ac5113311826bef88ee3ff038f6e4ef78bdd3f8f4c74d4af5c31ba82a1916","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6fcac3e54a735d3e77a7babb42aa9a4d16cf56f244562058e711e587317f68de","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2d64fab2320e738898154fda5ddac147316141d504a974d7e79f9872455dc15e"} {"level":"info","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6fcac3e54a735d3e77a7babb42aa9a4d16cf56f244562058e711e587317f68de","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"38aaeabdb04fbf2415fb132021e09f214edad931f40f514b2b8120b45cc783c4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["38aaeabdb04fbf2415fb132021e09f214edad931f40f514b2b8120b45cc783c4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"38aaeabdb04fbf2415fb132021e09f214edad931f40f514b2b8120b45cc783c4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"38bcfeb292e5bc5584f899571679c1babdcb5dfc11efdfd8276db71cd891dbb4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7b9bfa117db516b28b72a399f25e186aad201c52ed4151a087744394c4f79e2b"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"38bcfeb292e5bc5584f899571679c1babdcb5dfc11efdfd8276db71cd891dbb4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"157f618ec81d3ec1be01d724936b5c14f9223177addc3a1c757a3148efebab37","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["157f618ec81d3ec1be01d724936b5c14f9223177addc3a1c757a3148efebab37"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ab6ac5113311826bef88ee3ff038f6e4ef78bdd3f8f4c74d4af5c31ba82a1916"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"157f618ec81d3ec1be01d724936b5c14f9223177addc3a1c757a3148efebab37","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"631a0cc86c7147b1ddf3e6e50dd4ed446a502313cc9396614137a40bef6fb1e5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6fcac3e54a735d3e77a7babb42aa9a4d16cf56f244562058e711e587317f68de"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"631a0cc86c7147b1ddf3e6e50dd4ed446a502313cc9396614137a40bef6fb1e5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6bdb8ef73bbe654a8c7ebf446821e146158564d554c8d437e2dd0644b2d5cbd6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6bdb8ef73bbe654a8c7ebf446821e146158564d554c8d437e2dd0644b2d5cbd6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6bdb8ef73bbe654a8c7ebf446821e146158564d554c8d437e2dd0644b2d5cbd6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7b9bfa117db516b28b72a399f25e186aad201c52ed4151a087744394c4f79e2b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7b9bfa117db516b28b72a399f25e186aad201c52ed4151a087744394c4f79e2b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/38aaeabdb04fbf2415fb132021e09f214edad931f40f514b2b8120b45cc783c4"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7b9bfa117db516b28b72a399f25e186aad201c52ed4151a087744394c4f79e2b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6fcac3e54a735d3e77a7babb42aa9a4d16cf56f244562058e711e587317f68de","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6fcac3e54a735d3e77a7babb42aa9a4d16cf56f244562058e711e587317f68de"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/38bcfeb292e5bc5584f899571679c1babdcb5dfc11efdfd8276db71cd891dbb4"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6fcac3e54a735d3e77a7babb42aa9a4d16cf56f244562058e711e587317f68de","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a656e4740e7723c7ced22490b7bab37963cb1fe9068917ff754c30e0cbdf2281","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a656e4740e7723c7ced22490b7bab37963cb1fe9068917ff754c30e0cbdf2281","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"38aaeabdb04fbf2415fb132021e09f214edad931f40f514b2b8120b45cc783c4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"38bcfeb292e5bc5584f899571679c1babdcb5dfc11efdfd8276db71cd891dbb4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["38bcfeb292e5bc5584f899571679c1babdcb5dfc11efdfd8276db71cd891dbb4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/157f618ec81d3ec1be01d724936b5c14f9223177addc3a1c757a3148efebab37"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"38bcfeb292e5bc5584f899571679c1babdcb5dfc11efdfd8276db71cd891dbb4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"157f618ec81d3ec1be01d724936b5c14f9223177addc3a1c757a3148efebab37","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"631a0cc86c7147b1ddf3e6e50dd4ed446a502313cc9396614137a40bef6fb1e5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/631a0cc86c7147b1ddf3e6e50dd4ed446a502313cc9396614137a40bef6fb1e5"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6bdb8ef73bbe654a8c7ebf446821e146158564d554c8d437e2dd0644b2d5cbd6"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a656e4740e7723c7ced22490b7bab37963cb1fe9068917ff754c30e0cbdf2281"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"631a0cc86c7147b1ddf3e6e50dd4ed446a502313cc9396614137a40bef6fb1e5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6bdb8ef73bbe654a8c7ebf446821e146158564d554c8d437e2dd0644b2d5cbd6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7b9bfa117db516b28b72a399f25e186aad201c52ed4151a087744394c4f79e2b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7b9bfa117db516b28b72a399f25e186aad201c52ed4151a087744394c4f79e2b"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6fcac3e54a735d3e77a7babb42aa9a4d16cf56f244562058e711e587317f68de"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7b9bfa117db516b28b72a399f25e186aad201c52ed4151a087744394c4f79e2b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6fcac3e54a735d3e77a7babb42aa9a4d16cf56f244562058e711e587317f68de","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7dc2dbc5d607f5cf2baa4ed6bbde7dd5e9b89f2c683adab18b4d1349a5e6dfe1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-16T18:17: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-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7dc2dbc5d607f5cf2baa4ed6bbde7dd5e9b89f2c683adab18b4d1349a5e6dfe1"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f7d26084fa26ee63f0448fbe23b44acd275b4433b952ba7f4c4ed85995d693be"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/38bcfeb292e5bc5584f899571679c1babdcb5dfc11efdfd8276db71cd891dbb4"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7dc2dbc5d607f5cf2baa4ed6bbde7dd5e9b89f2c683adab18b4d1349a5e6dfe1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a656e4740e7723c7ced22490b7bab37963cb1fe9068917ff754c30e0cbdf2281","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a656e4740e7723c7ced22490b7bab37963cb1fe9068917ff754c30e0cbdf2281"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/631a0cc86c7147b1ddf3e6e50dd4ed446a502313cc9396614137a40bef6fb1e5"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/80f800c0b62f22abe337edad791e30a194d3f14bfc3e4d14fd9ddadc7c1a6911"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a656e4740e7723c7ced22490b7bab37963cb1fe9068917ff754c30e0cbdf2281","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f7d26084fa26ee63f0448fbe23b44acd275b4433b952ba7f4c4ed85995d693be","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f7d26084fa26ee63f0448fbe23b44acd275b4433b952ba7f4c4ed85995d693be"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7b9bfa117db516b28b72a399f25e186aad201c52ed4151a087744394c4f79e2b"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f7d26084fa26ee63f0448fbe23b44acd275b4433b952ba7f4c4ed85995d693be","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"38bcfeb292e5bc5584f899571679c1babdcb5dfc11efdfd8276db71cd891dbb4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"631a0cc86c7147b1ddf3e6e50dd4ed446a502313cc9396614137a40bef6fb1e5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["631a0cc86c7147b1ddf3e6e50dd4ed446a502313cc9396614137a40bef6fb1e5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7dc2dbc5d607f5cf2baa4ed6bbde7dd5e9b89f2c683adab18b4d1349a5e6dfe1"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a656e4740e7723c7ced22490b7bab37963cb1fe9068917ff754c30e0cbdf2281"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"631a0cc86c7147b1ddf3e6e50dd4ed446a502313cc9396614137a40bef6fb1e5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"80f800c0b62f22abe337edad791e30a194d3f14bfc3e4d14fd9ddadc7c1a6911","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["80f800c0b62f22abe337edad791e30a194d3f14bfc3e4d14fd9ddadc7c1a6911"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f7d26084fa26ee63f0448fbe23b44acd275b4433b952ba7f4c4ed85995d693be"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/631a0cc86c7147b1ddf3e6e50dd4ed446a502313cc9396614137a40bef6fb1e5"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"80f800c0b62f22abe337edad791e30a194d3f14bfc3e4d14fd9ddadc7c1a6911","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7b9bfa117db516b28b72a399f25e186aad201c52ed4151a087744394c4f79e2b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7b9bfa117db516b28b72a399f25e186aad201c52ed4151a087744394c4f79e2b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/80f800c0b62f22abe337edad791e30a194d3f14bfc3e4d14fd9ddadc7c1a6911"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7b9bfa117db516b28b72a399f25e186aad201c52ed4151a087744394c4f79e2b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7dc2dbc5d607f5cf2baa4ed6bbde7dd5e9b89f2c683adab18b4d1349a5e6dfe1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-16T18:17:49Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7dc2dbc5d607f5cf2baa4ed6bbde7dd5e9b89f2c683adab18b4d1349a5e6dfe1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7b9bfa117db516b28b72a399f25e186aad201c52ed4151a087744394c4f79e2b"} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7dc2dbc5d607f5cf2baa4ed6bbde7dd5e9b89f2c683adab18b4d1349a5e6dfe1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a656e4740e7723c7ced22490b7bab37963cb1fe9068917ff754c30e0cbdf2281","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f7d26084fa26ee63f0448fbe23b44acd275b4433b952ba7f4c4ed85995d693be","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"631a0cc86c7147b1ddf3e6e50dd4ed446a502313cc9396614137a40bef6fb1e5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"80f800c0b62f22abe337edad791e30a194d3f14bfc3e4d14fd9ddadc7c1a6911","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7b9bfa117db516b28b72a399f25e186aad201c52ed4151a087744394c4f79e2b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7dc2dbc5d607f5cf2baa4ed6bbde7dd5e9b89f2c683adab18b4d1349a5e6dfe1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-16T18:17:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7dc2dbc5d607f5cf2baa4ed6bbde7dd5e9b89f2c683adab18b4d1349a5e6dfe1"} {"level":"info","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"75f51d9f-e49f-4e2b-a19e-7d86afed6a32","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:42528","PortSpecifier":{"PortValue":42528}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.44:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"75f51d9f-e49f-4e2b-a19e-7d86afed6a32","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-7c2a35.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"75f51d9f-e49f-4e2b-a19e-7d86afed6a32","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:42528","PortSpecifier":{"PortValue":42528}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.44:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784225871,"nanos":859540731},"http":{"id":"75f51d9f-e49f-4e2b-a19e-7d86afed6a32","method":"POST","headers":{":authority":"e2e-shared-a-7c2a35.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.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-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"75f51d9f-e49f-4e2b-a19e-7d86afed6a32","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"75f51d9f-e49f-4e2b-a19e-7d86afed6a32","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":"e2e203ab-7871-460f-ac9f-ab77d7111d10","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=3f4bd67f-2bff-434e-89ac-f56b574f956a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/9ff3d1569a33"]}} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"75f51d9f-e49f-4e2b-a19e-7d86afed6a32","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/9ff3d1569a33"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=3f4bd67f-2bff-434e-89ac-f56b574f956a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"e2e203ab-7871-460f-ac9f-ab77d7111d10","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"7dc2dbc5d607f5cf2baa4ed6bbde7dd5e9b89f2c683adab18b4d1349a5e6dfe1"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.44:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-7c2a35.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.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-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"75f51d9f-e49f-4e2b-a19e-7d86afed6a32","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-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"75f51d9f-e49f-4e2b-a19e-7d86afed6a32","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-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"75f51d9f-e49f-4e2b-a19e-7d86afed6a32","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-7c2a35/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"75f51d9f-e49f-4e2b-a19e-7d86afed6a32","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":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"75f51d9f-e49f-4e2b-a19e-7d86afed6a32","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-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"75f51d9f-e49f-4e2b-a19e-7d86afed6a32","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-16T18:17:51Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"75f51d9f-e49f-4e2b-a19e-7d86afed6a32","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"75f51d9f-e49f-4e2b-a19e-7d86afed6a32","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e5430091-3001-4294-b69a-e292659f72b2","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:59760","PortSpecifier":{"PortValue":59760}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.45:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"e5430091-3001-4294-b69a-e292659f72b2","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-d3e547.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e5430091-3001-4294-b69a-e292659f72b2","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:59760","PortSpecifier":{"PortValue":59760}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.45:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784225871,"nanos":902834070},"http":{"id":"e5430091-3001-4294-b69a-e292659f72b2","method":"POST","headers":{":authority":"e2e-shared-b-d3e547.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.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-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"e5430091-3001-4294-b69a-e292659f72b2","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"e5430091-3001-4294-b69a-e292659f72b2","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":"e2e203ab-7871-460f-ac9f-ab77d7111d10","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=3f4bd67f-2bff-434e-89ac-f56b574f956a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/9ff3d1569a33"]}} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"e5430091-3001-4294-b69a-e292659f72b2","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/9ff3d1569a33"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=3f4bd67f-2bff-434e-89ac-f56b574f956a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"e2e203ab-7871-460f-ac9f-ab77d7111d10","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.45:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-d3e547.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.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-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e5430091-3001-4294-b69a-e292659f72b2","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-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e5430091-3001-4294-b69a-e292659f72b2","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-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e5430091-3001-4294-b69a-e292659f72b2","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-d3e547/rate-test-model-d3e547\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-d3e547/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"e5430091-3001-4294-b69a-e292659f72b2","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_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e5430091-3001-4294-b69a-e292659f72b2","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-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e5430091-3001-4294-b69a-e292659f72b2","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-16T18:17:51Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e5430091-3001-4294-b69a-e292659f72b2","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e5430091-3001-4294-b69a-e292659f72b2","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:42544","PortSpecifier":{"PortValue":42544}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.44:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","method":"POST","path":"/ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35/v1/completions","host":"e2e-shared-a-7c2a35.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:42544","PortSpecifier":{"PortValue":42544}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.44:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784225871,"nanos":964802359},"http":{"id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","method":"POST","headers":{":authority":"e2e-shared-a-7c2a35.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-m0rUGVio8htZkrvz_u0c2vOMADRf7IkW28z0semuv8ThdqOX8agPnLO5aHTy"} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-m0rUGVio8htZkrvz_u0c2vOMADRf7IkW28z0semuv8ThdqOX8agPnLO5aHTy\"}"} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","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-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"1479f47b-3cec-4dbf-a90a-738388985572","keyName":"e2e-rate-a-d5efba","subscription":"e2e-rate-iso-a-d5efba","tenant":"e2e-shared-a-7c2a35","userId":"1479f47b-3cec-4dbf-a90a-738388985572","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35\",\"requestedSubscription\":\"e2e-rate-iso-a-d5efba\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","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-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-7c2a35","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-d5efba","namespace":"ai-tenant-e2e-shared-a-7c2a35","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","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-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","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-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-7c2a35/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","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-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","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-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","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-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","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-d5efba"} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","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":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","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":"1479f47b-3cec-4dbf-a90a-738388985572","keyName":"e2e-rate-a-d5efba","selected_subscription":"e2e-rate-iso-a-d5efba","selected_subscription_key":"ai-tenant-e2e-shared-a-7c2a35/e2e-rate-iso-a-d5efba@ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-7c2a35","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-d5efba","namespace":"ai-tenant-e2e-shared-a-7c2a35","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-16T18:17:51Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6360f67d-6026-4d57-abd6-a7d02dea7c3e","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-16T18:17:53Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"872635aa-22e7-4f0a-917b-60afc9b8222d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:42552","PortSpecifier":{"PortValue":42552}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.44:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"872635aa-22e7-4f0a-917b-60afc9b8222d","method":"POST","path":"/ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35/v1/completions","host":"e2e-shared-a-7c2a35.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-16T18:17:53Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"872635aa-22e7-4f0a-917b-60afc9b8222d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:42552","PortSpecifier":{"PortValue":42552}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.44:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784225873,"nanos":35046915},"http":{"id":"872635aa-22e7-4f0a-917b-60afc9b8222d","method":"POST","headers":{":authority":"e2e-shared-a-7c2a35.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-16T18:17:53Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"872635aa-22e7-4f0a-917b-60afc9b8222d","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-m0rUGVio8htZkrvz_u0c2vOMADRf7IkW28z0semuv8ThdqOX8agPnLO5aHTy"} {"level":"debug","ts":"2026-07-16T18:17:53Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"872635aa-22e7-4f0a-917b-60afc9b8222d","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-m0rUGVio8htZkrvz_u0c2vOMADRf7IkW28z0semuv8ThdqOX8agPnLO5aHTy\"}"} {"level":"debug","ts":"2026-07-16T18:17:53Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"872635aa-22e7-4f0a-917b-60afc9b8222d","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-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"1479f47b-3cec-4dbf-a90a-738388985572","keyName":"e2e-rate-a-d5efba","subscription":"e2e-rate-iso-a-d5efba","tenant":"e2e-shared-a-7c2a35","userId":"1479f47b-3cec-4dbf-a90a-738388985572","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-16T18:17:53Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"872635aa-22e7-4f0a-917b-60afc9b8222d","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35\",\"requestedSubscription\":\"e2e-rate-iso-a-d5efba\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-16T18:17:53Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"872635aa-22e7-4f0a-917b-60afc9b8222d","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-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-7c2a35","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-d5efba","namespace":"ai-tenant-e2e-shared-a-7c2a35","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-16T18:17:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"872635aa-22e7-4f0a-917b-60afc9b8222d","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-16T18:17:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"872635aa-22e7-4f0a-917b-60afc9b8222d","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-16T18:17:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"872635aa-22e7-4f0a-917b-60afc9b8222d","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-16T18:17:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"872635aa-22e7-4f0a-917b-60afc9b8222d","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-7c2a35/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-16T18:17:53Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"872635aa-22e7-4f0a-917b-60afc9b8222d","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-16T18:17:53Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"872635aa-22e7-4f0a-917b-60afc9b8222d","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-16T18:17:53Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"872635aa-22e7-4f0a-917b-60afc9b8222d","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-d5efba"} {"level":"debug","ts":"2026-07-16T18:17:53Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"872635aa-22e7-4f0a-917b-60afc9b8222d","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-16T18:17:53Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"872635aa-22e7-4f0a-917b-60afc9b8222d","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":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","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":"1479f47b-3cec-4dbf-a90a-738388985572","keyName":"e2e-rate-a-d5efba","selected_subscription":"e2e-rate-iso-a-d5efba","selected_subscription_key":"ai-tenant-e2e-shared-a-7c2a35/e2e-rate-iso-a-d5efba@ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-7c2a35","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-d5efba","namespace":"ai-tenant-e2e-shared-a-7c2a35","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-16T18:17:53Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"872635aa-22e7-4f0a-917b-60afc9b8222d","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-16T18:17:53Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"872635aa-22e7-4f0a-917b-60afc9b8222d","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-16T18:17:54Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"100b405e-f17e-47e9-8654-f443f7b7ec24","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:42564","PortSpecifier":{"PortValue":42564}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.44:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"100b405e-f17e-47e9-8654-f443f7b7ec24","method":"POST","path":"/ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35/v1/completions","host":"e2e-shared-a-7c2a35.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-16T18:17:54Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"100b405e-f17e-47e9-8654-f443f7b7ec24","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:42564","PortSpecifier":{"PortValue":42564}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.44:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784225874,"nanos":73489507},"http":{"id":"100b405e-f17e-47e9-8654-f443f7b7ec24","method":"POST","headers":{":authority":"e2e-shared-a-7c2a35.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-16T18:17:54Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"100b405e-f17e-47e9-8654-f443f7b7ec24","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-m0rUGVio8htZkrvz_u0c2vOMADRf7IkW28z0semuv8ThdqOX8agPnLO5aHTy"} {"level":"debug","ts":"2026-07-16T18:17:54Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"100b405e-f17e-47e9-8654-f443f7b7ec24","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-m0rUGVio8htZkrvz_u0c2vOMADRf7IkW28z0semuv8ThdqOX8agPnLO5aHTy\"}"} {"level":"debug","ts":"2026-07-16T18:17:54Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"100b405e-f17e-47e9-8654-f443f7b7ec24","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-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"1479f47b-3cec-4dbf-a90a-738388985572","keyName":"e2e-rate-a-d5efba","subscription":"e2e-rate-iso-a-d5efba","tenant":"e2e-shared-a-7c2a35","userId":"1479f47b-3cec-4dbf-a90a-738388985572","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-16T18:17:54Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"100b405e-f17e-47e9-8654-f443f7b7ec24","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35\",\"requestedSubscription\":\"e2e-rate-iso-a-d5efba\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-16T18:17:54Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"100b405e-f17e-47e9-8654-f443f7b7ec24","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-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-7c2a35","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-d5efba","namespace":"ai-tenant-e2e-shared-a-7c2a35","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-16T18:17:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"100b405e-f17e-47e9-8654-f443f7b7ec24","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-16T18:17:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"100b405e-f17e-47e9-8654-f443f7b7ec24","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-16T18:17:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"100b405e-f17e-47e9-8654-f443f7b7ec24","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-16T18:17:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"100b405e-f17e-47e9-8654-f443f7b7ec24","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-7c2a35/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-16T18:17:54Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"100b405e-f17e-47e9-8654-f443f7b7ec24","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-16T18:17:54Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"100b405e-f17e-47e9-8654-f443f7b7ec24","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-16T18:17:54Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"100b405e-f17e-47e9-8654-f443f7b7ec24","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-d5efba"} {"level":"debug","ts":"2026-07-16T18:17:54Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"100b405e-f17e-47e9-8654-f443f7b7ec24","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-16T18:17:54Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"100b405e-f17e-47e9-8654-f443f7b7ec24","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":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","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":"1479f47b-3cec-4dbf-a90a-738388985572","keyName":"e2e-rate-a-d5efba","selected_subscription":"e2e-rate-iso-a-d5efba","selected_subscription_key":"ai-tenant-e2e-shared-a-7c2a35/e2e-rate-iso-a-d5efba@ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-7c2a35","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-d5efba","namespace":"ai-tenant-e2e-shared-a-7c2a35","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-16T18:17:54Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"100b405e-f17e-47e9-8654-f443f7b7ec24","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-16T18:17:54Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"100b405e-f17e-47e9-8654-f443f7b7ec24","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3f7dfbe9-9a56-47f5-847a-4fa2b1548277","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:41978","PortSpecifier":{"PortValue":41978}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.44:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"3f7dfbe9-9a56-47f5-847a-4fa2b1548277","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-7c2a35.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3f7dfbe9-9a56-47f5-847a-4fa2b1548277","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:41978","PortSpecifier":{"PortValue":41978}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.44:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784225887,"nanos":232340668},"http":{"id":"3f7dfbe9-9a56-47f5-847a-4fa2b1548277","method":"POST","headers":{":authority":"e2e-shared-a-7c2a35.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.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-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"3f7dfbe9-9a56-47f5-847a-4fa2b1548277","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"3f7dfbe9-9a56-47f5-847a-4fa2b1548277","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":"e2e203ab-7871-460f-ac9f-ab77d7111d10","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=3f4bd67f-2bff-434e-89ac-f56b574f956a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/9ff3d1569a33"]}} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"3f7dfbe9-9a56-47f5-847a-4fa2b1548277","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/9ff3d1569a33"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=3f4bd67f-2bff-434e-89ac-f56b574f956a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"e2e203ab-7871-460f-ac9f-ab77d7111d10","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"7dc2dbc5d607f5cf2baa4ed6bbde7dd5e9b89f2c683adab18b4d1349a5e6dfe1"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.44:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-7c2a35.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.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-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3f7dfbe9-9a56-47f5-847a-4fa2b1548277","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-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3f7dfbe9-9a56-47f5-847a-4fa2b1548277","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-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3f7dfbe9-9a56-47f5-847a-4fa2b1548277","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-7c2a35/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"3f7dfbe9-9a56-47f5-847a-4fa2b1548277","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":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3f7dfbe9-9a56-47f5-847a-4fa2b1548277","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-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3f7dfbe9-9a56-47f5-847a-4fa2b1548277","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-16T18:18:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3f7dfbe9-9a56-47f5-847a-4fa2b1548277","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3f7dfbe9-9a56-47f5-847a-4fa2b1548277","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"cf2032aa-167d-4724-80e5-64dc8525f516","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:41220","PortSpecifier":{"PortValue":41220}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.45:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"cf2032aa-167d-4724-80e5-64dc8525f516","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-d3e547.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"cf2032aa-167d-4724-80e5-64dc8525f516","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:41220","PortSpecifier":{"PortValue":41220}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.45:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784225887,"nanos":276716789},"http":{"id":"cf2032aa-167d-4724-80e5-64dc8525f516","method":"POST","headers":{":authority":"e2e-shared-b-d3e547.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.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-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"cf2032aa-167d-4724-80e5-64dc8525f516","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"cf2032aa-167d-4724-80e5-64dc8525f516","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":"e2e203ab-7871-460f-ac9f-ab77d7111d10","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=3f4bd67f-2bff-434e-89ac-f56b574f956a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/9ff3d1569a33"]}} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"cf2032aa-167d-4724-80e5-64dc8525f516","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/9ff3d1569a33"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=3f4bd67f-2bff-434e-89ac-f56b574f956a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"e2e203ab-7871-460f-ac9f-ab77d7111d10","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.45:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-d3e547.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.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-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cf2032aa-167d-4724-80e5-64dc8525f516","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-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cf2032aa-167d-4724-80e5-64dc8525f516","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-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cf2032aa-167d-4724-80e5-64dc8525f516","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-d3e547/rate-test-model-d3e547\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-d3e547/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"cf2032aa-167d-4724-80e5-64dc8525f516","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_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cf2032aa-167d-4724-80e5-64dc8525f516","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-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cf2032aa-167d-4724-80e5-64dc8525f516","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-16T18:18:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"cf2032aa-167d-4724-80e5-64dc8525f516","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"cf2032aa-167d-4724-80e5-64dc8525f516","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:41984","PortSpecifier":{"PortValue":41984}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.44:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","method":"POST","path":"/ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35/v1/completions","host":"e2e-shared-a-7c2a35.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:41984","PortSpecifier":{"PortValue":41984}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.44:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784225887,"nanos":319269807},"http":{"id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","method":"POST","headers":{":authority":"e2e-shared-a-7c2a35.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-BUNZlqXTO1f3TqYe_7nqdWOLXyGdWXmTeWdJlV11CNHK1nNkNxvvNpCVF4VU"} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-BUNZlqXTO1f3TqYe_7nqdWOLXyGdWXmTeWdJlV11CNHK1nNkNxvvNpCVF4VU\"}"} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","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-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"c2f4f607-488d-4075-9b53-a32f760a20d8","keyName":"e2e-rate-a-ea04ec","subscription":"e2e-rate-iso-a-ea04ec","tenant":"e2e-shared-a-7c2a35","userId":"c2f4f607-488d-4075-9b53-a32f760a20d8","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35\",\"requestedSubscription\":\"e2e-rate-iso-a-ea04ec\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","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-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-7c2a35","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-ea04ec","namespace":"ai-tenant-e2e-shared-a-7c2a35","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","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-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","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-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-7c2a35/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","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-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","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-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","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-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","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-ea04ec"} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","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":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","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":"c2f4f607-488d-4075-9b53-a32f760a20d8","keyName":"e2e-rate-a-ea04ec","selected_subscription":"e2e-rate-iso-a-ea04ec","selected_subscription_key":"ai-tenant-e2e-shared-a-7c2a35/e2e-rate-iso-a-ea04ec@ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-7c2a35","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-ea04ec","namespace":"ai-tenant-e2e-shared-a-7c2a35","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-16T18:18:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f2758bcf-32d0-4482-a0ae-f714ebf6c308","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-16T18:18:08Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:41990","PortSpecifier":{"PortValue":41990}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.44:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","method":"POST","path":"/ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35/v1/completions","host":"e2e-shared-a-7c2a35.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-16T18:18:08Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:41990","PortSpecifier":{"PortValue":41990}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.44:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784225888,"nanos":361735435},"http":{"id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","method":"POST","headers":{":authority":"e2e-shared-a-7c2a35.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-16T18:18:08Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-BUNZlqXTO1f3TqYe_7nqdWOLXyGdWXmTeWdJlV11CNHK1nNkNxvvNpCVF4VU"} {"level":"debug","ts":"2026-07-16T18:18:08Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-BUNZlqXTO1f3TqYe_7nqdWOLXyGdWXmTeWdJlV11CNHK1nNkNxvvNpCVF4VU\"}"} {"level":"debug","ts":"2026-07-16T18:18:08Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","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-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"c2f4f607-488d-4075-9b53-a32f760a20d8","keyName":"e2e-rate-a-ea04ec","subscription":"e2e-rate-iso-a-ea04ec","tenant":"e2e-shared-a-7c2a35","userId":"c2f4f607-488d-4075-9b53-a32f760a20d8","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-16T18:18:08Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35\",\"requestedSubscription\":\"e2e-rate-iso-a-ea04ec\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-16T18:18:08Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","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-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-7c2a35","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-ea04ec","namespace":"ai-tenant-e2e-shared-a-7c2a35","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-16T18:18:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-16T18:18:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","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-16T18:18:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","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-16T18:18:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-7c2a35/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-16T18:18:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","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-16T18:18:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","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-16T18:18:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","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-16T18:18:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","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-ea04ec"} {"level":"debug","ts":"2026-07-16T18:18:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","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":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","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":"c2f4f607-488d-4075-9b53-a32f760a20d8","keyName":"e2e-rate-a-ea04ec","selected_subscription":"e2e-rate-iso-a-ea04ec","selected_subscription_key":"ai-tenant-e2e-shared-a-7c2a35/e2e-rate-iso-a-ea04ec@ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-7c2a35","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-ea04ec","namespace":"ai-tenant-e2e-shared-a-7c2a35","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-16T18:18:08Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-16T18:18:08Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"fa832ca2-2170-44f0-b8c9-7eff3bb4e1c6","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e5c2412b-b98d-449f-995a-0a159740c670","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:41996","PortSpecifier":{"PortValue":41996}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.44:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"e5c2412b-b98d-449f-995a-0a159740c670","method":"POST","path":"/ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35/v1/completions","host":"e2e-shared-a-7c2a35.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e5c2412b-b98d-449f-995a-0a159740c670","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:41996","PortSpecifier":{"PortValue":41996}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.44:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784225889,"nanos":401870106},"http":{"id":"e5c2412b-b98d-449f-995a-0a159740c670","method":"POST","headers":{":authority":"e2e-shared-a-7c2a35.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"e5c2412b-b98d-449f-995a-0a159740c670","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-BUNZlqXTO1f3TqYe_7nqdWOLXyGdWXmTeWdJlV11CNHK1nNkNxvvNpCVF4VU"} {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"e5c2412b-b98d-449f-995a-0a159740c670","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-BUNZlqXTO1f3TqYe_7nqdWOLXyGdWXmTeWdJlV11CNHK1nNkNxvvNpCVF4VU\"}"} {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"e5c2412b-b98d-449f-995a-0a159740c670","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-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"c2f4f607-488d-4075-9b53-a32f760a20d8","keyName":"e2e-rate-a-ea04ec","subscription":"e2e-rate-iso-a-ea04ec","tenant":"e2e-shared-a-7c2a35","userId":"c2f4f607-488d-4075-9b53-a32f760a20d8","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"e5c2412b-b98d-449f-995a-0a159740c670","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35\",\"requestedSubscription\":\"e2e-rate-iso-a-ea04ec\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"e5c2412b-b98d-449f-995a-0a159740c670","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-7c2a35.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-7c2a35","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-ea04ec","namespace":"ai-tenant-e2e-shared-a-7c2a35","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"e5c2412b-b98d-449f-995a-0a159740c670","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e5c2412b-b98d-449f-995a-0a159740c670","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-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e5c2412b-b98d-449f-995a-0a159740c670","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-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e5c2412b-b98d-449f-995a-0a159740c670","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-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e5c2412b-b98d-449f-995a-0a159740c670","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-7c2a35/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e5c2412b-b98d-449f-995a-0a159740c670","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-ea04ec"} {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e5c2412b-b98d-449f-995a-0a159740c670","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-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e5c2412b-b98d-449f-995a-0a159740c670","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-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e5c2412b-b98d-449f-995a-0a159740c670","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":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","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":"c2f4f607-488d-4075-9b53-a32f760a20d8","keyName":"e2e-rate-a-ea04ec","selected_subscription":"e2e-rate-iso-a-ea04ec","selected_subscription_key":"ai-tenant-e2e-shared-a-7c2a35/e2e-rate-iso-a-ea04ec@ai-tenant-e2e-shared-a-7c2a35/rate-test-model-7c2a35","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-7c2a35","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-ea04ec","namespace":"ai-tenant-e2e-shared-a-7c2a35","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e5c2412b-b98d-449f-995a-0a159740c670","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e5c2412b-b98d-449f-995a-0a159740c670","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:41230","PortSpecifier":{"PortValue":41230}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.45:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","method":"POST","path":"/ai-tenant-e2e-shared-b-d3e547/rate-test-model-d3e547/v1/completions","host":"e2e-shared-b-d3e547.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:41230","PortSpecifier":{"PortValue":41230}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.45:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784225889,"nanos":438838282},"http":{"id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","method":"POST","headers":{":authority":"e2e-shared-b-d3e547.apps.fa38de0e-297a-4035-8c3c-9ff3d1569a33.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-b-d3e547/rate-test-model-d3e547/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1JugjcQvhD26Zk3PP_U0590ZURmkz3LZqveGd7u3AosljsTUgt80RrmJQF04k"} {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-d3e547.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1JugjcQvhD26Zk3PP_U0590ZURmkz3LZqveGd7u3AosljsTUgt80RrmJQF04k\"}"} {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","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-d3e547.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"4d41e7c6-b8af-4ae5-9653-b6b12d86bd9d","keyName":"e2e-rate-b-ea04ec","subscription":"e2e-rate-iso-b-ea04ec","tenant":"e2e-shared-b-d3e547","userId":"4d41e7c6-b8af-4ae5-9653-b6b12d86bd9d","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-b-d3e547.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"ai-tenant-e2e-shared-b-d3e547/rate-test-model-d3e547\",\"requestedSubscription\":\"e2e-rate-iso-b-ea04ec\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","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-d3e547.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-d3e547","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-ea04ec","namespace":"ai-tenant-e2e-shared-b-d3e547","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","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-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","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-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-d3e547/rate-test-model-d3e547\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-d3e547/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","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-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","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-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","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-ea04ec"} {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","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-16T18:18:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyId","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":"4d41e7c6-b8af-4ae5-9653-b6b12d86bd9d","keyName":"e2e-rate-b-ea04ec","selected_subscription":"e2e-rate-iso-b-ea04ec","selected_subscription_key":"ai-tenant-e2e-shared-b-d3e547/e2e-rate-iso-b-ea04ec@ai-tenant-e2e-shared-b-d3e547/rate-test-model-d3e547","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-d3e547","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-ea04ec","namespace":"ai-tenant-e2e-shared-b-d3e547","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-16T18:18:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a024bbaf-0b99-4b30-934f-1b0856a23b47","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-16T18:18:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/98a554de27fbfee5813fcf049d13ce15ea5f58321cfe39d289d0a322f71ce677"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a656e4740e7723c7ced22490b7bab37963cb1fe9068917ff754c30e0cbdf2281"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/38aaeabdb04fbf2415fb132021e09f214edad931f40f514b2b8120b45cc783c4"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ab6ac5113311826bef88ee3ff038f6e4ef78bdd3f8f4c74d4af5c31ba82a1916"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9116a5a196b78741d11b97a5fbf69cfbfb00e0c57eafe8b504d364b73d4b3f12"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/cde16d4e285b90ca6794d9357272984a2cdcff1b20df1c8b7da33015912efb6a"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/157f618ec81d3ec1be01d724936b5c14f9223177addc3a1c757a3148efebab37"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c3e2f35a627499d6497e6600869e5da21055de8e275b866b12de08d0561d784d"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/631a0cc86c7147b1ddf3e6e50dd4ed446a502313cc9396614137a40bef6fb1e5"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2d64fab2320e738898154fda5ddac147316141d504a974d7e79f9872455dc15e"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7b9bfa117db516b28b72a399f25e186aad201c52ed4151a087744394c4f79e2b"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/938e0ffb07939dde1917e7c77d51aa346d388a45eeb2e962eefd855d7d0d0ec3"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/22bc86373a857fc7de9f133f2b8817d27bfe92f5fcc2903885e2d2b1df015d7d"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/448f088d4f0e803bf355fd8853ca1719e43434c09d3ddfeb7e41eb0db69fd65e"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6bdb8ef73bbe654a8c7ebf446821e146158564d554c8d437e2dd0644b2d5cbd6"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/dc6a8239be8c8cdc76ff392ada1a631a67e2fb42a5485dd3bf6cb951ed108461"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f7d26084fa26ee63f0448fbe23b44acd275b4433b952ba7f4c4ed85995d693be"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/38bcfeb292e5bc5584f899571679c1babdcb5dfc11efdfd8276db71cd891dbb4"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/373bae6fbd24c9e60874e6a8013924808060daa21612f4b9683fa70cb601c77b"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/4bcc6c58ad7d4cc72623378bc9e1c10c5c78d57ea4942b90864e44db34f4557d"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a531047e27608a2316014ce33c9aa1fbd5b2b9936b84da7dd28533480fc47e6f"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/80f800c0b62f22abe337edad791e30a194d3f14bfc3e4d14fd9ddadc7c1a6911"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6fcac3e54a735d3e77a7babb42aa9a4d16cf56f244562058e711e587317f68de"} {"level":"info","ts":"2026-07-16T18:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7dc2dbc5d607f5cf2baa4ed6bbde7dd5e9b89f2c683adab18b4d1349a5e6dfe1"}