{"level":"debug","ts":"2026-07-28T20:52:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"85d092b8-43ff-48c2-8dfb-aa3c52ebcde9","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-c0e826/rate-test-model-c0e826\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-c0e826/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-28T20:52:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"85d092b8-43ff-48c2-8dfb-aa3c52ebcde9","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":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_error_message","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-28T20:52:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"85d092b8-43ff-48c2-8dfb-aa3c52ebcde9","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-28T20:52:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"85d092b8-43ff-48c2-8dfb-aa3c52ebcde9","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-28T20:52:40Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"85d092b8-43ff-48c2-8dfb-aa3c52ebcde9","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T20:52:40Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"85d092b8-43ff-48c2-8dfb-aa3c52ebcde9","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T20:52:40Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:42438","PortSpecifier":{"PortValue":42438}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.85:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","method":"POST","path":"/ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922/v1/completions","host":"e2e-shared-a-1b6922.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T20:52:40Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:42438","PortSpecifier":{"PortValue":42438}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.85:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785271960,"nanos":706871053},"http":{"id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","method":"POST","headers":{":authority":"e2e-shared-a-1b6922.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T20:52:40Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-pbf0am4cTexi7uqy_HsNb07Y0qLjCVriKJ6ixtYlUJQhcIz07IGZKc24A0ez"} {"level":"debug","ts":"2026-07-28T20:52:40Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-1b6922.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-pbf0am4cTexi7uqy_HsNb07Y0qLjCVriKJ6ixtYlUJQhcIz07IGZKc24A0ez\"}"} {"level":"debug","ts":"2026-07-28T20:52:40Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","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-1b6922.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":"6844729d-3a33-447e-952e-3f847c724b55","keyName":"e2e-rate-a-8f8ae6","subscription":"e2e-rate-iso-a-8f8ae6","tenant":"e2e-shared-a-1b6922","userId":"6844729d-3a33-447e-952e-3f847c724b55","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T20:52:40Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-1b6922.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-1b6922/rate-test-model-1b6922\",\"requestedSubscription\":\"e2e-rate-iso-a-8f8ae6\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-28T20:52:40Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","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-1b6922.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-1b6922/models/facebook/opt-125m","name":"rate-test-model-1b6922","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-8f8ae6","namespace":"ai-tenant-e2e-shared-a-1b6922","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922"}} {"level":"debug","ts":"2026-07-28T20:52:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T20:52:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","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-28T20:52:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","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-28T20:52:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-1b6922/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-28T20:52:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","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-28T20:52:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","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-28T20:52:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","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-8f8ae6"} {"level":"debug","ts":"2026-07-28T20:52:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","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-28T20:52:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","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":"6844729d-3a33-447e-952e-3f847c724b55","keyName":"e2e-rate-a-8f8ae6","selected_subscription":"e2e-rate-iso-a-8f8ae6","selected_subscription_key":"ai-tenant-e2e-shared-a-1b6922/e2e-rate-iso-a-8f8ae6@ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-1b6922/models/facebook/opt-125m","name":"rate-test-model-1b6922","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-8f8ae6","namespace":"ai-tenant-e2e-shared-a-1b6922","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T20:52:40Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T20:52:40Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"efa39c44-6bf0-4dee-9053-b6266e00e50a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T20:52:41Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:42440","PortSpecifier":{"PortValue":42440}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.85:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","method":"POST","path":"/ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922/v1/completions","host":"e2e-shared-a-1b6922.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T20:52:41Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:42440","PortSpecifier":{"PortValue":42440}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.85:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785271961,"nanos":793233366},"http":{"id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","method":"POST","headers":{":authority":"e2e-shared-a-1b6922.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T20:52:41Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-pbf0am4cTexi7uqy_HsNb07Y0qLjCVriKJ6ixtYlUJQhcIz07IGZKc24A0ez"} {"level":"debug","ts":"2026-07-28T20:52:41Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-1b6922.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-pbf0am4cTexi7uqy_HsNb07Y0qLjCVriKJ6ixtYlUJQhcIz07IGZKc24A0ez\"}"} {"level":"debug","ts":"2026-07-28T20:52:41Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","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-1b6922.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":"6844729d-3a33-447e-952e-3f847c724b55","keyName":"e2e-rate-a-8f8ae6","subscription":"e2e-rate-iso-a-8f8ae6","tenant":"e2e-shared-a-1b6922","userId":"6844729d-3a33-447e-952e-3f847c724b55","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T20:52:41Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-1b6922.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-1b6922/rate-test-model-1b6922\",\"requestedSubscription\":\"e2e-rate-iso-a-8f8ae6\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-28T20:52:41Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","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-1b6922.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-1b6922/models/facebook/opt-125m","name":"rate-test-model-1b6922","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-8f8ae6","namespace":"ai-tenant-e2e-shared-a-1b6922","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922"}} {"level":"debug","ts":"2026-07-28T20:52:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T20:52:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","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-28T20:52:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-1b6922/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-28T20:52:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","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-28T20:52:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","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-28T20:52:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","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-28T20:52:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","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-8f8ae6"} {"level":"debug","ts":"2026-07-28T20:52:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","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-28T20:52:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","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":"6844729d-3a33-447e-952e-3f847c724b55","keyName":"e2e-rate-a-8f8ae6","selected_subscription":"e2e-rate-iso-a-8f8ae6","selected_subscription_key":"ai-tenant-e2e-shared-a-1b6922/e2e-rate-iso-a-8f8ae6@ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-1b6922/models/facebook/opt-125m","name":"rate-test-model-1b6922","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-8f8ae6","namespace":"ai-tenant-e2e-shared-a-1b6922","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T20:52:41Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T20:52:41Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d1e7c17b-88c1-4e26-ac7b-1ffeda70a211","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T20:52:42Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1ae99a43-467b-4427-9e51-720f8be19686","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:42450","PortSpecifier":{"PortValue":42450}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.85:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"1ae99a43-467b-4427-9e51-720f8be19686","method":"POST","path":"/ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922/v1/completions","host":"e2e-shared-a-1b6922.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T20:52:42Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1ae99a43-467b-4427-9e51-720f8be19686","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:42450","PortSpecifier":{"PortValue":42450}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.85:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785271962,"nanos":831887032},"http":{"id":"1ae99a43-467b-4427-9e51-720f8be19686","method":"POST","headers":{":authority":"e2e-shared-a-1b6922.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T20:52:42Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"1ae99a43-467b-4427-9e51-720f8be19686","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-pbf0am4cTexi7uqy_HsNb07Y0qLjCVriKJ6ixtYlUJQhcIz07IGZKc24A0ez"} {"level":"debug","ts":"2026-07-28T20:52:42Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"1ae99a43-467b-4427-9e51-720f8be19686","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-1b6922.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-pbf0am4cTexi7uqy_HsNb07Y0qLjCVriKJ6ixtYlUJQhcIz07IGZKc24A0ez\"}"} {"level":"debug","ts":"2026-07-28T20:52:42Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"1ae99a43-467b-4427-9e51-720f8be19686","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-1b6922.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":"6844729d-3a33-447e-952e-3f847c724b55","keyName":"e2e-rate-a-8f8ae6","subscription":"e2e-rate-iso-a-8f8ae6","tenant":"e2e-shared-a-1b6922","userId":"6844729d-3a33-447e-952e-3f847c724b55","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T20:52:42Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"1ae99a43-467b-4427-9e51-720f8be19686","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-1b6922.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-1b6922/rate-test-model-1b6922\",\"requestedSubscription\":\"e2e-rate-iso-a-8f8ae6\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-28T20:52:42Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"1ae99a43-467b-4427-9e51-720f8be19686","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-1b6922.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-1b6922/models/facebook/opt-125m","name":"rate-test-model-1b6922","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-8f8ae6","namespace":"ai-tenant-e2e-shared-a-1b6922","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922"}} {"level":"debug","ts":"2026-07-28T20:52:42Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"1ae99a43-467b-4427-9e51-720f8be19686","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T20:52:42Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1ae99a43-467b-4427-9e51-720f8be19686","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-28T20:52:42Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1ae99a43-467b-4427-9e51-720f8be19686","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-28T20:52:42Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1ae99a43-467b-4427-9e51-720f8be19686","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-1b6922/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-28T20:52:42Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1ae99a43-467b-4427-9e51-720f8be19686","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-28T20:52:42Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1ae99a43-467b-4427-9e51-720f8be19686","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-28T20:52:42Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1ae99a43-467b-4427-9e51-720f8be19686","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-8f8ae6"} {"level":"debug","ts":"2026-07-28T20:52:42Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1ae99a43-467b-4427-9e51-720f8be19686","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-28T20:52:42Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1ae99a43-467b-4427-9e51-720f8be19686","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","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":"6844729d-3a33-447e-952e-3f847c724b55","keyName":"e2e-rate-a-8f8ae6","selected_subscription":"e2e-rate-iso-a-8f8ae6","selected_subscription_key":"ai-tenant-e2e-shared-a-1b6922/e2e-rate-iso-a-8f8ae6@ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-1b6922/models/facebook/opt-125m","name":"rate-test-model-1b6922","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-8f8ae6","namespace":"ai-tenant-e2e-shared-a-1b6922","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T20:52:42Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1ae99a43-467b-4427-9e51-720f8be19686","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T20:52:42Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1ae99a43-467b-4427-9e51-720f8be19686","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"421a0804-7197-4b55-b775-4bf445c6aee5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:33454","PortSpecifier":{"PortValue":33454}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.85:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"421a0804-7197-4b55-b775-4bf445c6aee5","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-1b6922.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"421a0804-7197-4b55-b775-4bf445c6aee5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:33454","PortSpecifier":{"PortValue":33454}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.85:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785271982,"nanos":131525835},"http":{"id":"421a0804-7197-4b55-b775-4bf445c6aee5","method":"POST","headers":{":authority":"e2e-shared-a-1b6922.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.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-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"421a0804-7197-4b55-b775-4bf445c6aee5","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"421a0804-7197-4b55-b775-4bf445c6aee5","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":"509c6315-006e-42d9-851a-01d161f2bd5b","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=bdce5945-c202-4c9f-9ca5-7f22f6a75d74"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/fc36f104947e"]}} {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"421a0804-7197-4b55-b775-4bf445c6aee5","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/fc36f104947e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=bdce5945-c202-4c9f-9ca5-7f22f6a75d74"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"509c6315-006e-42d9-851a-01d161f2bd5b","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"255796c893563c301e7ef4bbb07fd9e8b0e81f8b57f81a7763a550041473c54d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.85:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-1b6922.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.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-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"421a0804-7197-4b55-b775-4bf445c6aee5","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-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"421a0804-7197-4b55-b775-4bf445c6aee5","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-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"421a0804-7197-4b55-b775-4bf445c6aee5","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-1b6922/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-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"421a0804-7197-4b55-b775-4bf445c6aee5","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyId","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"421a0804-7197-4b55-b775-4bf445c6aee5","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-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"421a0804-7197-4b55-b775-4bf445c6aee5","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-28T20:53:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"421a0804-7197-4b55-b775-4bf445c6aee5","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"421a0804-7197-4b55-b775-4bf445c6aee5","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"928a4299-790f-4dbb-9a4c-b51529794938","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:51502","PortSpecifier":{"PortValue":51502}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.67:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"928a4299-790f-4dbb-9a4c-b51529794938","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-c0e826.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"928a4299-790f-4dbb-9a4c-b51529794938","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:51502","PortSpecifier":{"PortValue":51502}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.67:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785271982,"nanos":181981697},"http":{"id":"928a4299-790f-4dbb-9a4c-b51529794938","method":"POST","headers":{":authority":"e2e-shared-b-c0e826.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.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-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"928a4299-790f-4dbb-9a4c-b51529794938","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"928a4299-790f-4dbb-9a4c-b51529794938","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":"509c6315-006e-42d9-851a-01d161f2bd5b","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=bdce5945-c202-4c9f-9ca5-7f22f6a75d74"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/fc36f104947e"]}} {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"928a4299-790f-4dbb-9a4c-b51529794938","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/fc36f104947e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=bdce5945-c202-4c9f-9ca5-7f22f6a75d74"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"509c6315-006e-42d9-851a-01d161f2bd5b","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ebfb28ab105a8ba7b0ef80f641aa7808df622bf87d7a312c38eca0b79baf7def"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.67:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-c0e826.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.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-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"928a4299-790f-4dbb-9a4c-b51529794938","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-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"928a4299-790f-4dbb-9a4c-b51529794938","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-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"928a4299-790f-4dbb-9a4c-b51529794938","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-c0e826/rate-test-model-c0e826\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-c0e826/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-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"928a4299-790f-4dbb-9a4c-b51529794938","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":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_error_message","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"928a4299-790f-4dbb-9a4c-b51529794938","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-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"928a4299-790f-4dbb-9a4c-b51529794938","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-28T20:53:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"928a4299-790f-4dbb-9a4c-b51529794938","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"928a4299-790f-4dbb-9a4c-b51529794938","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8fa35911-287d-4eaf-98fe-c9ffca679082","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:33460","PortSpecifier":{"PortValue":33460}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.85:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"8fa35911-287d-4eaf-98fe-c9ffca679082","method":"POST","path":"/ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922/v1/completions","host":"e2e-shared-a-1b6922.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8fa35911-287d-4eaf-98fe-c9ffca679082","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:33460","PortSpecifier":{"PortValue":33460}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.85:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785271982,"nanos":217674754},"http":{"id":"8fa35911-287d-4eaf-98fe-c9ffca679082","method":"POST","headers":{":authority":"e2e-shared-a-1b6922.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"8fa35911-287d-4eaf-98fe-c9ffca679082","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-AaxYifOaibFT6O_JxkgnyBbFW6o1a26Vah3VFcf0upmqm4dYpKyuXaoIg4"} {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"8fa35911-287d-4eaf-98fe-c9ffca679082","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-1b6922.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-AaxYifOaibFT6O_JxkgnyBbFW6o1a26Vah3VFcf0upmqm4dYpKyuXaoIg4\"}"} {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"8fa35911-287d-4eaf-98fe-c9ffca679082","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-1b6922.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":"e8678481-4292-44b7-9ee3-5f820d4fb6df","keyName":"e2e-rate-a-881421","subscription":"e2e-rate-iso-a-881421","tenant":"e2e-shared-a-1b6922","userId":"e8678481-4292-44b7-9ee3-5f820d4fb6df","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"8fa35911-287d-4eaf-98fe-c9ffca679082","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-1b6922.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-1b6922/rate-test-model-1b6922\",\"requestedSubscription\":\"e2e-rate-iso-a-881421\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"8fa35911-287d-4eaf-98fe-c9ffca679082","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-1b6922.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-1b6922/models/facebook/opt-125m","name":"rate-test-model-1b6922","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-881421","namespace":"ai-tenant-e2e-shared-a-1b6922","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922"}} {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"8fa35911-287d-4eaf-98fe-c9ffca679082","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8fa35911-287d-4eaf-98fe-c9ffca679082","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-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8fa35911-287d-4eaf-98fe-c9ffca679082","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-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8fa35911-287d-4eaf-98fe-c9ffca679082","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-1b6922/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-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8fa35911-287d-4eaf-98fe-c9ffca679082","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-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8fa35911-287d-4eaf-98fe-c9ffca679082","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-881421"} {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8fa35911-287d-4eaf-98fe-c9ffca679082","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-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8fa35911-287d-4eaf-98fe-c9ffca679082","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-28T20:53:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8fa35911-287d-4eaf-98fe-c9ffca679082","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","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":"e8678481-4292-44b7-9ee3-5f820d4fb6df","keyName":"e2e-rate-a-881421","selected_subscription":"e2e-rate-iso-a-881421","selected_subscription_key":"ai-tenant-e2e-shared-a-1b6922/e2e-rate-iso-a-881421@ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-1b6922/models/facebook/opt-125m","name":"rate-test-model-1b6922","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-881421","namespace":"ai-tenant-e2e-shared-a-1b6922","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8fa35911-287d-4eaf-98fe-c9ffca679082","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T20:53:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8fa35911-287d-4eaf-98fe-c9ffca679082","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T20:53:03Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"32802451-df12-4fe1-9430-5baf818e2fc3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:33464","PortSpecifier":{"PortValue":33464}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.85:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"32802451-df12-4fe1-9430-5baf818e2fc3","method":"POST","path":"/ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922/v1/completions","host":"e2e-shared-a-1b6922.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T20:53:03Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"32802451-df12-4fe1-9430-5baf818e2fc3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:33464","PortSpecifier":{"PortValue":33464}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.85:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785271983,"nanos":261972232},"http":{"id":"32802451-df12-4fe1-9430-5baf818e2fc3","method":"POST","headers":{":authority":"e2e-shared-a-1b6922.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T20:53:03Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"32802451-df12-4fe1-9430-5baf818e2fc3","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-AaxYifOaibFT6O_JxkgnyBbFW6o1a26Vah3VFcf0upmqm4dYpKyuXaoIg4"} {"level":"debug","ts":"2026-07-28T20:53:03Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"32802451-df12-4fe1-9430-5baf818e2fc3","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-1b6922.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-AaxYifOaibFT6O_JxkgnyBbFW6o1a26Vah3VFcf0upmqm4dYpKyuXaoIg4\"}"} {"level":"debug","ts":"2026-07-28T20:53:03Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"32802451-df12-4fe1-9430-5baf818e2fc3","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-1b6922.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":"e8678481-4292-44b7-9ee3-5f820d4fb6df","keyName":"e2e-rate-a-881421","subscription":"e2e-rate-iso-a-881421","tenant":"e2e-shared-a-1b6922","userId":"e8678481-4292-44b7-9ee3-5f820d4fb6df","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T20:53:03Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"32802451-df12-4fe1-9430-5baf818e2fc3","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-1b6922.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-1b6922/rate-test-model-1b6922\",\"requestedSubscription\":\"e2e-rate-iso-a-881421\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-28T20:53:03Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"32802451-df12-4fe1-9430-5baf818e2fc3","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-1b6922.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-1b6922/models/facebook/opt-125m","name":"rate-test-model-1b6922","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-881421","namespace":"ai-tenant-e2e-shared-a-1b6922","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922"}} {"level":"debug","ts":"2026-07-28T20:53:03Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"32802451-df12-4fe1-9430-5baf818e2fc3","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T20:53:03Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"32802451-df12-4fe1-9430-5baf818e2fc3","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-28T20:53:03Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"32802451-df12-4fe1-9430-5baf818e2fc3","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-28T20:53:03Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"32802451-df12-4fe1-9430-5baf818e2fc3","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-1b6922/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-28T20:53:03Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"32802451-df12-4fe1-9430-5baf818e2fc3","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-28T20:53:03Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"32802451-df12-4fe1-9430-5baf818e2fc3","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-28T20:53:03Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"32802451-df12-4fe1-9430-5baf818e2fc3","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-881421"} {"level":"debug","ts":"2026-07-28T20:53:03Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"32802451-df12-4fe1-9430-5baf818e2fc3","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-28T20:53:03Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"32802451-df12-4fe1-9430-5baf818e2fc3","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","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":"e8678481-4292-44b7-9ee3-5f820d4fb6df","keyName":"e2e-rate-a-881421","selected_subscription":"e2e-rate-iso-a-881421","selected_subscription_key":"ai-tenant-e2e-shared-a-1b6922/e2e-rate-iso-a-881421@ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-1b6922/models/facebook/opt-125m","name":"rate-test-model-1b6922","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-881421","namespace":"ai-tenant-e2e-shared-a-1b6922","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T20:53:03Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"32802451-df12-4fe1-9430-5baf818e2fc3","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T20:53:03Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"32802451-df12-4fe1-9430-5baf818e2fc3","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:33472","PortSpecifier":{"PortValue":33472}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.85:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","method":"POST","path":"/ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922/v1/completions","host":"e2e-shared-a-1b6922.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:33472","PortSpecifier":{"PortValue":33472}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.85:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785271984,"nanos":303181376},"http":{"id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","method":"POST","headers":{":authority":"e2e-shared-a-1b6922.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-AaxYifOaibFT6O_JxkgnyBbFW6o1a26Vah3VFcf0upmqm4dYpKyuXaoIg4"} {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-1b6922.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-AaxYifOaibFT6O_JxkgnyBbFW6o1a26Vah3VFcf0upmqm4dYpKyuXaoIg4\"}"} {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","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-1b6922.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":"e8678481-4292-44b7-9ee3-5f820d4fb6df","keyName":"e2e-rate-a-881421","subscription":"e2e-rate-iso-a-881421","tenant":"e2e-shared-a-1b6922","userId":"e8678481-4292-44b7-9ee3-5f820d4fb6df","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-1b6922.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-1b6922/rate-test-model-1b6922\",\"requestedSubscription\":\"e2e-rate-iso-a-881421\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","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-1b6922.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-1b6922/models/facebook/opt-125m","name":"rate-test-model-1b6922","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-881421","namespace":"ai-tenant-e2e-shared-a-1b6922","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922"}} {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","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-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","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-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-1b6922/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-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","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-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","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-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","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-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","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-881421"} {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","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":"e8678481-4292-44b7-9ee3-5f820d4fb6df","keyName":"e2e-rate-a-881421","selected_subscription":"e2e-rate-iso-a-881421","selected_subscription_key":"ai-tenant-e2e-shared-a-1b6922/e2e-rate-iso-a-881421@ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-1b6922/models/facebook/opt-125m","name":"rate-test-model-1b6922","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-881421","namespace":"ai-tenant-e2e-shared-a-1b6922","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-1b6922/rate-test-model-1b6922"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f9ea5587-d3a1-4759-90aa-be77959ee4f3","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"48c8497f-c626-439f-aa63-9382e2c2090b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:51518","PortSpecifier":{"PortValue":51518}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.67:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"48c8497f-c626-439f-aa63-9382e2c2090b","method":"POST","path":"/ai-tenant-e2e-shared-b-c0e826/rate-test-model-c0e826/v1/completions","host":"e2e-shared-b-c0e826.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"48c8497f-c626-439f-aa63-9382e2c2090b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:51518","PortSpecifier":{"PortValue":51518}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.67:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785271984,"nanos":338062629},"http":{"id":"48c8497f-c626-439f-aa63-9382e2c2090b","method":"POST","headers":{":authority":"e2e-shared-b-c0e826.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-b-c0e826/rate-test-model-c0e826/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"48c8497f-c626-439f-aa63-9382e2c2090b","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-Mi5ZolbDX5mmpnBj_Zlpb2v0yEpJJOUt7ZNQF6dBesnPIH7lzGfL5jVrpCL2"} {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"48c8497f-c626-439f-aa63-9382e2c2090b","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-c0e826.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-Mi5ZolbDX5mmpnBj_Zlpb2v0yEpJJOUt7ZNQF6dBesnPIH7lzGfL5jVrpCL2\"}"} {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"48c8497f-c626-439f-aa63-9382e2c2090b","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-c0e826.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":"1f5b4fca-fb17-4a17-bdeb-f5419dc7d44a","keyName":"e2e-rate-b-881421","subscription":"e2e-rate-iso-b-881421","tenant":"e2e-shared-b-c0e826","userId":"1f5b4fca-fb17-4a17-bdeb-f5419dc7d44a","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"48c8497f-c626-439f-aa63-9382e2c2090b","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-b-c0e826.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-c0e826/rate-test-model-c0e826\",\"requestedSubscription\":\"e2e-rate-iso-b-881421\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"48c8497f-c626-439f-aa63-9382e2c2090b","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-c0e826.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-b-c0e826/models/facebook/opt-125m","name":"rate-test-model-c0e826","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-881421","namespace":"ai-tenant-e2e-shared-b-c0e826","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-c0e826/rate-test-model-c0e826"}} {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"48c8497f-c626-439f-aa63-9382e2c2090b","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"48c8497f-c626-439f-aa63-9382e2c2090b","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-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"48c8497f-c626-439f-aa63-9382e2c2090b","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-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"48c8497f-c626-439f-aa63-9382e2c2090b","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-c0e826/rate-test-model-c0e826\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-c0e826/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-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"48c8497f-c626-439f-aa63-9382e2c2090b","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-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"48c8497f-c626-439f-aa63-9382e2c2090b","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-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"48c8497f-c626-439f-aa63-9382e2c2090b","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-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"48c8497f-c626-439f-aa63-9382e2c2090b","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-881421"} {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"48c8497f-c626-439f-aa63-9382e2c2090b","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"1f5b4fca-fb17-4a17-bdeb-f5419dc7d44a","keyName":"e2e-rate-b-881421","selected_subscription":"e2e-rate-iso-b-881421","selected_subscription_key":"ai-tenant-e2e-shared-b-c0e826/e2e-rate-iso-b-881421@ai-tenant-e2e-shared-b-c0e826/rate-test-model-c0e826","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-b-c0e826/models/facebook/opt-125m","name":"rate-test-model-c0e826","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-881421","namespace":"ai-tenant-e2e-shared-b-c0e826","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-c0e826/rate-test-model-c0e826"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"48c8497f-c626-439f-aa63-9382e2c2090b","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T20:53:04Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"48c8497f-c626-439f-aa63-9382e2c2090b","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T20:53:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/05a1a4afdf09cb64288c0d9e5c733e9c7a1a032e761d188c883c95fd46b4765f"} {"level":"info","ts":"2026-07-28T20:53:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/17d9341772108aff35b961b873e1b9cdeceab0c7d2d6fb0639446c4eb51d6061"} {"level":"info","ts":"2026-07-28T20:53:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/5fa41ed7bdd7f4e861fea383254b2c66eb991c66aba36a9bdccf9047afacc980"} {"level":"info","ts":"2026-07-28T20:53:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/08a36108fc789c1dbe698e97f92e031c9972666b2fb915b4a3164c802dc9833b"} {"level":"info","ts":"2026-07-28T20:53:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a645a5fadc59b4bbb3827cecd9b6d1f1fe4809e6e3f527f46b38b4e69dcf03f4"} {"level":"info","ts":"2026-07-28T20:53:08Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e9c61e9ee4d98ffc467471a7b0d61af221f7509f47df7e0a51dd2798f83bf902"} {"level":"info","ts":"2026-07-28T20:53:08Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9d130edf0723a0eb1d41e34c66722dc9793768c2d07edc9efacdd976d94486ef"} {"level":"info","ts":"2026-07-28T20:53:08Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/dd718a5582b4591eaaa0084d8b712e568970e1b4b29b5644499cad641134dbc8"} {"level":"info","ts":"2026-07-28T20:53:08Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/728b426f1c15cb995d4c3f9b57e4a0462b9a7f8cca0147f3c3af685c71c5f049"} {"level":"info","ts":"2026-07-28T20:53:08Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f24d661a001cf39397c42931fdfaa9546b4d252467b76114a08e0870f073a322"} {"level":"info","ts":"2026-07-28T20:53:08Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/255796c893563c301e7ef4bbb07fd9e8b0e81f8b57f81a7763a550041473c54d"} {"level":"info","ts":"2026-07-28T20:53:08Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/eabe0c43a0143fa640238f66ea813f0a4a269c04bbd4b8149c609ff5ed4b85c1"} {"level":"info","ts":"2026-07-28T20:53:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/0904e31113f071ec9c17549464c514a7df9d2689c565ffd5aea89e8512dafebc"} {"level":"info","ts":"2026-07-28T20:53:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/29282fb7d96c1d4460137207e75601982a7badbfe6927e1d4ddfc69554b82844"} {"level":"info","ts":"2026-07-28T20:53:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1d7aeae4385e83762e323b9667bffca5e70a4f2a69d28eb4d7c3eae596391a20"} {"level":"info","ts":"2026-07-28T20:53:13Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/32406306b0751c1f75ab342538783c1a255f4338b0549031b009bc0867d5ee25"} {"level":"info","ts":"2026-07-28T20:53:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ebfb28ab105a8ba7b0ef80f641aa7808df622bf87d7a312c38eca0b79baf7def"} {"level":"info","ts":"2026-07-28T20:53:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e002aad182c478892eb0fc688db8e3c0afe69cae582798b95517fbe9a5cf5fa9"} {"level":"info","ts":"2026-07-28T20:53:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6156a0459f4e090748c6495d628dc442c6c1ae10143572517303ebc32328a05c"} {"level":"info","ts":"2026-07-28T20:53:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1716a96182bcf78fc8513a107a3cda791d62c62b6482ee9b445b5b894d4f34ae"} {"level":"info","ts":"2026-07-28T20:53:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/55426c65a8a507b8f758fecbf4122b35fc4e505ad2316c01b277a6320869b50c"} {"level":"info","ts":"2026-07-28T20:53:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/86cdc28d0b89ca449ec35d2f92652ce97eb92ca1538a896ec38638fc67d23b63"} {"level":"info","ts":"2026-07-28T20:53:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/756777faedcc03f9c7d4825d993737cbd8f37c61b5631ff4bb35c9d8431a56a0"} {"level":"info","ts":"2026-07-28T20:53:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/666ace523c14d740d0c680a692f86407d1e1afbb3595d7876129e2609c33c346"} {"level":"info","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7237c2fc-bc79-4df7-acc2-6b2d8956449f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:55386","PortSpecifier":{"PortValue":55386}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.33:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"7237c2fc-bc79-4df7-acc2-6b2d8956449f","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7237c2fc-bc79-4df7-acc2-6b2d8956449f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:55386","PortSpecifier":{"PortValue":55386}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.33:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785272047,"nanos":783466186},"http":{"id":"7237c2fc-bc79-4df7-acc2-6b2d8956449f","method":"POST","headers":{":authority":"maas.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.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-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"7237c2fc-bc79-4df7-acc2-6b2d8956449f","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"7237c2fc-bc79-4df7-acc2-6b2d8956449f","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":"509c6315-006e-42d9-851a-01d161f2bd5b","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=bdce5945-c202-4c9f-9ca5-7f22f6a75d74"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/fc36f104947e"]}} {"level":"debug","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"7237c2fc-bc79-4df7-acc2-6b2d8956449f","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/fc36f104947e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=bdce5945-c202-4c9f-9ca5-7f22f6a75d74"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"509c6315-006e-42d9-851a-01d161f2bd5b","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"b64d1d3a1a41de71c5b05aa58c2da5025409dfbb29fbaa63fe6a7b8fb71bf42e"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.33:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.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-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7237c2fc-bc79-4df7-acc2-6b2d8956449f","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-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7237c2fc-bc79-4df7-acc2-6b2d8956449f","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-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7237c2fc-bc79-4df7-acc2-6b2d8956449f","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"llm/facebook-opt-125m-simulated\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"llm/premium-simulated-simulated-premium\":{\"users\":[\"system:serviceaccount:premium-users-namespace:premium-service-account\"],\"groups\":[\"premium-user\"]},\"publishers/llm/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/llm/models/facebook/opt-125m-premium\":{\"users\":[\"system:serviceaccount:premium-users-namespace:premium-service-account\"],\"groups\":[\"premium-user\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"7237c2fc-bc79-4df7-acc2-6b2d8956449f","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":"subscription_info","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7237c2fc-bc79-4df7-acc2-6b2d8956449f","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-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7237c2fc-bc79-4df7-acc2-6b2d8956449f","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-28T20:54:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7237c2fc-bc79-4df7-acc2-6b2d8956449f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7237c2fc-bc79-4df7-acc2-6b2d8956449f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:55392","PortSpecifier":{"PortValue":55392}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.33:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:55392","PortSpecifier":{"PortValue":55392}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.33:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785272047,"nanos":839649922},"http":{"id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","method":"POST","headers":{":authority":"maas.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-18oICH6lpUk7Jz5eS_9dAg0QptExkcrm9t01v5YUpAmCHKIEnVglbVsLX13QL"} {"level":"debug","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","config":"apiKeyValidation","method":"POST","url":"https://maas-api.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-18oICH6lpUk7Jz5eS_9dAg0QptExkcrm9t01v5YUpAmCHKIEnVglbVsLX13QL\"}"} {"level":"debug","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"keyId":"3f15ecfa-4b16-4835-bbde-85adcaf6e499","keyName":"e2e-ipp-default","subscription":"simulator-subscription","tenant":"models-as-a-service","userId":"3f15ecfa-4b16-4835-bbde-85adcaf6e499","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","config":"subscription-info","method":"POST","url":"https://maas-api.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","model_name":"publishers/llm/models/facebook/opt-125m","name":"facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true,"resolvedModel":"llm/facebook-opt-125m-simulated"}} {"level":"debug","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","input":{"auth":{"identity":"Bearer **** subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","model_name":"publishers/llm/models/facebook/opt-125m","name":"facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true,"resolvedModel":"llm/facebook-opt-125m-simulated"}}},"context":{"context_extensions":{"host":"311b1be286674fd5684c9ac59b318287dade9769cfe4aeebd8c88e2dc6b72418"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.33:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","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-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","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-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"llm/facebook-opt-125m-simulated\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"llm/premium-simulated-simulated-premium\":{\"users\":[\"system:serviceaccount:premium-users-namespace:premium-service-account\"],\"groups\":[\"premium-user\"]},\"publishers/llm/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/llm/models/facebook/opt-125m-premium\":{\"users\":[\"system:serviceaccount:premium-users-namespace:premium-service-account\"],\"groups\":[\"premium-user\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","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-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","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-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"simulator-subscription"} {"level":"debug","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","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-28T20:54:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","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":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"3f15ecfa-4b16-4835-bbde-85adcaf6e499","keyName":"e2e-ipp-default","selected_subscription":"simulator-subscription","selected_subscription_key":"models-as-a-service/simulator-subscription@llm/facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","model_name":"publishers/llm/models/facebook/opt-125m","name":"facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true,"resolvedModel":"llm/facebook-opt-125m-simulated"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T20:54:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"02a290bf-dc14-4964-9e99-22d2b09a0ffa","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2"} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2"} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3fd2b1dd0324bf6f37e85763dda339c611904721610d97fba2797d5d9d8ab7da","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3fd2b1dd0324bf6f37e85763dda339c611904721610d97fba2797d5d9d8ab7da"} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3fd2b1dd0324bf6f37e85763dda339c611904721610d97fba2797d5d9d8ab7da","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3fd2b1dd0324bf6f37e85763dda339c611904721610d97fba2797d5d9d8ab7da","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3fd2b1dd0324bf6f37e85763dda339c611904721610d97fba2797d5d9d8ab7da"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2"} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3fd2b1dd0324bf6f37e85763dda339c611904721610d97fba2797d5d9d8ab7da","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3fd2b1dd0324bf6f37e85763dda339c611904721610d97fba2797d5d9d8ab7da"} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3fd2b1dd0324bf6f37e85763dda339c611904721610d97fba2797d5d9d8ab7da","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2"} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3fd2b1dd0324bf6f37e85763dda339c611904721610d97fba2797d5d9d8ab7da"} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2"} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103"} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103"} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103"} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103"} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103"} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425"} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103"} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425"} {"level":"error","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103\": 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-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103"} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425"} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103"} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:46Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425"} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54: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-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54: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-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54: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-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54: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-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056"} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425"} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9ee3e5a3cc5a09de6bb9ec50ff5d3d06161e4a2c5aeb4a25d6ddeeca7a259115","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9ee3e5a3cc5a09de6bb9ec50ff5d3d06161e4a2c5aeb4a25d6ddeeca7a259115","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9ee3e5a3cc5a09de6bb9ec50ff5d3d06161e4a2c5aeb4a25d6ddeeca7a259115","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54: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-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9ee3e5a3cc5a09de6bb9ec50ff5d3d06161e4a2c5aeb4a25d6ddeeca7a259115","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9ee3e5a3cc5a09de6bb9ec50ff5d3d06161e4a2c5aeb4a25d6ddeeca7a259115","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"9ee3e5a3cc5a09de6bb9ec50ff5d3d06161e4a2c5aeb4a25d6ddeeca7a259115","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"9ee3e5a3cc5a09de6bb9ec50ff5d3d06161e4a2c5aeb4a25d6ddeeca7a259115\": 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-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9ee3e5a3cc5a09de6bb9ec50ff5d3d06161e4a2c5aeb4a25d6ddeeca7a259115","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9ee3e5a3cc5a09de6bb9ec50ff5d3d06161e4a2c5aeb4a25d6ddeeca7a259115","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9ee3e5a3cc5a09de6bb9ec50ff5d3d06161e4a2c5aeb4a25d6ddeeca7a259115"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9ee3e5a3cc5a09de6bb9ec50ff5d3d06161e4a2c5aeb4a25d6ddeeca7a259115"} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54: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-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9ee3e5a3cc5a09de6bb9ec50ff5d3d06161e4a2c5aeb4a25d6ddeeca7a259115","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9ee3e5a3cc5a09de6bb9ec50ff5d3d06161e4a2c5aeb4a25d6ddeeca7a259115"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9ee3e5a3cc5a09de6bb9ec50ff5d3d06161e4a2c5aeb4a25d6ddeeca7a259115","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9ee3e5a3cc5a09de6bb9ec50ff5d3d06161e4a2c5aeb4a25d6ddeeca7a259115","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed"} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9ee3e5a3cc5a09de6bb9ec50ff5d3d06161e4a2c5aeb4a25d6ddeeca7a259115"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54: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-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed"} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed"} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54: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-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed"} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54: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-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4"} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4"} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54: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-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54: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-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a411678cb7602e0b58b86f2a65151217751c375cb383442da335554da56b09f4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a411678cb7602e0b58b86f2a65151217751c375cb383442da335554da56b09f4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"313aae2d907476ba6be1264c4e6ef9496e97eb91aac1660562f306effeebeb4c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a411678cb7602e0b58b86f2a65151217751c375cb383442da335554da56b09f4"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"313aae2d907476ba6be1264c4e6ef9496e97eb91aac1660562f306effeebeb4c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a411678cb7602e0b58b86f2a65151217751c375cb383442da335554da56b09f4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a411678cb7602e0b58b86f2a65151217751c375cb383442da335554da56b09f4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/313aae2d907476ba6be1264c4e6ef9496e97eb91aac1660562f306effeebeb4c"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a411678cb7602e0b58b86f2a65151217751c375cb383442da335554da56b09f4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54: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-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a411678cb7602e0b58b86f2a65151217751c375cb383442da335554da56b09f4"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"313aae2d907476ba6be1264c4e6ef9496e97eb91aac1660562f306effeebeb4c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["313aae2d907476ba6be1264c4e6ef9496e97eb91aac1660562f306effeebeb4c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"313aae2d907476ba6be1264c4e6ef9496e97eb91aac1660562f306effeebeb4c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a411678cb7602e0b58b86f2a65151217751c375cb383442da335554da56b09f4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/313aae2d907476ba6be1264c4e6ef9496e97eb91aac1660562f306effeebeb4c"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"313aae2d907476ba6be1264c4e6ef9496e97eb91aac1660562f306effeebeb4c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54: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-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861"} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861"} {"level":"debug","ts":"2026-07-28T20:54:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:47Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54: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-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861"} {"level":"info","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861"} {"level":"debug","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54: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-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861"} {"level":"info","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861"} {"level":"debug","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T20:54:48Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T20:54: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-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861"} {"level":"info","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861"} {"level":"info","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T20:54:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T20:54:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861"} {"level":"error","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861\": 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-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T20:54:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T20:55:08Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"24bf538f-b7de-490c-8447-3808b25fe37d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:51184","PortSpecifier":{"PortValue":51184}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.94:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"24bf538f-b7de-490c-8447-3808b25fe37d","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-ipp-a-2dfc5b.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T20:55:08Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"24bf538f-b7de-490c-8447-3808b25fe37d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:51184","PortSpecifier":{"PortValue":51184}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.94:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785272108,"nanos":176590441},"http":{"id":"24bf538f-b7de-490c-8447-3808b25fe37d","method":"POST","headers":{":authority":"e2e-ipp-a-2dfc5b.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.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-28T20:55:08Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"24bf538f-b7de-490c-8447-3808b25fe37d","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-28T20:55:08Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"24bf538f-b7de-490c-8447-3808b25fe37d","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":"509c6315-006e-42d9-851a-01d161f2bd5b","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=bdce5945-c202-4c9f-9ca5-7f22f6a75d74"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/fc36f104947e"]}} {"level":"debug","ts":"2026-07-28T20:55:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"24bf538f-b7de-490c-8447-3808b25fe37d","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/fc36f104947e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=bdce5945-c202-4c9f-9ca5-7f22f6a75d74"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"509c6315-006e-42d9-851a-01d161f2bd5b","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"a411678cb7602e0b58b86f2a65151217751c375cb383442da335554da56b09f4"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.94:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-ipp-a-2dfc5b.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.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-28T20:55:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"24bf538f-b7de-490c-8447-3808b25fe37d","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-28T20:55:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"24bf538f-b7de-490c-8447-3808b25fe37d","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-28T20:55:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"24bf538f-b7de-490c-8447-3808b25fe37d","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-2dfc5b/ipp-route-2dfc5b\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-2dfc5b/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-28T20:55:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"24bf538f-b7de-490c-8447-3808b25fe37d","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":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-28T20:55:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"24bf538f-b7de-490c-8447-3808b25fe37d","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-28T20:55:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"24bf538f-b7de-490c-8447-3808b25fe37d","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-28T20:55:08Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"24bf538f-b7de-490c-8447-3808b25fe37d","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T20:55:08Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"24bf538f-b7de-490c-8447-3808b25fe37d","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T20:55:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:51194","PortSpecifier":{"PortValue":51194}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.94:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","method":"POST","path":"/ai-tenant-e2e-ipp-a-2dfc5b/ipp-route-2dfc5b/v1/chat/completions","host":"e2e-ipp-a-2dfc5b.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T20:55:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:51194","PortSpecifier":{"PortValue":51194}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.94:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785272110,"nanos":242134298},"http":{"id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","method":"POST","headers":{":authority":"e2e-ipp-a-2dfc5b.apps.a6a51d95-9bca-404a-9ec8-fc36f104947e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-ipp-a-2dfc5b/ipp-route-2dfc5b/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T20:55:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-siZoeQfqY99T6t1n_eDx3Y70dru23cGXDDvCH09t1ho8GhzfaaFPNixU79Hi"} {"level":"debug","ts":"2026-07-28T20:55:10Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-ipp-a-2dfc5b.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-siZoeQfqY99T6t1n_eDx3Y70dru23cGXDDvCH09t1ho8GhzfaaFPNixU79Hi\"}"} {"level":"debug","ts":"2026-07-28T20:55:10Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-ipp-a-2dfc5b.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":"a1b3f889-ba5c-403f-b618-c91e296bfa8b","keyName":"e2e-ipp-2dfc5b","subscription":"ipp-route-2dfc5b-sub","tenant":"e2e-ipp-a-2dfc5b","userId":"a1b3f889-ba5c-403f-b618-c91e296bfa8b","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T20:55:10Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-ipp-a-2dfc5b.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"ai-tenant-e2e-ipp-a-2dfc5b/ipp-route-2dfc5b\",\"requestedSubscription\":\"ipp-route-2dfc5b-sub\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-28T20:55:10Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api-e2e-ipp-a-2dfc5b.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-ipp-a-2dfc5b/models/facebook/opt-125m","name":"ipp-route-2dfc5b","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-2dfc5b-sub","namespace":"ai-tenant-e2e-ipp-a-2dfc5b","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-2dfc5b/ipp-route-2dfc5b"}} {"level":"debug","ts":"2026-07-28T20:55:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T20:55:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","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-28T20:55:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","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-28T20:55:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-2dfc5b/ipp-route-2dfc5b\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-2dfc5b/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-28T20:55:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","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-28T20:55:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","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-28T20:55:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","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-28T20:55:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"ipp-route-2dfc5b-sub"} {"level":"debug","ts":"2026-07-28T20:55:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","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":"keyName","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"selected_subscription_key","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":"a1b3f889-ba5c-403f-b618-c91e296bfa8b","keyName":"e2e-ipp-2dfc5b","selected_subscription":"ipp-route-2dfc5b-sub","selected_subscription_key":"ai-tenant-e2e-ipp-a-2dfc5b/ipp-route-2dfc5b-sub@ai-tenant-e2e-ipp-a-2dfc5b/ipp-route-2dfc5b","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-ipp-a-2dfc5b/models/facebook/opt-125m","name":"ipp-route-2dfc5b","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-2dfc5b-sub","namespace":"ai-tenant-e2e-ipp-a-2dfc5b","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-2dfc5b/ipp-route-2dfc5b"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T20:55:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T20:55:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4d0020ec-109a-4e55-a3c3-9c05fe60b073","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T20:56:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f1a5a39a63e757fe2d5834f15dd607c54fee87509adec2b22beae4f9e3d9b13b"} {"level":"info","ts":"2026-07-28T20:56:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/29d1c661b89ec168436681820b69f3ace65f6b05ae804283a9fc7918e6f32fb4"} {"level":"info","ts":"2026-07-28T20:56:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2500cd13d37b5634c9bb4917df1ee1db6bed5a83c8679f00e4c4f6a8cdf3a1ed"} {"level":"info","ts":"2026-07-28T20:56:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/313aae2d907476ba6be1264c4e6ef9496e97eb91aac1660562f306effeebeb4c"} {"level":"info","ts":"2026-07-28T20:56:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3fd2b1dd0324bf6f37e85763dda339c611904721610d97fba2797d5d9d8ab7da"} {"level":"info","ts":"2026-07-28T20:56:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f61999a2f56736c13e73597f78c4b5740791f7e767b8894d0486aa91bbb61425"} {"level":"info","ts":"2026-07-28T20:56:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/86159fc1dcef44660a0d46c8601f3753052213cc0b4d394067dd261997d6b861"} {"level":"info","ts":"2026-07-28T20:56:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9ee3e5a3cc5a09de6bb9ec50ff5d3d06161e4a2c5aeb4a25d6ddeeca7a259115"} {"level":"info","ts":"2026-07-28T20:56:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3840bd8f0efd6f2272909b99207a02f3c7485d4020fdf08cbb383620ffcf7103"} {"level":"info","ts":"2026-07-28T20:56:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/935214e59d3fff16b62992036a0593f7a4a41c05dc5b1cb93c1324b0524a6056"} {"level":"info","ts":"2026-07-28T20:56:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/58f6c08c50af52db75edf959e391afbe324fce0120b1e16f218a40b234a1d6e2"} {"level":"info","ts":"2026-07-28T20:56:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a411678cb7602e0b58b86f2a65151217751c375cb383442da335554da56b09f4"}