{"level":"debug","ts":"2026-07-28T22:58:14Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fe77ce39-9145-4c5a-a73d-e9aa2d412718","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-28T22:58:14Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fe77ce39-9145-4c5a-a73d-e9aa2d412718","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a134df/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-28T22:58:14Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fe77ce39-9145-4c5a-a73d-e9aa2d412718","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-28T22:58:14Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fe77ce39-9145-4c5a-a73d-e9aa2d412718","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-5a74d7"} {"level":"debug","ts":"2026-07-28T22:58:14Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fe77ce39-9145-4c5a-a73d-e9aa2d412718","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-28T22:58:14Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fe77ce39-9145-4c5a-a73d-e9aa2d412718","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","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"12febeb3-fda2-4b34-9f68-9382085a9868","keyName":"e2e-rate-a-5a74d7","selected_subscription":"e2e-rate-iso-a-5a74d7","selected_subscription_key":"ai-tenant-e2e-shared-a-a134df/e2e-rate-iso-a-5a74d7@ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a134df/models/facebook/opt-125m","name":"rate-test-model-a134df","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-5a74d7","namespace":"ai-tenant-e2e-shared-a-a134df","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T22:58:14Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"fe77ce39-9145-4c5a-a73d-e9aa2d412718","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T22:58:14Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"fe77ce39-9145-4c5a-a73d-e9aa2d412718","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T22:58:15Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"54391951-6541-4231-934a-12fe59984f3c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:39618","PortSpecifier":{"PortValue":39618}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"54391951-6541-4231-934a-12fe59984f3c","method":"POST","path":"/ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df/v1/completions","host":"e2e-shared-a-a134df.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T22:58:15Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"54391951-6541-4231-934a-12fe59984f3c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:39618","PortSpecifier":{"PortValue":39618}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785279495,"nanos":729810902},"http":{"id":"54391951-6541-4231-934a-12fe59984f3c","method":"POST","headers":{":authority":"e2e-shared-a-a134df.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T22:58:15Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"54391951-6541-4231-934a-12fe59984f3c","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1LwCLMws3sUyOBSV9_F8qN6Ace1CVjeWuQzoWnF33kk8rDAY7koQLz7Ka7Kf0"} {"level":"debug","ts":"2026-07-28T22:58:15Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"54391951-6541-4231-934a-12fe59984f3c","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-a134df.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1LwCLMws3sUyOBSV9_F8qN6Ace1CVjeWuQzoWnF33kk8rDAY7koQLz7Ka7Kf0\"}"} {"level":"debug","ts":"2026-07-28T22:58:15Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"54391951-6541-4231-934a-12fe59984f3c","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-a134df.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":"12febeb3-fda2-4b34-9f68-9382085a9868","keyName":"e2e-rate-a-5a74d7","subscription":"e2e-rate-iso-a-5a74d7","tenant":"e2e-shared-a-a134df","userId":"12febeb3-fda2-4b34-9f68-9382085a9868","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T22:58:15Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"54391951-6541-4231-934a-12fe59984f3c","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-a134df.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-a134df/rate-test-model-a134df\",\"requestedSubscription\":\"e2e-rate-iso-a-5a74d7\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-28T22:58:15Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"54391951-6541-4231-934a-12fe59984f3c","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-a134df.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-a134df/models/facebook/opt-125m","name":"rate-test-model-a134df","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-5a74d7","namespace":"ai-tenant-e2e-shared-a-a134df","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df"}} {"level":"debug","ts":"2026-07-28T22:58:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"54391951-6541-4231-934a-12fe59984f3c","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T22:58:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"54391951-6541-4231-934a-12fe59984f3c","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-28T22:58:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"54391951-6541-4231-934a-12fe59984f3c","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-28T22:58:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"54391951-6541-4231-934a-12fe59984f3c","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a134df/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-28T22:58:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"54391951-6541-4231-934a-12fe59984f3c","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-28T22:58:15Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"54391951-6541-4231-934a-12fe59984f3c","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-5a74d7"} {"level":"debug","ts":"2026-07-28T22:58:15Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"54391951-6541-4231-934a-12fe59984f3c","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-28T22:58:15Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"54391951-6541-4231-934a-12fe59984f3c","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-28T22:58:15Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"54391951-6541-4231-934a-12fe59984f3c","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","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"12febeb3-fda2-4b34-9f68-9382085a9868","keyName":"e2e-rate-a-5a74d7","selected_subscription":"e2e-rate-iso-a-5a74d7","selected_subscription_key":"ai-tenant-e2e-shared-a-a134df/e2e-rate-iso-a-5a74d7@ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a134df/models/facebook/opt-125m","name":"rate-test-model-a134df","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-5a74d7","namespace":"ai-tenant-e2e-shared-a-a134df","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T22:58:15Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"54391951-6541-4231-934a-12fe59984f3c","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T22:58:15Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"54391951-6541-4231-934a-12fe59984f3c","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T22:58:16Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:45470","PortSpecifier":{"PortValue":45470}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","method":"POST","path":"/ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df/v1/completions","host":"e2e-shared-a-a134df.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T22:58:16Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:45470","PortSpecifier":{"PortValue":45470}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785279496,"nanos":777874041},"http":{"id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","method":"POST","headers":{":authority":"e2e-shared-a-a134df.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T22:58:16Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1LwCLMws3sUyOBSV9_F8qN6Ace1CVjeWuQzoWnF33kk8rDAY7koQLz7Ka7Kf0"} {"level":"debug","ts":"2026-07-28T22:58:16Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-a134df.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1LwCLMws3sUyOBSV9_F8qN6Ace1CVjeWuQzoWnF33kk8rDAY7koQLz7Ka7Kf0\"}"} {"level":"debug","ts":"2026-07-28T22:58:16Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","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-a134df.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":"12febeb3-fda2-4b34-9f68-9382085a9868","keyName":"e2e-rate-a-5a74d7","subscription":"e2e-rate-iso-a-5a74d7","tenant":"e2e-shared-a-a134df","userId":"12febeb3-fda2-4b34-9f68-9382085a9868","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T22:58:16Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-a134df.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-a134df/rate-test-model-a134df\",\"requestedSubscription\":\"e2e-rate-iso-a-5a74d7\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-28T22:58:16Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","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-a134df.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-a134df/models/facebook/opt-125m","name":"rate-test-model-a134df","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-5a74d7","namespace":"ai-tenant-e2e-shared-a-a134df","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df"}} {"level":"debug","ts":"2026-07-28T22:58:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T22:58:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","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-28T22:58:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","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-28T22:58:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a134df/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-28T22:58:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","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-28T22:58:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","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-28T22:58:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","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-28T22:58:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","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-5a74d7"} {"level":"debug","ts":"2026-07-28T22:58:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","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","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"12febeb3-fda2-4b34-9f68-9382085a9868","keyName":"e2e-rate-a-5a74d7","selected_subscription":"e2e-rate-iso-a-5a74d7","selected_subscription_key":"ai-tenant-e2e-shared-a-a134df/e2e-rate-iso-a-5a74d7@ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a134df/models/facebook/opt-125m","name":"rate-test-model-a134df","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-5a74d7","namespace":"ai-tenant-e2e-shared-a-a134df","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T22:58:16Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T22:58:16Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"66ffefdf-bee9-4480-a351-7bab77d4dfa4","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2b15ded8-4615-4db7-9857-3b6309528e69","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:44060","PortSpecifier":{"PortValue":44060}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"2b15ded8-4615-4db7-9857-3b6309528e69","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-a134df.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2b15ded8-4615-4db7-9857-3b6309528e69","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:44060","PortSpecifier":{"PortValue":44060}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785279518,"nanos":1172727},"http":{"id":"2b15ded8-4615-4db7-9857-3b6309528e69","method":"POST","headers":{":authority":"e2e-shared-a-a134df.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.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-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"2b15ded8-4615-4db7-9857-3b6309528e69","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"2b15ded8-4615-4db7-9857-3b6309528e69","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":"b9e4df1a-2a5e-4578-b4a3-21a3bb94a98c","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9f152955-fe76-4854-b50e-7a2d8c3107ac"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ec7a20873e7e"]}} {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"2b15ded8-4615-4db7-9857-3b6309528e69","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ec7a20873e7e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9f152955-fe76-4854-b50e-7a2d8c3107ac"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"b9e4df1a-2a5e-4578-b4a3-21a3bb94a98c","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"0b476493e09cd89bc03dd14a94ba85e5397a5ede054d87d63387c5ad70fcf0e4"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.66:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-a134df.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.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-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2b15ded8-4615-4db7-9857-3b6309528e69","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-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2b15ded8-4615-4db7-9857-3b6309528e69","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-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2b15ded8-4615-4db7-9857-3b6309528e69","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a134df/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-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"2b15ded8-4615-4db7-9857-3b6309528e69","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2b15ded8-4615-4db7-9857-3b6309528e69","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-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2b15ded8-4615-4db7-9857-3b6309528e69","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-28T22:58:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2b15ded8-4615-4db7-9857-3b6309528e69","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2b15ded8-4615-4db7-9857-3b6309528e69","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"024af77a-1cc3-4ebc-bd79-c2e1299f9cb2","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:35764","PortSpecifier":{"PortValue":35764}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.68:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"024af77a-1cc3-4ebc-bd79-c2e1299f9cb2","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-faf483.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"024af77a-1cc3-4ebc-bd79-c2e1299f9cb2","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:35764","PortSpecifier":{"PortValue":35764}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.68:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785279518,"nanos":40759709},"http":{"id":"024af77a-1cc3-4ebc-bd79-c2e1299f9cb2","method":"POST","headers":{":authority":"e2e-shared-b-faf483.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.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-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"024af77a-1cc3-4ebc-bd79-c2e1299f9cb2","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"024af77a-1cc3-4ebc-bd79-c2e1299f9cb2","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":"b9e4df1a-2a5e-4578-b4a3-21a3bb94a98c","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9f152955-fe76-4854-b50e-7a2d8c3107ac"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ec7a20873e7e"]}} {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"024af77a-1cc3-4ebc-bd79-c2e1299f9cb2","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ec7a20873e7e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9f152955-fe76-4854-b50e-7a2d8c3107ac"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"b9e4df1a-2a5e-4578-b4a3-21a3bb94a98c","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"339ddaa171301f8b74cf04e7b7236eb5582eb18422310824156b1d1c2dc46d1d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.68:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-faf483.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.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-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"024af77a-1cc3-4ebc-bd79-c2e1299f9cb2","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-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"024af77a-1cc3-4ebc-bd79-c2e1299f9cb2","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-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"024af77a-1cc3-4ebc-bd79-c2e1299f9cb2","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-faf483/rate-test-model-faf483\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-faf483/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-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"024af77a-1cc3-4ebc-bd79-c2e1299f9cb2","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":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"024af77a-1cc3-4ebc-bd79-c2e1299f9cb2","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-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"024af77a-1cc3-4ebc-bd79-c2e1299f9cb2","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-28T22:58:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"024af77a-1cc3-4ebc-bd79-c2e1299f9cb2","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"024af77a-1cc3-4ebc-bd79-c2e1299f9cb2","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:44074","PortSpecifier":{"PortValue":44074}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","method":"POST","path":"/ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df/v1/completions","host":"e2e-shared-a-a134df.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:44074","PortSpecifier":{"PortValue":44074}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785279518,"nanos":77241869},"http":{"id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","method":"POST","headers":{":authority":"e2e-shared-a-a134df.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-lCNULbtI01wFTL4U_ksyaZ0VURvqxnhLncQBGrnUjzzlTPxwtSHXPIPf77vL"} {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-a134df.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-lCNULbtI01wFTL4U_ksyaZ0VURvqxnhLncQBGrnUjzzlTPxwtSHXPIPf77vL\"}"} {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","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-a134df.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":"f8e542b8-c393-4a12-9ee2-965377958f5d","keyName":"e2e-rate-a-61906e","subscription":"e2e-rate-iso-a-61906e","tenant":"e2e-shared-a-a134df","userId":"f8e542b8-c393-4a12-9ee2-965377958f5d","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-a134df.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-a134df/rate-test-model-a134df\",\"requestedSubscription\":\"e2e-rate-iso-a-61906e\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","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-a134df.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-a134df/models/facebook/opt-125m","name":"rate-test-model-a134df","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-61906e","namespace":"ai-tenant-e2e-shared-a-a134df","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df"}} {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","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-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","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-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a134df/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-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","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-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","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-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","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-61906e"} {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","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-28T22:58:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","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","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"f8e542b8-c393-4a12-9ee2-965377958f5d","keyName":"e2e-rate-a-61906e","selected_subscription":"e2e-rate-iso-a-61906e","selected_subscription_key":"ai-tenant-e2e-shared-a-a134df/e2e-rate-iso-a-61906e@ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a134df/models/facebook/opt-125m","name":"rate-test-model-a134df","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-61906e","namespace":"ai-tenant-e2e-shared-a-a134df","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T22:58:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d874f796-4ca1-4fe1-8fe0-c666e2627424","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T22:58:39Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:44090","PortSpecifier":{"PortValue":44090}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","method":"POST","path":"/ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df/v1/completions","host":"e2e-shared-a-a134df.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T22:58:39Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:44090","PortSpecifier":{"PortValue":44090}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785279519,"nanos":124070338},"http":{"id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","method":"POST","headers":{":authority":"e2e-shared-a-a134df.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T22:58:39Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-lCNULbtI01wFTL4U_ksyaZ0VURvqxnhLncQBGrnUjzzlTPxwtSHXPIPf77vL"} {"level":"debug","ts":"2026-07-28T22:58:39Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-a134df.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-lCNULbtI01wFTL4U_ksyaZ0VURvqxnhLncQBGrnUjzzlTPxwtSHXPIPf77vL\"}"} {"level":"debug","ts":"2026-07-28T22:58:39Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","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-a134df.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":"f8e542b8-c393-4a12-9ee2-965377958f5d","keyName":"e2e-rate-a-61906e","subscription":"e2e-rate-iso-a-61906e","tenant":"e2e-shared-a-a134df","userId":"f8e542b8-c393-4a12-9ee2-965377958f5d","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T22:58:39Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-a134df.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-a134df/rate-test-model-a134df\",\"requestedSubscription\":\"e2e-rate-iso-a-61906e\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-28T22:58:39Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","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-a134df.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-a134df/models/facebook/opt-125m","name":"rate-test-model-a134df","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-61906e","namespace":"ai-tenant-e2e-shared-a-a134df","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df"}} {"level":"debug","ts":"2026-07-28T22:58:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T22:58:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","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-28T22:58:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","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-28T22:58:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a134df/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-28T22:58:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","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-28T22:58:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","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-61906e"} {"level":"debug","ts":"2026-07-28T22:58:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","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-28T22:58:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","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-28T22:58:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","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","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"f8e542b8-c393-4a12-9ee2-965377958f5d","keyName":"e2e-rate-a-61906e","selected_subscription":"e2e-rate-iso-a-61906e","selected_subscription_key":"ai-tenant-e2e-shared-a-a134df/e2e-rate-iso-a-61906e@ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a134df/models/facebook/opt-125m","name":"rate-test-model-a134df","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-61906e","namespace":"ai-tenant-e2e-shared-a-a134df","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T22:58:39Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T22:58:39Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d2a9e847-b2df-42a7-8aa9-da86cd21aa86","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T22:58:40Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"62d51583-5893-4bf4-a9f2-02c642cde91f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:44104","PortSpecifier":{"PortValue":44104}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"62d51583-5893-4bf4-a9f2-02c642cde91f","method":"POST","path":"/ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df/v1/completions","host":"e2e-shared-a-a134df.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T22:58:40Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"62d51583-5893-4bf4-a9f2-02c642cde91f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:44104","PortSpecifier":{"PortValue":44104}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785279520,"nanos":168672414},"http":{"id":"62d51583-5893-4bf4-a9f2-02c642cde91f","method":"POST","headers":{":authority":"e2e-shared-a-a134df.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T22:58:40Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"62d51583-5893-4bf4-a9f2-02c642cde91f","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-lCNULbtI01wFTL4U_ksyaZ0VURvqxnhLncQBGrnUjzzlTPxwtSHXPIPf77vL"} {"level":"debug","ts":"2026-07-28T22:58:40Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"62d51583-5893-4bf4-a9f2-02c642cde91f","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-a134df.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-lCNULbtI01wFTL4U_ksyaZ0VURvqxnhLncQBGrnUjzzlTPxwtSHXPIPf77vL\"}"} {"level":"debug","ts":"2026-07-28T22:58:40Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"62d51583-5893-4bf4-a9f2-02c642cde91f","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-a134df.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":"f8e542b8-c393-4a12-9ee2-965377958f5d","keyName":"e2e-rate-a-61906e","subscription":"e2e-rate-iso-a-61906e","tenant":"e2e-shared-a-a134df","userId":"f8e542b8-c393-4a12-9ee2-965377958f5d","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T22:58:40Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"62d51583-5893-4bf4-a9f2-02c642cde91f","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-a134df.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-a134df/rate-test-model-a134df\",\"requestedSubscription\":\"e2e-rate-iso-a-61906e\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-28T22:58:40Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"62d51583-5893-4bf4-a9f2-02c642cde91f","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-a134df.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-a134df/models/facebook/opt-125m","name":"rate-test-model-a134df","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-61906e","namespace":"ai-tenant-e2e-shared-a-a134df","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df"}} {"level":"debug","ts":"2026-07-28T22:58:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"62d51583-5893-4bf4-a9f2-02c642cde91f","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T22:58:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"62d51583-5893-4bf4-a9f2-02c642cde91f","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-28T22:58:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"62d51583-5893-4bf4-a9f2-02c642cde91f","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-28T22:58:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"62d51583-5893-4bf4-a9f2-02c642cde91f","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a134df/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-28T22:58:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"62d51583-5893-4bf4-a9f2-02c642cde91f","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-28T22:58:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"62d51583-5893-4bf4-a9f2-02c642cde91f","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-28T22:58:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"62d51583-5893-4bf4-a9f2-02c642cde91f","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-28T22:58:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"62d51583-5893-4bf4-a9f2-02c642cde91f","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-61906e"} {"level":"debug","ts":"2026-07-28T22:58:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"62d51583-5893-4bf4-a9f2-02c642cde91f","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","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"f8e542b8-c393-4a12-9ee2-965377958f5d","keyName":"e2e-rate-a-61906e","selected_subscription":"e2e-rate-iso-a-61906e","selected_subscription_key":"ai-tenant-e2e-shared-a-a134df/e2e-rate-iso-a-61906e@ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a134df/models/facebook/opt-125m","name":"rate-test-model-a134df","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-61906e","namespace":"ai-tenant-e2e-shared-a-a134df","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T22:58:40Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"62d51583-5893-4bf4-a9f2-02c642cde91f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T22:58:40Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"62d51583-5893-4bf4-a9f2-02c642cde91f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T22:58:41Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f72968b5-211a-446d-94dd-25f1cad46e58","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:44106","PortSpecifier":{"PortValue":44106}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"f72968b5-211a-446d-94dd-25f1cad46e58","method":"POST","path":"/ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df/v1/completions","host":"e2e-shared-a-a134df.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T22:58:41Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f72968b5-211a-446d-94dd-25f1cad46e58","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:44106","PortSpecifier":{"PortValue":44106}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785279521,"nanos":212085637},"http":{"id":"f72968b5-211a-446d-94dd-25f1cad46e58","method":"POST","headers":{":authority":"e2e-shared-a-a134df.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T22:58:41Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"f72968b5-211a-446d-94dd-25f1cad46e58","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-lCNULbtI01wFTL4U_ksyaZ0VURvqxnhLncQBGrnUjzzlTPxwtSHXPIPf77vL"} {"level":"debug","ts":"2026-07-28T22:58:41Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"f72968b5-211a-446d-94dd-25f1cad46e58","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-a134df.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-lCNULbtI01wFTL4U_ksyaZ0VURvqxnhLncQBGrnUjzzlTPxwtSHXPIPf77vL\"}"} {"level":"debug","ts":"2026-07-28T22:58:41Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"f72968b5-211a-446d-94dd-25f1cad46e58","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-a134df.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":"f8e542b8-c393-4a12-9ee2-965377958f5d","keyName":"e2e-rate-a-61906e","subscription":"e2e-rate-iso-a-61906e","tenant":"e2e-shared-a-a134df","userId":"f8e542b8-c393-4a12-9ee2-965377958f5d","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T22:58:41Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"f72968b5-211a-446d-94dd-25f1cad46e58","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-a134df.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-a134df/rate-test-model-a134df\",\"requestedSubscription\":\"e2e-rate-iso-a-61906e\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-28T22:58:41Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"f72968b5-211a-446d-94dd-25f1cad46e58","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-a134df.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-a134df/models/facebook/opt-125m","name":"rate-test-model-a134df","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-61906e","namespace":"ai-tenant-e2e-shared-a-a134df","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df"}} {"level":"debug","ts":"2026-07-28T22:58:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"f72968b5-211a-446d-94dd-25f1cad46e58","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T22:58:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f72968b5-211a-446d-94dd-25f1cad46e58","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-28T22:58:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f72968b5-211a-446d-94dd-25f1cad46e58","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-28T22:58:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f72968b5-211a-446d-94dd-25f1cad46e58","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a134df/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-28T22:58:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f72968b5-211a-446d-94dd-25f1cad46e58","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-28T22:58:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f72968b5-211a-446d-94dd-25f1cad46e58","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-61906e"} {"level":"debug","ts":"2026-07-28T22:58:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f72968b5-211a-446d-94dd-25f1cad46e58","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-28T22:58:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f72968b5-211a-446d-94dd-25f1cad46e58","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-28T22:58:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f72968b5-211a-446d-94dd-25f1cad46e58","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","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"f8e542b8-c393-4a12-9ee2-965377958f5d","keyName":"e2e-rate-a-61906e","selected_subscription":"e2e-rate-iso-a-61906e","selected_subscription_key":"ai-tenant-e2e-shared-a-a134df/e2e-rate-iso-a-61906e@ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a134df/models/facebook/opt-125m","name":"rate-test-model-a134df","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-61906e","namespace":"ai-tenant-e2e-shared-a-a134df","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T22:58:41Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f72968b5-211a-446d-94dd-25f1cad46e58","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T22:58:41Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f72968b5-211a-446d-94dd-25f1cad46e58","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T22:58:42Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:44116","PortSpecifier":{"PortValue":44116}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","method":"POST","path":"/ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df/v1/completions","host":"e2e-shared-a-a134df.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T22:58:42Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:44116","PortSpecifier":{"PortValue":44116}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785279522,"nanos":252160756},"http":{"id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","method":"POST","headers":{":authority":"e2e-shared-a-a134df.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T22:58:42Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-lCNULbtI01wFTL4U_ksyaZ0VURvqxnhLncQBGrnUjzzlTPxwtSHXPIPf77vL"} {"level":"debug","ts":"2026-07-28T22:58:42Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-a134df.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-lCNULbtI01wFTL4U_ksyaZ0VURvqxnhLncQBGrnUjzzlTPxwtSHXPIPf77vL\"}"} {"level":"debug","ts":"2026-07-28T22:58:42Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","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-a134df.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":"f8e542b8-c393-4a12-9ee2-965377958f5d","keyName":"e2e-rate-a-61906e","subscription":"e2e-rate-iso-a-61906e","tenant":"e2e-shared-a-a134df","userId":"f8e542b8-c393-4a12-9ee2-965377958f5d","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T22:58:42Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-a134df.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-a134df/rate-test-model-a134df\",\"requestedSubscription\":\"e2e-rate-iso-a-61906e\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-28T22:58:42Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","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-a134df.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-a134df/models/facebook/opt-125m","name":"rate-test-model-a134df","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-61906e","namespace":"ai-tenant-e2e-shared-a-a134df","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df"}} {"level":"debug","ts":"2026-07-28T22:58:42Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T22:58:42Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","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-28T22:58:42Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","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-28T22:58:42Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","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-28T22:58:42Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a134df/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-28T22:58:42Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","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-28T22:58:42Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","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-28T22:58:42Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","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-61906e"} {"level":"debug","ts":"2026-07-28T22:58:42Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","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","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"f8e542b8-c393-4a12-9ee2-965377958f5d","keyName":"e2e-rate-a-61906e","selected_subscription":"e2e-rate-iso-a-61906e","selected_subscription_key":"ai-tenant-e2e-shared-a-a134df/e2e-rate-iso-a-61906e@ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a134df/models/facebook/opt-125m","name":"rate-test-model-a134df","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-61906e","namespace":"ai-tenant-e2e-shared-a-a134df","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T22:58:42Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T22:58:42Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"cdec2fae-207f-401a-b6b1-5e8e0b2e7c08","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:44128","PortSpecifier":{"PortValue":44128}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","method":"POST","path":"/ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df/v1/completions","host":"e2e-shared-a-a134df.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:44128","PortSpecifier":{"PortValue":44128}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785279523,"nanos":291202386},"http":{"id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","method":"POST","headers":{":authority":"e2e-shared-a-a134df.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-lCNULbtI01wFTL4U_ksyaZ0VURvqxnhLncQBGrnUjzzlTPxwtSHXPIPf77vL"} {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-a134df.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-lCNULbtI01wFTL4U_ksyaZ0VURvqxnhLncQBGrnUjzzlTPxwtSHXPIPf77vL\"}"} {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","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-a134df.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":"f8e542b8-c393-4a12-9ee2-965377958f5d","keyName":"e2e-rate-a-61906e","subscription":"e2e-rate-iso-a-61906e","tenant":"e2e-shared-a-a134df","userId":"f8e542b8-c393-4a12-9ee2-965377958f5d","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-a134df.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-a134df/rate-test-model-a134df\",\"requestedSubscription\":\"e2e-rate-iso-a-61906e\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","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-a134df.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-a134df/models/facebook/opt-125m","name":"rate-test-model-a134df","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-61906e","namespace":"ai-tenant-e2e-shared-a-a134df","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df"}} {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","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-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","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-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a134df/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-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","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-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","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-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","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-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","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-61906e"} {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","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","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"f8e542b8-c393-4a12-9ee2-965377958f5d","keyName":"e2e-rate-a-61906e","selected_subscription":"e2e-rate-iso-a-61906e","selected_subscription_key":"ai-tenant-e2e-shared-a-a134df/e2e-rate-iso-a-61906e@ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a134df/models/facebook/opt-125m","name":"rate-test-model-a134df","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-61906e","namespace":"ai-tenant-e2e-shared-a-a134df","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a134df/rate-test-model-a134df"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"008e6e8d-7bae-4005-9308-f4eb73ada4c2","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:35770","PortSpecifier":{"PortValue":35770}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.68:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","method":"POST","path":"/ai-tenant-e2e-shared-b-faf483/rate-test-model-faf483/v1/completions","host":"e2e-shared-b-faf483.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:35770","PortSpecifier":{"PortValue":35770}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.68:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785279523,"nanos":330110428},"http":{"id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","method":"POST","headers":{":authority":"e2e-shared-b-faf483.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-b-faf483/rate-test-model-faf483/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-s9lkpVjR602aDsRw_hrQqvPNF07SEI4bUS1SZfnf4WrqT0S4d7ClsarcyJbO"} {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-faf483.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-s9lkpVjR602aDsRw_hrQqvPNF07SEI4bUS1SZfnf4WrqT0S4d7ClsarcyJbO\"}"} {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","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-faf483.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":"8b636fcf-1ec8-422c-85e6-8e0f5e18dfe5","keyName":"e2e-rate-b-61906e","subscription":"e2e-rate-iso-b-61906e","tenant":"e2e-shared-b-faf483","userId":"8b636fcf-1ec8-422c-85e6-8e0f5e18dfe5","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-b-faf483.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-faf483/rate-test-model-faf483\",\"requestedSubscription\":\"e2e-rate-iso-b-61906e\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","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-faf483.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-faf483/models/facebook/opt-125m","name":"rate-test-model-faf483","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-61906e","namespace":"ai-tenant-e2e-shared-b-faf483","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-faf483/rate-test-model-faf483"}} {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","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-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-faf483/rate-test-model-faf483\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-faf483/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-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","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-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","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-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","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-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","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-61906e"} {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","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-28T22:58:43Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","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","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","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":"8b636fcf-1ec8-422c-85e6-8e0f5e18dfe5","keyName":"e2e-rate-b-61906e","selected_subscription":"e2e-rate-iso-b-61906e","selected_subscription_key":"ai-tenant-e2e-shared-b-faf483/e2e-rate-iso-b-61906e@ai-tenant-e2e-shared-b-faf483/rate-test-model-faf483","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-b-faf483/models/facebook/opt-125m","name":"rate-test-model-faf483","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-61906e","namespace":"ai-tenant-e2e-shared-b-faf483","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-faf483/rate-test-model-faf483"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T22:58:43Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5ea8b8d5-50e6-4b71-b8de-bf2ea3f378a2","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T22:58:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/0fe9881854a877aeffee71fd4e93b59c3df4c5ab99ab5ead7160b15d82d4654c"} {"level":"info","ts":"2026-07-28T22:58:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c77f9b189344a53e9265fa207da029554b0a56a36ea576aec1d4b040917abe0a"} {"level":"info","ts":"2026-07-28T22:58:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a543696391849a273bc1ad0bea57c96b1456b6dd2a55eaa36b3d881866c2438f"} {"level":"info","ts":"2026-07-28T22:58:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a17af23817b902c93b3538ec4f26df26e561523f715394329e097b2201b5f168"} {"level":"info","ts":"2026-07-28T22:58:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/fad19a41795acda9e35b9256009fa2b709a6156f9e9c3a6f4aa1ce24438b03f9"} {"level":"info","ts":"2026-07-28T22:58:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/961e500f8291e841a40ad345d90ce6b4aa63016dddd12ed98e1f249529b81cb7"} {"level":"info","ts":"2026-07-28T22:58:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/85d81c0c7c4dd0235c18ff9a946b5866101553814641ad1be774ea2f81f2b665"} {"level":"info","ts":"2026-07-28T22:58:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ef478a80c0e33e562f81cef072b8de19c45c00a5c0d73d7a93c5110978f44ec3"} {"level":"info","ts":"2026-07-28T22:58:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2e9b193077bab5d9b95cbd0bd41cb2a27da65a5b006958593f6169947e398d46"} {"level":"info","ts":"2026-07-28T22:58:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/860e09bbe9cde89f6cdff5dd3f7c08231e4494122c9650fd5f3ca7612c72bf81"} {"level":"info","ts":"2026-07-28T22:58:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a00c9b57f0be6c57a8b659401259d5e422bf814f778bf673962c2d5d96fe0f6c"} {"level":"info","ts":"2026-07-28T22:58:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/0b476493e09cd89bc03dd14a94ba85e5397a5ede054d87d63387c5ad70fcf0e4"} {"level":"info","ts":"2026-07-28T22:58:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/5799b8f11440614ddd7cb54e249f290d90f69d1dcfcbcedc3af6b31ebe3784a7"} {"level":"info","ts":"2026-07-28T22:58:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6b826fa9960d59caf533e230e4c5687ae5a54afb3fe2838c19bbe804dd854ca5"} {"level":"info","ts":"2026-07-28T22:58:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/19669bcfab8156a70ccf42fc0213d64357ff4b2b8e6c6c5faec736962a4fa768"} {"level":"info","ts":"2026-07-28T22:58:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1dcca0ff02198440858513356c7038070c3dcfec250585cc03e38420903917c7"} {"level":"info","ts":"2026-07-28T22:58:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d8a9283201cac2696fb93820e018f5094e7d575fcbccb1627b05b6828bf4d849"} {"level":"info","ts":"2026-07-28T22:58:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/4fd19a652c0f4d7c06f89ca965044b21abe56de54016e46093baf810caa1ddbf"} {"level":"info","ts":"2026-07-28T22:58:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6754dad96e7594556c52fb17b7dda9c4c5b20c0bceacf12dedee60c3542ac672"} {"level":"info","ts":"2026-07-28T22:58:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/97023708ec5874ade72b3e7520ba0276d798dd2f4be28a5625a92f7915349aa0"} {"level":"info","ts":"2026-07-28T22:58:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/339ddaa171301f8b74cf04e7b7236eb5582eb18422310824156b1d1c2dc46d1d"} {"level":"info","ts":"2026-07-28T22:58:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/0a2052e6286e0f4767b797e2fa28b44adaaf5f7aa7cd8f503fc1348ab7612652"} {"level":"info","ts":"2026-07-28T22:58:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/52dc7f9cdc7bd30be9f73a45f6e4fddb0af7fe0ae51c8680439a87586609d639"} {"level":"info","ts":"2026-07-28T22:58:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/197fcdcb84c1e28e3616692ce9bf179c4042f17e8e3876cd1a310576b7416b75"} {"level":"info","ts":"2026-07-28T22:59:57Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"10fd2d43-0283-467e-8036-ff19f031b726","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:44092","PortSpecifier":{"PortValue":44092}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"10fd2d43-0283-467e-8036-ff19f031b726","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T22:59:57Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"10fd2d43-0283-467e-8036-ff19f031b726","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:44092","PortSpecifier":{"PortValue":44092}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785279597,"nanos":578108955},"http":{"id":"10fd2d43-0283-467e-8036-ff19f031b726","method":"POST","headers":{":authority":"maas.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.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-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"10fd2d43-0283-467e-8036-ff19f031b726","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"10fd2d43-0283-467e-8036-ff19f031b726","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":"b9e4df1a-2a5e-4578-b4a3-21a3bb94a98c","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9f152955-fe76-4854-b50e-7a2d8c3107ac"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ec7a20873e7e"]}} {"level":"debug","ts":"2026-07-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"10fd2d43-0283-467e-8036-ff19f031b726","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ec7a20873e7e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9f152955-fe76-4854-b50e-7a2d8c3107ac"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"b9e4df1a-2a5e-4578-b4a3-21a3bb94a98c","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"b64d1d3a1a41de71c5b05aa58c2da5025409dfbb29fbaa63fe6a7b8fb71bf42e"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.38:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.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-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"10fd2d43-0283-467e-8036-ff19f031b726","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-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"10fd2d43-0283-467e-8036-ff19f031b726","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-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"10fd2d43-0283-467e-8036-ff19f031b726","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-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"10fd2d43-0283-467e-8036-ff19f031b726","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"10fd2d43-0283-467e-8036-ff19f031b726","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-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"10fd2d43-0283-467e-8036-ff19f031b726","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-28T22:59:57Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"10fd2d43-0283-467e-8036-ff19f031b726","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T22:59:57Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"10fd2d43-0283-467e-8036-ff19f031b726","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T22:59:57Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"96d1154d-fcbf-4d71-84a4-36473c579064","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:44096","PortSpecifier":{"PortValue":44096}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"96d1154d-fcbf-4d71-84a4-36473c579064","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T22:59:57Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"96d1154d-fcbf-4d71-84a4-36473c579064","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:44096","PortSpecifier":{"PortValue":44096}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785279597,"nanos":631177469},"http":{"id":"96d1154d-fcbf-4d71-84a4-36473c579064","method":"POST","headers":{":authority":"maas.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.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-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"96d1154d-fcbf-4d71-84a4-36473c579064","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-16nJqMyE0DKz5wLqR_dkaK2DZbwNHwSUDSSh0sJDUcOXHWKhtitjdDI4m1avU"} {"level":"debug","ts":"2026-07-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"96d1154d-fcbf-4d71-84a4-36473c579064","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-16nJqMyE0DKz5wLqR_dkaK2DZbwNHwSUDSSh0sJDUcOXHWKhtitjdDI4m1avU\"}"} {"level":"debug","ts":"2026-07-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"96d1154d-fcbf-4d71-84a4-36473c579064","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":"0661d635-771b-4419-abb2-e60c5110f113","keyName":"e2e-ipp-default","subscription":"simulator-subscription","tenant":"models-as-a-service","userId":"0661d635-771b-4419-abb2-e60c5110f113","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"96d1154d-fcbf-4d71-84a4-36473c579064","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-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"96d1154d-fcbf-4d71-84a4-36473c579064","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-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"96d1154d-fcbf-4d71-84a4-36473c579064","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.132.0.38:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.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-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"96d1154d-fcbf-4d71-84a4-36473c579064","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-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"96d1154d-fcbf-4d71-84a4-36473c579064","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-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"96d1154d-fcbf-4d71-84a4-36473c579064","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-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"96d1154d-fcbf-4d71-84a4-36473c579064","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-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"96d1154d-fcbf-4d71-84a4-36473c579064","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-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"96d1154d-fcbf-4d71-84a4-36473c579064","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-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"96d1154d-fcbf-4d71-84a4-36473c579064","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-28T22:59:57Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"96d1154d-fcbf-4d71-84a4-36473c579064","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"0661d635-771b-4419-abb2-e60c5110f113","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-28T22:59:57Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"96d1154d-fcbf-4d71-84a4-36473c579064","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T22:59:57Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"96d1154d-fcbf-4d71-84a4-36473c579064","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"355a1d5e91859fc4bbcd03baaee654d9bab067e30684fd0695be67c1b418b073","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"355a1d5e91859fc4bbcd03baaee654d9bab067e30684fd0695be67c1b418b073","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"355a1d5e91859fc4bbcd03baaee654d9bab067e30684fd0695be67c1b418b073","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"355a1d5e91859fc4bbcd03baaee654d9bab067e30684fd0695be67c1b418b073","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/355a1d5e91859fc4bbcd03baaee654d9bab067e30684fd0695be67c1b418b073"} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"355a1d5e91859fc4bbcd03baaee654d9bab067e30684fd0695be67c1b418b073","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/355a1d5e91859fc4bbcd03baaee654d9bab067e30684fd0695be67c1b418b073"} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"355a1d5e91859fc4bbcd03baaee654d9bab067e30684fd0695be67c1b418b073","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["355a1d5e91859fc4bbcd03baaee654d9bab067e30684fd0695be67c1b418b073"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"355a1d5e91859fc4bbcd03baaee654d9bab067e30684fd0695be67c1b418b073","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c1871075a3471c0d03610e73bc8874e06f0963d653342dbeb3a061a409a7b1f4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c1871075a3471c0d03610e73bc8874e06f0963d653342dbeb3a061a409a7b1f4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"355a1d5e91859fc4bbcd03baaee654d9bab067e30684fd0695be67c1b418b073","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c1871075a3471c0d03610e73bc8874e06f0963d653342dbeb3a061a409a7b1f4","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c1871075a3471c0d03610e73bc8874e06f0963d653342dbeb3a061a409a7b1f4"} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c1871075a3471c0d03610e73bc8874e06f0963d653342dbeb3a061a409a7b1f4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c1871075a3471c0d03610e73bc8874e06f0963d653342dbeb3a061a409a7b1f4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c1871075a3471c0d03610e73bc8874e06f0963d653342dbeb3a061a409a7b1f4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c1871075a3471c0d03610e73bc8874e06f0963d653342dbeb3a061a409a7b1f4","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/355a1d5e91859fc4bbcd03baaee654d9bab067e30684fd0695be67c1b418b073"} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c1871075a3471c0d03610e73bc8874e06f0963d653342dbeb3a061a409a7b1f4"} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f"} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f"} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f"} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968"} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f"} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968"} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f"} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968"} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f"} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968"} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"16184c380b4a0050083357c79ec1874a29a38a375fa649e745ca80ee10941698","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:35Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"16184c380b4a0050083357c79ec1874a29a38a375fa649e745ca80ee10941698","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"16184c380b4a0050083357c79ec1874a29a38a375fa649e745ca80ee10941698","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"16184c380b4a0050083357c79ec1874a29a38a375fa649e745ca80ee10941698","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/16184c380b4a0050083357c79ec1874a29a38a375fa649e745ca80ee10941698"} {"level":"debug","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"16184c380b4a0050083357c79ec1874a29a38a375fa649e745ca80ee10941698","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/16184c380b4a0050083357c79ec1874a29a38a375fa649e745ca80ee10941698"} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"16184c380b4a0050083357c79ec1874a29a38a375fa649e745ca80ee10941698","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["16184c380b4a0050083357c79ec1874a29a38a375fa649e745ca80ee10941698"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"16184c380b4a0050083357c79ec1874a29a38a375fa649e745ca80ee10941698","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"16184c380b4a0050083357c79ec1874a29a38a375fa649e745ca80ee10941698","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/16184c380b4a0050083357c79ec1874a29a38a375fa649e745ca80ee10941698"} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485"} {"level":"error","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485\": 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-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485"} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485"} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485"} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b95026174950fbbbc72139abf4d755c366194ad766a54431231b1d5befb0b81c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b95026174950fbbbc72139abf4d755c366194ad766a54431231b1d5befb0b81c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b95026174950fbbbc72139abf4d755c366194ad766a54431231b1d5befb0b81c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b95026174950fbbbc72139abf4d755c366194ad766a54431231b1d5befb0b81c"} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b95026174950fbbbc72139abf4d755c366194ad766a54431231b1d5befb0b81c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b95026174950fbbbc72139abf4d755c366194ad766a54431231b1d5befb0b81c"} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b95026174950fbbbc72139abf4d755c366194ad766a54431231b1d5befb0b81c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b95026174950fbbbc72139abf4d755c366194ad766a54431231b1d5befb0b81c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b95026174950fbbbc72139abf4d755c366194ad766a54431231b1d5befb0b81c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b95026174950fbbbc72139abf4d755c366194ad766a54431231b1d5befb0b81c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485"} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b95026174950fbbbc72139abf4d755c366194ad766a54431231b1d5befb0b81c"} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce491f04a8e5ec6d097ecd6a50942fa2d78e5e4cd983cc71597ccb486413b7b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce491f04a8e5ec6d097ecd6a50942fa2d78e5e4cd983cc71597ccb486413b7b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3"} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce491f04a8e5ec6d097ecd6a50942fa2d78e5e4cd983cc71597ccb486413b7b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce491f04a8e5ec6d097ecd6a50942fa2d78e5e4cd983cc71597ccb486413b7b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ce491f04a8e5ec6d097ecd6a50942fa2d78e5e4cd983cc71597ccb486413b7b3"} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce491f04a8e5ec6d097ecd6a50942fa2d78e5e4cd983cc71597ccb486413b7b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ce491f04a8e5ec6d097ecd6a50942fa2d78e5e4cd983cc71597ccb486413b7b3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce491f04a8e5ec6d097ecd6a50942fa2d78e5e4cd983cc71597ccb486413b7b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3"} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce491f04a8e5ec6d097ecd6a50942fa2d78e5e4cd983cc71597ccb486413b7b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce491f04a8e5ec6d097ecd6a50942fa2d78e5e4cd983cc71597ccb486413b7b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ac5859c1f9404ed893d3d5dac0058b974820e0f1074a817dff2bb702b3cbe51a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ce491f04a8e5ec6d097ecd6a50942fa2d78e5e4cd983cc71597ccb486413b7b3"} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ac5859c1f9404ed893d3d5dac0058b974820e0f1074a817dff2bb702b3cbe51a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ce491f04a8e5ec6d097ecd6a50942fa2d78e5e4cd983cc71597ccb486413b7b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ce491f04a8e5ec6d097ecd6a50942fa2d78e5e4cd983cc71597ccb486413b7b3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ce491f04a8e5ec6d097ecd6a50942fa2d78e5e4cd983cc71597ccb486413b7b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3"} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ac5859c1f9404ed893d3d5dac0058b974820e0f1074a817dff2bb702b3cbe51a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ac5859c1f9404ed893d3d5dac0058b974820e0f1074a817dff2bb702b3cbe51a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ce491f04a8e5ec6d097ecd6a50942fa2d78e5e4cd983cc71597ccb486413b7b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ac5859c1f9404ed893d3d5dac0058b974820e0f1074a817dff2bb702b3cbe51a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ac5859c1f9404ed893d3d5dac0058b974820e0f1074a817dff2bb702b3cbe51a","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ac5859c1f9404ed893d3d5dac0058b974820e0f1074a817dff2bb702b3cbe51a"} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ce491f04a8e5ec6d097ecd6a50942fa2d78e5e4cd983cc71597ccb486413b7b3"} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ac5859c1f9404ed893d3d5dac0058b974820e0f1074a817dff2bb702b3cbe51a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ac5859c1f9404ed893d3d5dac0058b974820e0f1074a817dff2bb702b3cbe51a"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3"} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ac5859c1f9404ed893d3d5dac0058b974820e0f1074a817dff2bb702b3cbe51a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ac5859c1f9404ed893d3d5dac0058b974820e0f1074a817dff2bb702b3cbe51a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff"} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ac5859c1f9404ed893d3d5dac0058b974820e0f1074a817dff2bb702b3cbe51a"} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff"} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7"} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff"} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7"} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff"} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7"} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7"} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7"} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-28T23:00:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7"} {"level":"debug","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7"} {"level":"debug","ts":"2026-07-28T23:00:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-28T23:00:37Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-28T23:00:37Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-28T23:00:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-28T23:00:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-28T23:00:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7"} {"level":"info","ts":"2026-07-28T23:00:58Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"020a266e-8926-41da-9bb7-ebe1923102d0","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:42378","PortSpecifier":{"PortValue":42378}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.69:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"020a266e-8926-41da-9bb7-ebe1923102d0","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-ipp-a-c6c731.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T23:00:58Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"020a266e-8926-41da-9bb7-ebe1923102d0","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:42378","PortSpecifier":{"PortValue":42378}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.69:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785279657,"nanos":993999188},"http":{"id":"020a266e-8926-41da-9bb7-ebe1923102d0","method":"POST","headers":{":authority":"e2e-ipp-a-c6c731.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.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-28T23:00:58Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"020a266e-8926-41da-9bb7-ebe1923102d0","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-28T23:00:58Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"020a266e-8926-41da-9bb7-ebe1923102d0","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":"b9e4df1a-2a5e-4578-b4a3-21a3bb94a98c","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9f152955-fe76-4854-b50e-7a2d8c3107ac"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ec7a20873e7e"]}} {"level":"debug","ts":"2026-07-28T23:00:58Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"020a266e-8926-41da-9bb7-ebe1923102d0","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ec7a20873e7e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9f152955-fe76-4854-b50e-7a2d8c3107ac"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"b9e4df1a-2a5e-4578-b4a3-21a3bb94a98c","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.69:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-ipp-a-c6c731.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.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-28T23:00:58Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"020a266e-8926-41da-9bb7-ebe1923102d0","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-28T23:00:58Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"020a266e-8926-41da-9bb7-ebe1923102d0","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-28T23:00:58Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"020a266e-8926-41da-9bb7-ebe1923102d0","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-c6c731/ipp-route-c6c731\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-c6c731/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-28T23:00:58Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"020a266e-8926-41da-9bb7-ebe1923102d0","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":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-28T23:00:58Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"020a266e-8926-41da-9bb7-ebe1923102d0","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-28T23:00:58Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"020a266e-8926-41da-9bb7-ebe1923102d0","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-28T23:00:58Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"020a266e-8926-41da-9bb7-ebe1923102d0","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T23:00:58Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"020a266e-8926-41da-9bb7-ebe1923102d0","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T23:01:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:42394","PortSpecifier":{"PortValue":42394}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.69:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","method":"POST","path":"/ai-tenant-e2e-ipp-a-c6c731/ipp-route-c6c731/v1/chat/completions","host":"e2e-ipp-a-c6c731.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-28T23:01:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.12:42394","PortSpecifier":{"PortValue":42394}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.69:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785279660,"nanos":63665006},"http":{"id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","method":"POST","headers":{":authority":"e2e-ipp-a-c6c731.apps.02835d58-37c7-4734-b7b1-ec7a20873e7e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-ipp-a-c6c731/ipp-route-c6c731/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T23:01:00Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1Dm4sAE6AOZUHmIO2_BuyCNsUHf0fJGcxp5qFaC1UPHg2w0i5AOJK9O9hmnTm"} {"level":"debug","ts":"2026-07-28T23:01:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-ipp-a-c6c731.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1Dm4sAE6AOZUHmIO2_BuyCNsUHf0fJGcxp5qFaC1UPHg2w0i5AOJK9O9hmnTm\"}"} {"level":"debug","ts":"2026-07-28T23:01:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","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-c6c731.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":"8e44cfb7-f1c8-47b3-9a82-734f1093ee0f","keyName":"e2e-ipp-c6c731","subscription":"ipp-route-c6c731-sub","tenant":"e2e-ipp-a-c6c731","userId":"8e44cfb7-f1c8-47b3-9a82-734f1093ee0f","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-28T23:01:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-ipp-a-c6c731.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-c6c731/ipp-route-c6c731\",\"requestedSubscription\":\"ipp-route-c6c731-sub\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-28T23:01:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","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-c6c731.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-c6c731/models/facebook/opt-125m","name":"ipp-route-c6c731","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-c6c731-sub","namespace":"ai-tenant-e2e-ipp-a-c6c731","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-c6c731/ipp-route-c6c731"}} {"level":"debug","ts":"2026-07-28T23:01:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-28T23:01:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","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-28T23:01:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","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-28T23:01:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-c6c731/ipp-route-c6c731\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-c6c731/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-28T23:01:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","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-28T23:01:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","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-28T23:01:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","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-c6c731-sub"} {"level":"debug","ts":"2026-07-28T23:01:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","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-28T23:01:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","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":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"8e44cfb7-f1c8-47b3-9a82-734f1093ee0f","keyName":"e2e-ipp-c6c731","selected_subscription":"ipp-route-c6c731-sub","selected_subscription_key":"ai-tenant-e2e-ipp-a-c6c731/ipp-route-c6c731-sub@ai-tenant-e2e-ipp-a-c6c731/ipp-route-c6c731","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-ipp-a-c6c731/models/facebook/opt-125m","name":"ipp-route-c6c731","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-c6c731-sub","namespace":"ai-tenant-e2e-ipp-a-c6c731","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-c6c731/ipp-route-c6c731"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-28T23:01:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-28T23:01:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"94e24a1a-75b2-481b-a9ce-83be7dc194c4","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-28T23:01:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/8016174eca4d5445d5fb735f1ce66c9f4d6869ef302b6ed0af26a465f07792b7"} {"level":"info","ts":"2026-07-28T23:01:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/16184c380b4a0050083357c79ec1874a29a38a375fa649e745ca80ee10941698"} {"level":"info","ts":"2026-07-28T23:01:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c1871075a3471c0d03610e73bc8874e06f0963d653342dbeb3a061a409a7b1f4"} {"level":"info","ts":"2026-07-28T23:01:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b95026174950fbbbc72139abf4d755c366194ad766a54431231b1d5befb0b81c"} {"level":"info","ts":"2026-07-28T23:01:54Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/cbc2a55ff78c64f8a45be647d78c2e5bead178b7f6683264f5ef1154f39e6485"} {"level":"info","ts":"2026-07-28T23:01:54Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3a8d105d2ebc39f6bc96273bcac175728e65404a8620d867e6e257d5b74de4ff"} {"level":"info","ts":"2026-07-28T23:01:54Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ce491f04a8e5ec6d097ecd6a50942fa2d78e5e4cd983cc71597ccb486413b7b3"} {"level":"info","ts":"2026-07-28T23:01:54Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ac5859c1f9404ed893d3d5dac0058b974820e0f1074a817dff2bb702b3cbe51a"} {"level":"info","ts":"2026-07-28T23:01:54Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/355a1d5e91859fc4bbcd03baaee654d9bab067e30684fd0695be67c1b418b073"} {"level":"info","ts":"2026-07-28T23:01:54Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f279978deb49988c479c557f623c31cc11450926220491e16fc3164915445eb3"} {"level":"info","ts":"2026-07-28T23:01:54Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e9872a4b18a57912f8e00d02dd62031b3e15a4014f7114ff92e8fc7e395c019f"} {"level":"info","ts":"2026-07-28T23:01:54Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b2b191daed545820fab62f73842074c120f5a3eac00caf87978b5ac92a53f968"}