{"level":"debug","ts":"2026-07-24T23:01:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"e712ce26-af5b-491a-8749-c8edd3b74366","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:01:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e712ce26-af5b-491a-8749-c8edd3b74366","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-24T23:01:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e712ce26-af5b-491a-8749-c8edd3b74366","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-24T23:01:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e712ce26-af5b-491a-8749-c8edd3b74366","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-24T23:01:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e712ce26-af5b-491a-8749-c8edd3b74366","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-499dd1/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-24T23:01:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e712ce26-af5b-491a-8749-c8edd3b74366","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-24T23:01:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e712ce26-af5b-491a-8749-c8edd3b74366","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-24T23:01:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e712ce26-af5b-491a-8749-c8edd3b74366","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-353416"} {"level":"debug","ts":"2026-07-24T23:01:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e712ce26-af5b-491a-8749-c8edd3b74366","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","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":"d81519d7-3f17-49f9-8fa6-f260c733ecba","keyName":"e2e-rate-a-353416","selected_subscription":"e2e-rate-iso-a-353416","selected_subscription_key":"ai-tenant-e2e-shared-a-499dd1/e2e-rate-iso-a-353416@ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-499dd1","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-353416","namespace":"ai-tenant-e2e-shared-a-499dd1","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:01:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e712ce26-af5b-491a-8749-c8edd3b74366","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:01:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e712ce26-af5b-491a-8749-c8edd3b74366","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:01:32Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"251fdf84-8569-4c78-88e7-20f5de114906","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:47644","PortSpecifier":{"PortValue":47644}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"251fdf84-8569-4c78-88e7-20f5de114906","method":"POST","path":"/ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1/v1/completions","host":"e2e-shared-a-499dd1.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:01:32Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"251fdf84-8569-4c78-88e7-20f5de114906","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:47644","PortSpecifier":{"PortValue":47644}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784934092,"nanos":722345151},"http":{"id":"251fdf84-8569-4c78-88e7-20f5de114906","method":"POST","headers":{":authority":"e2e-shared-a-499dd1.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:01:32Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"251fdf84-8569-4c78-88e7-20f5de114906","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1NSHxJzgfprWeibgY_U3jm25Hm9OIWAqiBHDc5YnMllGBSAbzz3N9AtDlIZm1"} {"level":"debug","ts":"2026-07-24T23:01:32Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"251fdf84-8569-4c78-88e7-20f5de114906","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-499dd1.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1NSHxJzgfprWeibgY_U3jm25Hm9OIWAqiBHDc5YnMllGBSAbzz3N9AtDlIZm1\"}"} {"level":"debug","ts":"2026-07-24T23:01:32Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"251fdf84-8569-4c78-88e7-20f5de114906","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-499dd1.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":"d81519d7-3f17-49f9-8fa6-f260c733ecba","keyName":"e2e-rate-a-353416","subscription":"e2e-rate-iso-a-353416","tenant":"e2e-shared-a-499dd1","userId":"d81519d7-3f17-49f9-8fa6-f260c733ecba","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:01:32Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"251fdf84-8569-4c78-88e7-20f5de114906","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-499dd1.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-499dd1/rate-test-model-499dd1\",\"requestedSubscription\":\"e2e-rate-iso-a-353416\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:01:32Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"251fdf84-8569-4c78-88e7-20f5de114906","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-499dd1.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-499dd1","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-353416","namespace":"ai-tenant-e2e-shared-a-499dd1","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1"}} {"level":"debug","ts":"2026-07-24T23:01:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"251fdf84-8569-4c78-88e7-20f5de114906","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:01:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"251fdf84-8569-4c78-88e7-20f5de114906","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-24T23:01:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"251fdf84-8569-4c78-88e7-20f5de114906","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-24T23:01:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"251fdf84-8569-4c78-88e7-20f5de114906","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-24T23:01:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"251fdf84-8569-4c78-88e7-20f5de114906","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-499dd1/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-24T23:01:32Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"251fdf84-8569-4c78-88e7-20f5de114906","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-24T23:01:32Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"251fdf84-8569-4c78-88e7-20f5de114906","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-353416"} {"level":"debug","ts":"2026-07-24T23:01:32Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"251fdf84-8569-4c78-88e7-20f5de114906","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-24T23:01:32Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"251fdf84-8569-4c78-88e7-20f5de114906","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","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":"d81519d7-3f17-49f9-8fa6-f260c733ecba","keyName":"e2e-rate-a-353416","selected_subscription":"e2e-rate-iso-a-353416","selected_subscription_key":"ai-tenant-e2e-shared-a-499dd1/e2e-rate-iso-a-353416@ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-499dd1","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-353416","namespace":"ai-tenant-e2e-shared-a-499dd1","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:01:32Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"251fdf84-8569-4c78-88e7-20f5de114906","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:01:32Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"251fdf84-8569-4c78-88e7-20f5de114906","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:01:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f7c95673-3064-41fe-9225-5acea2e74009","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:47652","PortSpecifier":{"PortValue":47652}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"f7c95673-3064-41fe-9225-5acea2e74009","method":"POST","path":"/ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1/v1/completions","host":"e2e-shared-a-499dd1.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:01:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f7c95673-3064-41fe-9225-5acea2e74009","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:47652","PortSpecifier":{"PortValue":47652}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784934093,"nanos":763649201},"http":{"id":"f7c95673-3064-41fe-9225-5acea2e74009","method":"POST","headers":{":authority":"e2e-shared-a-499dd1.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:01:33Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"f7c95673-3064-41fe-9225-5acea2e74009","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1NSHxJzgfprWeibgY_U3jm25Hm9OIWAqiBHDc5YnMllGBSAbzz3N9AtDlIZm1"} {"level":"debug","ts":"2026-07-24T23:01:33Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"f7c95673-3064-41fe-9225-5acea2e74009","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-499dd1.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1NSHxJzgfprWeibgY_U3jm25Hm9OIWAqiBHDc5YnMllGBSAbzz3N9AtDlIZm1\"}"} {"level":"debug","ts":"2026-07-24T23:01:33Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"f7c95673-3064-41fe-9225-5acea2e74009","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-499dd1.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":"d81519d7-3f17-49f9-8fa6-f260c733ecba","keyName":"e2e-rate-a-353416","subscription":"e2e-rate-iso-a-353416","tenant":"e2e-shared-a-499dd1","userId":"d81519d7-3f17-49f9-8fa6-f260c733ecba","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:01:33Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"f7c95673-3064-41fe-9225-5acea2e74009","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-499dd1.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-499dd1/rate-test-model-499dd1\",\"requestedSubscription\":\"e2e-rate-iso-a-353416\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:01:33Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"f7c95673-3064-41fe-9225-5acea2e74009","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-499dd1.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-499dd1","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-353416","namespace":"ai-tenant-e2e-shared-a-499dd1","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1"}} {"level":"debug","ts":"2026-07-24T23:01:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"f7c95673-3064-41fe-9225-5acea2e74009","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:01:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f7c95673-3064-41fe-9225-5acea2e74009","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-24T23:01:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f7c95673-3064-41fe-9225-5acea2e74009","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-24T23:01:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f7c95673-3064-41fe-9225-5acea2e74009","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-24T23:01:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f7c95673-3064-41fe-9225-5acea2e74009","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-499dd1/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-24T23:01:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f7c95673-3064-41fe-9225-5acea2e74009","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-24T23:01:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f7c95673-3064-41fe-9225-5acea2e74009","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-353416"} {"level":"debug","ts":"2026-07-24T23:01:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f7c95673-3064-41fe-9225-5acea2e74009","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-24T23:01:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f7c95673-3064-41fe-9225-5acea2e74009","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","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":"d81519d7-3f17-49f9-8fa6-f260c733ecba","keyName":"e2e-rate-a-353416","selected_subscription":"e2e-rate-iso-a-353416","selected_subscription_key":"ai-tenant-e2e-shared-a-499dd1/e2e-rate-iso-a-353416@ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-499dd1","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-353416","namespace":"ai-tenant-e2e-shared-a-499dd1","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:01:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f7c95673-3064-41fe-9225-5acea2e74009","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:01:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f7c95673-3064-41fe-9225-5acea2e74009","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:01:34Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:47668","PortSpecifier":{"PortValue":47668}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","method":"POST","path":"/ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1/v1/completions","host":"e2e-shared-a-499dd1.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:01:34Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:47668","PortSpecifier":{"PortValue":47668}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784934094,"nanos":806656584},"http":{"id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","method":"POST","headers":{":authority":"e2e-shared-a-499dd1.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:01:34Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1NSHxJzgfprWeibgY_U3jm25Hm9OIWAqiBHDc5YnMllGBSAbzz3N9AtDlIZm1"} {"level":"debug","ts":"2026-07-24T23:01:34Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-499dd1.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1NSHxJzgfprWeibgY_U3jm25Hm9OIWAqiBHDc5YnMllGBSAbzz3N9AtDlIZm1\"}"} {"level":"debug","ts":"2026-07-24T23:01:34Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","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-499dd1.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":"d81519d7-3f17-49f9-8fa6-f260c733ecba","keyName":"e2e-rate-a-353416","subscription":"e2e-rate-iso-a-353416","tenant":"e2e-shared-a-499dd1","userId":"d81519d7-3f17-49f9-8fa6-f260c733ecba","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:01:34Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-499dd1.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-499dd1/rate-test-model-499dd1\",\"requestedSubscription\":\"e2e-rate-iso-a-353416\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:01:34Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","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-499dd1.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-499dd1","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-353416","namespace":"ai-tenant-e2e-shared-a-499dd1","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1"}} {"level":"debug","ts":"2026-07-24T23:01:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:01:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","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-24T23:01:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","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-24T23:01:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","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-24T23:01:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-499dd1/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-24T23:01:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","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-24T23:01:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","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-353416"} {"level":"debug","ts":"2026-07-24T23:01:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","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-24T23:01:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","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":"d81519d7-3f17-49f9-8fa6-f260c733ecba","keyName":"e2e-rate-a-353416","selected_subscription":"e2e-rate-iso-a-353416","selected_subscription_key":"ai-tenant-e2e-shared-a-499dd1/e2e-rate-iso-a-353416@ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-499dd1","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-353416","namespace":"ai-tenant-e2e-shared-a-499dd1","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:01:34Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:01:34Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"db93b360-6d4f-9f4d-a38c-b8bf957c53c7","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:01:35Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:47678","PortSpecifier":{"PortValue":47678}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","method":"POST","path":"/ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1/v1/completions","host":"e2e-shared-a-499dd1.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:01:35Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:47678","PortSpecifier":{"PortValue":47678}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784934095,"nanos":845843087},"http":{"id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","method":"POST","headers":{":authority":"e2e-shared-a-499dd1.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:01:35Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1NSHxJzgfprWeibgY_U3jm25Hm9OIWAqiBHDc5YnMllGBSAbzz3N9AtDlIZm1"} {"level":"debug","ts":"2026-07-24T23:01:35Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-499dd1.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1NSHxJzgfprWeibgY_U3jm25Hm9OIWAqiBHDc5YnMllGBSAbzz3N9AtDlIZm1\"}"} {"level":"debug","ts":"2026-07-24T23:01:35Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","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-499dd1.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":"d81519d7-3f17-49f9-8fa6-f260c733ecba","keyName":"e2e-rate-a-353416","subscription":"e2e-rate-iso-a-353416","tenant":"e2e-shared-a-499dd1","userId":"d81519d7-3f17-49f9-8fa6-f260c733ecba","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:01:35Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-499dd1.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-499dd1/rate-test-model-499dd1\",\"requestedSubscription\":\"e2e-rate-iso-a-353416\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:01:35Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","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-499dd1.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-499dd1","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-353416","namespace":"ai-tenant-e2e-shared-a-499dd1","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1"}} {"level":"debug","ts":"2026-07-24T23:01:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:01:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","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-24T23:01:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","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-24T23:01:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","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-24T23:01:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-499dd1/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-24T23:01:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","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-24T23:01:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","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-353416"} {"level":"debug","ts":"2026-07-24T23:01:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","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-24T23:01:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","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":"d81519d7-3f17-49f9-8fa6-f260c733ecba","keyName":"e2e-rate-a-353416","selected_subscription":"e2e-rate-iso-a-353416","selected_subscription_key":"ai-tenant-e2e-shared-a-499dd1/e2e-rate-iso-a-353416@ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-499dd1","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-353416","namespace":"ai-tenant-e2e-shared-a-499dd1","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:01:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:01:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"cb8ffbe9-60e9-40a8-967d-d6a83bd2472b","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:01:36Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:47692","PortSpecifier":{"PortValue":47692}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","method":"POST","path":"/ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1/v1/completions","host":"e2e-shared-a-499dd1.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:01:36Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:47692","PortSpecifier":{"PortValue":47692}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784934096,"nanos":881087026},"http":{"id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","method":"POST","headers":{":authority":"e2e-shared-a-499dd1.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:01:36Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1NSHxJzgfprWeibgY_U3jm25Hm9OIWAqiBHDc5YnMllGBSAbzz3N9AtDlIZm1"} {"level":"debug","ts":"2026-07-24T23:01:36Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-499dd1.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1NSHxJzgfprWeibgY_U3jm25Hm9OIWAqiBHDc5YnMllGBSAbzz3N9AtDlIZm1\"}"} {"level":"debug","ts":"2026-07-24T23:01:36Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","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-499dd1.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":"d81519d7-3f17-49f9-8fa6-f260c733ecba","keyName":"e2e-rate-a-353416","subscription":"e2e-rate-iso-a-353416","tenant":"e2e-shared-a-499dd1","userId":"d81519d7-3f17-49f9-8fa6-f260c733ecba","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:01:36Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-499dd1.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-499dd1/rate-test-model-499dd1\",\"requestedSubscription\":\"e2e-rate-iso-a-353416\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:01:36Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","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-499dd1.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-499dd1","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-353416","namespace":"ai-tenant-e2e-shared-a-499dd1","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1"}} {"level":"debug","ts":"2026-07-24T23:01:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:01:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","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-24T23:01:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","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-24T23:01:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-499dd1/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-24T23:01:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","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-24T23:01:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","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-24T23:01:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","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-353416"} {"level":"debug","ts":"2026-07-24T23:01:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","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-24T23:01:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","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":"d81519d7-3f17-49f9-8fa6-f260c733ecba","keyName":"e2e-rate-a-353416","selected_subscription":"e2e-rate-iso-a-353416","selected_subscription_key":"ai-tenant-e2e-shared-a-499dd1/e2e-rate-iso-a-353416@ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-499dd1","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-353416","namespace":"ai-tenant-e2e-shared-a-499dd1","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:01:36Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:01:36Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a2f1ba75-b457-4a54-a122-3aaba50b3a9b","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e53e0c78-e4ff-4cc3-9f7a-c0f42c8a962b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:42476","PortSpecifier":{"PortValue":42476}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"e53e0c78-e4ff-4cc3-9f7a-c0f42c8a962b","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-499dd1.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e53e0c78-e4ff-4cc3-9f7a-c0f42c8a962b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:42476","PortSpecifier":{"PortValue":42476}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784934105,"nanos":429889963},"http":{"id":"e53e0c78-e4ff-4cc3-9f7a-c0f42c8a962b","method":"POST","headers":{":authority":"e2e-shared-a-499dd1.apps.457374e2-69cd-4785-97cf-483936a1f4cc.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-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"e53e0c78-e4ff-4cc3-9f7a-c0f42c8a962b","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"e53e0c78-e4ff-4cc3-9f7a-c0f42c8a962b","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":"18d954c3-de37-4ec2-a93e-0c4a285ca668","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=fb7af959-2b6e-454a-93ef-8e9ffc287fce"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/483936a1f4cc"]}} {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"e53e0c78-e4ff-4cc3-9f7a-c0f42c8a962b","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/483936a1f4cc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=fb7af959-2b6e-454a-93ef-8e9ffc287fce"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"18d954c3-de37-4ec2-a93e-0c4a285ca668","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"a880d7ab92be1e91e47aa67fee23305e704094f182e579f2508c07507591ec9b"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.66:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-499dd1.apps.457374e2-69cd-4785-97cf-483936a1f4cc.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-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e53e0c78-e4ff-4cc3-9f7a-c0f42c8a962b","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-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e53e0c78-e4ff-4cc3-9f7a-c0f42c8a962b","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-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e53e0c78-e4ff-4cc3-9f7a-c0f42c8a962b","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-499dd1/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-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"e53e0c78-e4ff-4cc3-9f7a-c0f42c8a962b","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e53e0c78-e4ff-4cc3-9f7a-c0f42c8a962b","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-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e53e0c78-e4ff-4cc3-9f7a-c0f42c8a962b","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-24T23:01:45Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e53e0c78-e4ff-4cc3-9f7a-c0f42c8a962b","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e53e0c78-e4ff-4cc3-9f7a-c0f42c8a962b","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3cfa9397-c7d3-47ae-91fe-f06e1e730659","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:53396","PortSpecifier":{"PortValue":53396}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.69:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"3cfa9397-c7d3-47ae-91fe-f06e1e730659","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-e15986.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3cfa9397-c7d3-47ae-91fe-f06e1e730659","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:53396","PortSpecifier":{"PortValue":53396}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.69:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784934105,"nanos":467798605},"http":{"id":"3cfa9397-c7d3-47ae-91fe-f06e1e730659","method":"POST","headers":{":authority":"e2e-shared-b-e15986.apps.457374e2-69cd-4785-97cf-483936a1f4cc.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-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"3cfa9397-c7d3-47ae-91fe-f06e1e730659","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"3cfa9397-c7d3-47ae-91fe-f06e1e730659","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":"18d954c3-de37-4ec2-a93e-0c4a285ca668","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=fb7af959-2b6e-454a-93ef-8e9ffc287fce"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/483936a1f4cc"]}} {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"3cfa9397-c7d3-47ae-91fe-f06e1e730659","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/483936a1f4cc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=fb7af959-2b6e-454a-93ef-8e9ffc287fce"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"18d954c3-de37-4ec2-a93e-0c4a285ca668","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"7443d625b060dd8ae904366eb0c05145e407cf08ebe44c9f90fb2f8c4d6afa5b"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.69:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-e15986.apps.457374e2-69cd-4785-97cf-483936a1f4cc.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-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3cfa9397-c7d3-47ae-91fe-f06e1e730659","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-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3cfa9397-c7d3-47ae-91fe-f06e1e730659","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-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3cfa9397-c7d3-47ae-91fe-f06e1e730659","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-e15986/rate-test-model-e15986\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-e15986/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-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"3cfa9397-c7d3-47ae-91fe-f06e1e730659","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":"userid","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3cfa9397-c7d3-47ae-91fe-f06e1e730659","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3cfa9397-c7d3-47ae-91fe-f06e1e730659","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"info","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3cfa9397-c7d3-47ae-91fe-f06e1e730659","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3cfa9397-c7d3-47ae-91fe-f06e1e730659","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:42486","PortSpecifier":{"PortValue":42486}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","method":"POST","path":"/ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1/v1/completions","host":"e2e-shared-a-499dd1.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:42486","PortSpecifier":{"PortValue":42486}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784934105,"nanos":500405027},"http":{"id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","method":"POST","headers":{":authority":"e2e-shared-a-499dd1.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-XSjv3Fk1t1Im5pk0_a3XDQ3REs6XT1Txbcgju738iuSKn8R8AOF17GqqDHQr"} {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-499dd1.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-XSjv3Fk1t1Im5pk0_a3XDQ3REs6XT1Txbcgju738iuSKn8R8AOF17GqqDHQr\"}"} {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","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-499dd1.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":"f0e5adde-d966-45b8-8a1b-72a785e29fd8","keyName":"e2e-rate-a-af8e92","subscription":"e2e-rate-iso-a-af8e92","tenant":"e2e-shared-a-499dd1","userId":"f0e5adde-d966-45b8-8a1b-72a785e29fd8","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-499dd1.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-499dd1/rate-test-model-499dd1\",\"requestedSubscription\":\"e2e-rate-iso-a-af8e92\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","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-499dd1.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-499dd1","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-af8e92","namespace":"ai-tenant-e2e-shared-a-499dd1","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1"}} {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","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-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","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-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","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-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-499dd1/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-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","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-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","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-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","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-af8e92"} {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","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":"f0e5adde-d966-45b8-8a1b-72a785e29fd8","keyName":"e2e-rate-a-af8e92","selected_subscription":"e2e-rate-iso-a-af8e92","selected_subscription_key":"ai-tenant-e2e-shared-a-499dd1/e2e-rate-iso-a-af8e92@ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-499dd1","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-af8e92","namespace":"ai-tenant-e2e-shared-a-499dd1","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:01:45Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5f30f58c-3fad-42b9-bd4b-c608d4a4ba93","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:01:46Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:42502","PortSpecifier":{"PortValue":42502}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","method":"POST","path":"/ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1/v1/completions","host":"e2e-shared-a-499dd1.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:01:46Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:42502","PortSpecifier":{"PortValue":42502}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784934106,"nanos":534920806},"http":{"id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","method":"POST","headers":{":authority":"e2e-shared-a-499dd1.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:01:46Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-XSjv3Fk1t1Im5pk0_a3XDQ3REs6XT1Txbcgju738iuSKn8R8AOF17GqqDHQr"} {"level":"debug","ts":"2026-07-24T23:01:46Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-499dd1.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-XSjv3Fk1t1Im5pk0_a3XDQ3REs6XT1Txbcgju738iuSKn8R8AOF17GqqDHQr\"}"} {"level":"debug","ts":"2026-07-24T23:01:46Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","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-499dd1.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":"f0e5adde-d966-45b8-8a1b-72a785e29fd8","keyName":"e2e-rate-a-af8e92","subscription":"e2e-rate-iso-a-af8e92","tenant":"e2e-shared-a-499dd1","userId":"f0e5adde-d966-45b8-8a1b-72a785e29fd8","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:01:46Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-499dd1.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-499dd1/rate-test-model-499dd1\",\"requestedSubscription\":\"e2e-rate-iso-a-af8e92\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:01:46Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","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-499dd1.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-499dd1","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-af8e92","namespace":"ai-tenant-e2e-shared-a-499dd1","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1"}} {"level":"debug","ts":"2026-07-24T23:01:46Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:01:46Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","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-24T23:01:46Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","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-24T23:01:46Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-499dd1/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-24T23:01:46Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","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-24T23:01:46Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","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-24T23:01:46Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","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-24T23:01:46Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","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-af8e92"} {"level":"debug","ts":"2026-07-24T23:01:46Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","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":"f0e5adde-d966-45b8-8a1b-72a785e29fd8","keyName":"e2e-rate-a-af8e92","selected_subscription":"e2e-rate-iso-a-af8e92","selected_subscription_key":"ai-tenant-e2e-shared-a-499dd1/e2e-rate-iso-a-af8e92@ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-499dd1","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-af8e92","namespace":"ai-tenant-e2e-shared-a-499dd1","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:01:46Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:01:46Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c0117a34-f0bf-4aed-8ee0-39edce4b7347","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"cf79b910-940a-4a76-88f7-45bf0b0899af","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:42514","PortSpecifier":{"PortValue":42514}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"cf79b910-940a-4a76-88f7-45bf0b0899af","method":"POST","path":"/ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1/v1/completions","host":"e2e-shared-a-499dd1.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"cf79b910-940a-4a76-88f7-45bf0b0899af","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:42514","PortSpecifier":{"PortValue":42514}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784934107,"nanos":574089987},"http":{"id":"cf79b910-940a-4a76-88f7-45bf0b0899af","method":"POST","headers":{":authority":"e2e-shared-a-499dd1.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"cf79b910-940a-4a76-88f7-45bf0b0899af","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-XSjv3Fk1t1Im5pk0_a3XDQ3REs6XT1Txbcgju738iuSKn8R8AOF17GqqDHQr"} {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"cf79b910-940a-4a76-88f7-45bf0b0899af","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-499dd1.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-XSjv3Fk1t1Im5pk0_a3XDQ3REs6XT1Txbcgju738iuSKn8R8AOF17GqqDHQr\"}"} {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"cf79b910-940a-4a76-88f7-45bf0b0899af","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-499dd1.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":"f0e5adde-d966-45b8-8a1b-72a785e29fd8","keyName":"e2e-rate-a-af8e92","subscription":"e2e-rate-iso-a-af8e92","tenant":"e2e-shared-a-499dd1","userId":"f0e5adde-d966-45b8-8a1b-72a785e29fd8","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"cf79b910-940a-4a76-88f7-45bf0b0899af","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-499dd1.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-499dd1/rate-test-model-499dd1\",\"requestedSubscription\":\"e2e-rate-iso-a-af8e92\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"cf79b910-940a-4a76-88f7-45bf0b0899af","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-499dd1.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-499dd1","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-af8e92","namespace":"ai-tenant-e2e-shared-a-499dd1","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1"}} {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"cf79b910-940a-4a76-88f7-45bf0b0899af","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cf79b910-940a-4a76-88f7-45bf0b0899af","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-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cf79b910-940a-4a76-88f7-45bf0b0899af","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-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cf79b910-940a-4a76-88f7-45bf0b0899af","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-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cf79b910-940a-4a76-88f7-45bf0b0899af","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-499dd1/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-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cf79b910-940a-4a76-88f7-45bf0b0899af","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-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cf79b910-940a-4a76-88f7-45bf0b0899af","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-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cf79b910-940a-4a76-88f7-45bf0b0899af","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-af8e92"} {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cf79b910-940a-4a76-88f7-45bf0b0899af","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","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":"f0e5adde-d966-45b8-8a1b-72a785e29fd8","keyName":"e2e-rate-a-af8e92","selected_subscription":"e2e-rate-iso-a-af8e92","selected_subscription_key":"ai-tenant-e2e-shared-a-499dd1/e2e-rate-iso-a-af8e92@ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-499dd1","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-af8e92","namespace":"ai-tenant-e2e-shared-a-499dd1","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-499dd1/rate-test-model-499dd1"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"cf79b910-940a-4a76-88f7-45bf0b0899af","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"cf79b910-940a-4a76-88f7-45bf0b0899af","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:53400","PortSpecifier":{"PortValue":53400}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.69:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","method":"POST","path":"/ai-tenant-e2e-shared-b-e15986/rate-test-model-e15986/v1/completions","host":"e2e-shared-b-e15986.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:53400","PortSpecifier":{"PortValue":53400}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.69:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784934107,"nanos":610754885},"http":{"id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","method":"POST","headers":{":authority":"e2e-shared-b-e15986.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-b-e15986/rate-test-model-e15986/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1Gs9CWEqijbN4sftm_EYQgAsJQwCCfWtQKRgAN9U4ghILLAzqah1VXtf2zXbn"} {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-e15986.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1Gs9CWEqijbN4sftm_EYQgAsJQwCCfWtQKRgAN9U4ghILLAzqah1VXtf2zXbn\"}"} {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","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-e15986.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":"f77e076c-1a74-48ad-a10e-c3b0b8f22346","keyName":"e2e-rate-b-af8e92","subscription":"e2e-rate-iso-b-af8e92","tenant":"e2e-shared-b-e15986","userId":"f77e076c-1a74-48ad-a10e-c3b0b8f22346","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-b-e15986.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-e15986/rate-test-model-e15986\",\"requestedSubscription\":\"e2e-rate-iso-b-af8e92\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","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-e15986.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-e15986","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-af8e92","namespace":"ai-tenant-e2e-shared-b-e15986","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-e15986/rate-test-model-e15986"}} {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","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-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","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-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","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-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-e15986/rate-test-model-e15986\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-e15986/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-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","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-af8e92"} {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","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-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","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-24T23:01:47Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","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":"f77e076c-1a74-48ad-a10e-c3b0b8f22346","keyName":"e2e-rate-b-af8e92","selected_subscription":"e2e-rate-iso-b-af8e92","selected_subscription_key":"ai-tenant-e2e-shared-b-e15986/e2e-rate-iso-b-af8e92@ai-tenant-e2e-shared-b-e15986/rate-test-model-e15986","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-e15986","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-af8e92","namespace":"ai-tenant-e2e-shared-b-e15986","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-e15986/rate-test-model-e15986"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:01:47Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6e6a3b06-f178-4fd3-be0e-d2144c3d7725","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:01:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/0795f6709cb1adbd3d500b9ff6f2927130ab4aad771ca00ec69342e24b761744"} {"level":"info","ts":"2026-07-24T23:01:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1f4b38ef0aebd312fcddccfda40f613f713f9efdfe600bc11bd35491c3d9a89b"} {"level":"info","ts":"2026-07-24T23:01:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/92fe45e5f8d65abf6c424ac3af3a549e9ec1d7e77b0d987839947982ec342cb9"} {"level":"info","ts":"2026-07-24T23:01:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/82654c5b8e9f140aeb63c5ed4812fbb289d7afaf63ccd2288deafe76812bfc02"} {"level":"info","ts":"2026-07-24T23:01:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a323567c9627ddd22175c0ebd335cdb786f3496a9ec33c7fcd958b2400bb51a2"} {"level":"info","ts":"2026-07-24T23:01:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9eead6727352132e5b419e1a8dc7998f911da5b0fdd1d9bb8832a8990c2f4142"} {"level":"info","ts":"2026-07-24T23:01:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b74b6f98d608288519a1d89b1d36efcc4bc2f88d7fdb69c8b4ee80d4f7f37ab2"} {"level":"info","ts":"2026-07-24T23:01:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/4977e84be24e53b7befe59713ed0e8917384582616b517e42b9a9192147d3c96"} {"level":"info","ts":"2026-07-24T23:01:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1d03c2305cdbfd283841fa4af4355975daf37a0353304dc7d689fb53171495d6"} {"level":"info","ts":"2026-07-24T23:01:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/64530f1fdd717ab6b5c09f400a853e80ceeaf561b2368d0e5ea619cf90ef997a"} {"level":"info","ts":"2026-07-24T23:01:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/8ee4aec543dd1c47bd5b1e9b154be6dd7385350b511174a9677c1a3588ad93ed"} {"level":"info","ts":"2026-07-24T23:01:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e47b80d85f0909ee283b50bbd19753dd396526248cebc1037f69971430bef655"} {"level":"info","ts":"2026-07-24T23:01:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f141d522fa9f1ad47c314b8138c14bc53618161bc7438b22ffa4a14c78581c69"} {"level":"info","ts":"2026-07-24T23:01:53Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3c616d0436fb5871e00c683a1dee8b1b6a70c4b66f797ae751bf1fcb8b2faeae"} {"level":"info","ts":"2026-07-24T23:01:54Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f6eb1a5142decd4a0d0c6cbc07386504f18f4a6b69b5e3e8b97abb9269f23c0d"} {"level":"info","ts":"2026-07-24T23:01:54Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ae0650aefe68eca0bae5eebb4e3583bba0622a0f53aeed6ef3ea4686277e2aed"} {"level":"info","ts":"2026-07-24T23:01:54Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/08d8d641e313bc86acc90252ebaf87e71426f14fd295e47fba5e3b581ffda4dc"} {"level":"info","ts":"2026-07-24T23:01:54Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1212ee07f08f1c943c4c70f4b6b2e1aeecd3f1e59fe273266e59de963e21e1a4"} {"level":"info","ts":"2026-07-24T23:01:54Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a880d7ab92be1e91e47aa67fee23305e704094f182e579f2508c07507591ec9b"} {"level":"info","ts":"2026-07-24T23:01:54Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/8a3c4bb12497004b8a661c68125664e529c71f29e22f09c49e26bf305ea5be61"} {"level":"info","ts":"2026-07-24T23:01:54Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/476910b73cb32eb4caef66bec3a4a8b2707a74bf2e246d65b9d709bc4af8f1ce"} {"level":"info","ts":"2026-07-24T23:01:54Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7443d625b060dd8ae904366eb0c05145e407cf08ebe44c9f90fb2f8c4d6afa5b"} {"level":"info","ts":"2026-07-24T23:01:54Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2d6d1d5ed1c0a14e853e1eb60216e51c6cf0d260a351e46f2f78aa0236b0a77f"} {"level":"info","ts":"2026-07-24T23:01:54Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/27203614e008c3fa1259748197e8870322aedb0c2428a6295557f4226bcc3803"} {"level":"info","ts":"2026-07-24T23:02:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ae5339d3-aa21-4e29-98d1-610388940a9a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:38060","PortSpecifier":{"PortValue":38060}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ae5339d3-aa21-4e29-98d1-610388940a9a","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:02:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ae5339d3-aa21-4e29-98d1-610388940a9a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:38060","PortSpecifier":{"PortValue":38060}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784934170,"nanos":363919682},"http":{"id":"ae5339d3-aa21-4e29-98d1-610388940a9a","method":"POST","headers":{":authority":"maas.apps.457374e2-69cd-4785-97cf-483936a1f4cc.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-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"ae5339d3-aa21-4e29-98d1-610388940a9a","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ae5339d3-aa21-4e29-98d1-610388940a9a","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":"18d954c3-de37-4ec2-a93e-0c4a285ca668","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=fb7af959-2b6e-454a-93ef-8e9ffc287fce"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/483936a1f4cc"]}} {"level":"debug","ts":"2026-07-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ae5339d3-aa21-4e29-98d1-610388940a9a","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/483936a1f4cc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=fb7af959-2b6e-454a-93ef-8e9ffc287fce"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"18d954c3-de37-4ec2-a93e-0c4a285ca668","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"b64d1d3a1a41de71c5b05aa58c2da5025409dfbb29fbaa63fe6a7b8fb71bf42e"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.457374e2-69cd-4785-97cf-483936a1f4cc.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-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ae5339d3-aa21-4e29-98d1-610388940a9a","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-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ae5339d3-aa21-4e29-98d1-610388940a9a","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-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ae5339d3-aa21-4e29-98d1-610388940a9a","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-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"ae5339d3-aa21-4e29-98d1-610388940a9a","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyId","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ae5339d3-aa21-4e29-98d1-610388940a9a","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ae5339d3-aa21-4e29-98d1-610388940a9a","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"info","ts":"2026-07-24T23:02:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ae5339d3-aa21-4e29-98d1-610388940a9a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:02:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ae5339d3-aa21-4e29-98d1-610388940a9a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:02:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d7547aeb-ac27-4063-b8d5-462219b94817","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:38070","PortSpecifier":{"PortValue":38070}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"d7547aeb-ac27-4063-b8d5-462219b94817","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:02:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d7547aeb-ac27-4063-b8d5-462219b94817","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:38070","PortSpecifier":{"PortValue":38070}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784934170,"nanos":409276903},"http":{"id":"d7547aeb-ac27-4063-b8d5-462219b94817","method":"POST","headers":{":authority":"maas.apps.457374e2-69cd-4785-97cf-483936a1f4cc.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-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"d7547aeb-ac27-4063-b8d5-462219b94817","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-nZXtiXDBbIVIXhSQ_NUkS27VbiLlHky4BULqKI1kSn5oPUGUUdvVMPafHYb5"} {"level":"debug","ts":"2026-07-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"d7547aeb-ac27-4063-b8d5-462219b94817","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-nZXtiXDBbIVIXhSQ_NUkS27VbiLlHky4BULqKI1kSn5oPUGUUdvVMPafHYb5\"}"} {"level":"debug","ts":"2026-07-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"d7547aeb-ac27-4063-b8d5-462219b94817","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":"0a27df66-6396-4488-ab29-ff963075b507","keyName":"e2e-ipp-default","subscription":"simulator-subscription","tenant":"models-as-a-service","userId":"0a27df66-6396-4488-ab29-ff963075b507","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"d7547aeb-ac27-4063-b8d5-462219b94817","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-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"d7547aeb-ac27-4063-b8d5-462219b94817","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)","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-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"d7547aeb-ac27-4063-b8d5-462219b94817","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)","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.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.457374e2-69cd-4785-97cf-483936a1f4cc.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-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d7547aeb-ac27-4063-b8d5-462219b94817","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-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d7547aeb-ac27-4063-b8d5-462219b94817","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-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d7547aeb-ac27-4063-b8d5-462219b94817","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-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d7547aeb-ac27-4063-b8d5-462219b94817","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-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d7547aeb-ac27-4063-b8d5-462219b94817","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-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d7547aeb-ac27-4063-b8d5-462219b94817","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-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d7547aeb-ac27-4063-b8d5-462219b94817","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-24T23:02:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d7547aeb-ac27-4063-b8d5-462219b94817","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","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":"0a27df66-6396-4488-ab29-ff963075b507","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)","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-24T23:02:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d7547aeb-ac27-4063-b8d5-462219b94817","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:02:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d7547aeb-ac27-4063-b8d5-462219b94817","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:03:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:22Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:22Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:22Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:22Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9"} {"level":"info","ts":"2026-07-24T23:03:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:22Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:22Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-24T23:03:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9\": 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-24T23:03:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9"} {"level":"info","ts":"2026-07-24T23:03:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9"} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9"} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9"} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9"} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9"} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9"} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8b11ee8b571ce9622a3571013dca585c328d010b43ebf073fb5972bfeb59884d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8b11ee8b571ce9622a3571013dca585c328d010b43ebf073fb5972bfeb59884d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8b11ee8b571ce9622a3571013dca585c328d010b43ebf073fb5972bfeb59884d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8b11ee8b571ce9622a3571013dca585c328d010b43ebf073fb5972bfeb59884d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8b11ee8b571ce9622a3571013dca585c328d010b43ebf073fb5972bfeb59884d"} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8b11ee8b571ce9622a3571013dca585c328d010b43ebf073fb5972bfeb59884d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8b11ee8b571ce9622a3571013dca585c328d010b43ebf073fb5972bfeb59884d"} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8b11ee8b571ce9622a3571013dca585c328d010b43ebf073fb5972bfeb59884d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8b11ee8b571ce9622a3571013dca585c328d010b43ebf073fb5972bfeb59884d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8b11ee8b571ce9622a3571013dca585c328d010b43ebf073fb5972bfeb59884d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8b11ee8b571ce9622a3571013dca585c328d010b43ebf073fb5972bfeb59884d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8b11ee8b571ce9622a3571013dca585c328d010b43ebf073fb5972bfeb59884d"} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4399942d34b78459ab4775105627491b979f170b726c92960a371e71a042588d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4399942d34b78459ab4775105627491b979f170b726c92960a371e71a042588d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4399942d34b78459ab4775105627491b979f170b726c92960a371e71a042588d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4399942d34b78459ab4775105627491b979f170b726c92960a371e71a042588d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4399942d34b78459ab4775105627491b979f170b726c92960a371e71a042588d"} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4399942d34b78459ab4775105627491b979f170b726c92960a371e71a042588d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4399942d34b78459ab4775105627491b979f170b726c92960a371e71a042588d"} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4399942d34b78459ab4775105627491b979f170b726c92960a371e71a042588d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["4399942d34b78459ab4775105627491b979f170b726c92960a371e71a042588d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4399942d34b78459ab4775105627491b979f170b726c92960a371e71a042588d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4399942d34b78459ab4775105627491b979f170b726c92960a371e71a042588d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4399942d34b78459ab4775105627491b979f170b726c92960a371e71a042588d"} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8"} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8"} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5cb78d1ebbef4f2840ee408d8a891b7aabb6e74470e7318614168101f959de13","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5cb78d1ebbef4f2840ee408d8a891b7aabb6e74470e7318614168101f959de13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5cb78d1ebbef4f2840ee408d8a891b7aabb6e74470e7318614168101f959de13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5cb78d1ebbef4f2840ee408d8a891b7aabb6e74470e7318614168101f959de13","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5cb78d1ebbef4f2840ee408d8a891b7aabb6e74470e7318614168101f959de13"} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5cb78d1ebbef4f2840ee408d8a891b7aabb6e74470e7318614168101f959de13"} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5cb78d1ebbef4f2840ee408d8a891b7aabb6e74470e7318614168101f959de13","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5cb78d1ebbef4f2840ee408d8a891b7aabb6e74470e7318614168101f959de13"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5cb78d1ebbef4f2840ee408d8a891b7aabb6e74470e7318614168101f959de13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5cb78d1ebbef4f2840ee408d8a891b7aabb6e74470e7318614168101f959de13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8"} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5cb78d1ebbef4f2840ee408d8a891b7aabb6e74470e7318614168101f959de13"} {"level":"debug","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8"} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:23Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395"} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2"} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395"} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2"} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395"} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2"} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395"} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2"} {"level":"error","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395\": 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-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395\": 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-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395"} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395"} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90"} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2"} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90"} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5c2f94cfcd741caba876f6ff6fde3eddd23cd14ce769c7b85251f902ecc2787d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395"} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5c2f94cfcd741caba876f6ff6fde3eddd23cd14ce769c7b85251f902ecc2787d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5c2f94cfcd741caba876f6ff6fde3eddd23cd14ce769c7b85251f902ecc2787d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5c2f94cfcd741caba876f6ff6fde3eddd23cd14ce769c7b85251f902ecc2787d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90"} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5c2f94cfcd741caba876f6ff6fde3eddd23cd14ce769c7b85251f902ecc2787d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5c2f94cfcd741caba876f6ff6fde3eddd23cd14ce769c7b85251f902ecc2787d"} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5c2f94cfcd741caba876f6ff6fde3eddd23cd14ce769c7b85251f902ecc2787d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5c2f94cfcd741caba876f6ff6fde3eddd23cd14ce769c7b85251f902ecc2787d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5c2f94cfcd741caba876f6ff6fde3eddd23cd14ce769c7b85251f902ecc2787d"} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5c2f94cfcd741caba876f6ff6fde3eddd23cd14ce769c7b85251f902ecc2787d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5c2f94cfcd741caba876f6ff6fde3eddd23cd14ce769c7b85251f902ecc2787d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5c2f94cfcd741caba876f6ff6fde3eddd23cd14ce769c7b85251f902ecc2787d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"10c6c5a9a2db7251bf48d0e1121b9ff936555c80a428d7d84124dd7c959a6095","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/10c6c5a9a2db7251bf48d0e1121b9ff936555c80a428d7d84124dd7c959a6095"} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"10c6c5a9a2db7251bf48d0e1121b9ff936555c80a428d7d84124dd7c959a6095","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cfce8202bb1603ef4eb0bcff12a8bfd6b26902214f4492cff50d9ee8c4f2d43b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cfce8202bb1603ef4eb0bcff12a8bfd6b26902214f4492cff50d9ee8c4f2d43b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5c2f94cfcd741caba876f6ff6fde3eddd23cd14ce769c7b85251f902ecc2787d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e1ad3974f27ec333962fb305e278dc9c44d78fd611ff708aef238025e006079d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cfce8202bb1603ef4eb0bcff12a8bfd6b26902214f4492cff50d9ee8c4f2d43b"} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e1ad3974f27ec333962fb305e278dc9c44d78fd611ff708aef238025e006079d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"10c6c5a9a2db7251bf48d0e1121b9ff936555c80a428d7d84124dd7c959a6095","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["10c6c5a9a2db7251bf48d0e1121b9ff936555c80a428d7d84124dd7c959a6095"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"10c6c5a9a2db7251bf48d0e1121b9ff936555c80a428d7d84124dd7c959a6095","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cfce8202bb1603ef4eb0bcff12a8bfd6b26902214f4492cff50d9ee8c4f2d43b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["cfce8202bb1603ef4eb0bcff12a8bfd6b26902214f4492cff50d9ee8c4f2d43b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5c2f94cfcd741caba876f6ff6fde3eddd23cd14ce769c7b85251f902ecc2787d"} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cfce8202bb1603ef4eb0bcff12a8bfd6b26902214f4492cff50d9ee8c4f2d43b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e1ad3974f27ec333962fb305e278dc9c44d78fd611ff708aef238025e006079d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e1ad3974f27ec333962fb305e278dc9c44d78fd611ff708aef238025e006079d"} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e1ad3974f27ec333962fb305e278dc9c44d78fd611ff708aef238025e006079d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"10c6c5a9a2db7251bf48d0e1121b9ff936555c80a428d7d84124dd7c959a6095","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"10c6c5a9a2db7251bf48d0e1121b9ff936555c80a428d7d84124dd7c959a6095","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cfce8202bb1603ef4eb0bcff12a8bfd6b26902214f4492cff50d9ee8c4f2d43b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e1ad3974f27ec333962fb305e278dc9c44d78fd611ff708aef238025e006079d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e1ad3974f27ec333962fb305e278dc9c44d78fd611ff708aef238025e006079d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/10c6c5a9a2db7251bf48d0e1121b9ff936555c80a428d7d84124dd7c959a6095"} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e1ad3974f27ec333962fb305e278dc9c44d78fd611ff708aef238025e006079d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"10c6c5a9a2db7251bf48d0e1121b9ff936555c80a428d7d84124dd7c959a6095","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:03:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["10c6c5a9a2db7251bf48d0e1121b9ff936555c80a428d7d84124dd7c959a6095"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"10c6c5a9a2db7251bf48d0e1121b9ff936555c80a428d7d84124dd7c959a6095","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e1ad3974f27ec333962fb305e278dc9c44d78fd611ff708aef238025e006079d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"10c6c5a9a2db7251bf48d0e1121b9ff936555c80a428d7d84124dd7c959a6095","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cfce8202bb1603ef4eb0bcff12a8bfd6b26902214f4492cff50d9ee8c4f2d43b"} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e1ad3974f27ec333962fb305e278dc9c44d78fd611ff708aef238025e006079d"} {"level":"info","ts":"2026-07-24T23:03:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/10c6c5a9a2db7251bf48d0e1121b9ff936555c80a428d7d84124dd7c959a6095"} {"level":"info","ts":"2026-07-24T23:03:29Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"28fc5f69-6e21-44b7-8bff-8854c2a2e251","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:59788","PortSpecifier":{"PortValue":59788}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.47:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"28fc5f69-6e21-44b7-8bff-8854c2a2e251","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-ipp-a-e3f0a9.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:03:29Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"28fc5f69-6e21-44b7-8bff-8854c2a2e251","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:59788","PortSpecifier":{"PortValue":59788}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.47:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784934209,"nanos":945340298},"http":{"id":"28fc5f69-6e21-44b7-8bff-8854c2a2e251","method":"POST","headers":{":authority":"e2e-ipp-a-e3f0a9.apps.457374e2-69cd-4785-97cf-483936a1f4cc.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-24T23:03:29Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"28fc5f69-6e21-44b7-8bff-8854c2a2e251","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-24T23:03:29Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"28fc5f69-6e21-44b7-8bff-8854c2a2e251","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":"18d954c3-de37-4ec2-a93e-0c4a285ca668","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=fb7af959-2b6e-454a-93ef-8e9ffc287fce"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/483936a1f4cc"]}} {"level":"debug","ts":"2026-07-24T23:03:29Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"28fc5f69-6e21-44b7-8bff-8854c2a2e251","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/483936a1f4cc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=fb7af959-2b6e-454a-93ef-8e9ffc287fce"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"18d954c3-de37-4ec2-a93e-0c4a285ca668","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.47:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-ipp-a-e3f0a9.apps.457374e2-69cd-4785-97cf-483936a1f4cc.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-24T23:03:29Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"28fc5f69-6e21-44b7-8bff-8854c2a2e251","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-24T23:03:29Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"28fc5f69-6e21-44b7-8bff-8854c2a2e251","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-24T23:03:29Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"28fc5f69-6e21-44b7-8bff-8854c2a2e251","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-e3f0a9/ipp-route-e3f0a9\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-e3f0a9/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-24T23:03:29Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"28fc5f69-6e21-44b7-8bff-8854c2a2e251","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-24T23:03:29Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"28fc5f69-6e21-44b7-8bff-8854c2a2e251","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-24T23:03:29Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"28fc5f69-6e21-44b7-8bff-8854c2a2e251","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-24T23:03:29Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"28fc5f69-6e21-44b7-8bff-8854c2a2e251","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:03:29Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"28fc5f69-6e21-44b7-8bff-8854c2a2e251","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:03:32Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:59800","PortSpecifier":{"PortValue":59800}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.47:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","method":"POST","path":"/ai-tenant-e2e-ipp-a-e3f0a9/ipp-route-e3f0a9/v1/chat/completions","host":"e2e-ipp-a-e3f0a9.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:03:32Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.9:59800","PortSpecifier":{"PortValue":59800}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.47:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784934212,"nanos":7974425},"http":{"id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","method":"POST","headers":{":authority":"e2e-ipp-a-e3f0a9.apps.457374e2-69cd-4785-97cf-483936a1f4cc.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-ipp-a-e3f0a9/ipp-route-e3f0a9/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:03:32Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-144JIcbRJtZn0HXX8_qRfISRYCmvVFTNNGSZjbkEJPkY0zcBcAYvAaqNjZ99c"} {"level":"debug","ts":"2026-07-24T23:03:32Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-ipp-a-e3f0a9.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-144JIcbRJtZn0HXX8_qRfISRYCmvVFTNNGSZjbkEJPkY0zcBcAYvAaqNjZ99c\"}"} {"level":"debug","ts":"2026-07-24T23:03:32Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","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-e3f0a9.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":"8da8fd5e-0d5f-44d4-a840-ad8a6142bf08","keyName":"e2e-ipp-e3f0a9","subscription":"ipp-route-e3f0a9-sub","tenant":"e2e-ipp-a-e3f0a9","userId":"8da8fd5e-0d5f-44d4-a840-ad8a6142bf08","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:03:32Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-ipp-a-e3f0a9.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-e3f0a9/ipp-route-e3f0a9\",\"requestedSubscription\":\"ipp-route-e3f0a9-sub\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:03:32Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","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-e3f0a9.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"ipp-route-e3f0a9","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-e3f0a9-sub","namespace":"ai-tenant-e2e-ipp-a-e3f0a9","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-e3f0a9/ipp-route-e3f0a9"}} {"level":"debug","ts":"2026-07-24T23:03:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:03:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","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-24T23:03:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","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-24T23:03:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","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-24T23:03:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-e3f0a9/ipp-route-e3f0a9\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-e3f0a9/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-24T23:03:32Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","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-24T23:03:32Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","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-e3f0a9-sub"} {"level":"debug","ts":"2026-07-24T23:03:32Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","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-24T23:03:32Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","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":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","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":"8da8fd5e-0d5f-44d4-a840-ad8a6142bf08","keyName":"e2e-ipp-e3f0a9","selected_subscription":"ipp-route-e3f0a9-sub","selected_subscription_key":"ai-tenant-e2e-ipp-a-e3f0a9/ipp-route-e3f0a9-sub@ai-tenant-e2e-ipp-a-e3f0a9/ipp-route-e3f0a9","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"ipp-route-e3f0a9","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-e3f0a9-sub","namespace":"ai-tenant-e2e-ipp-a-e3f0a9","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-e3f0a9/ipp-route-e3f0a9"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:03:32Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:03:32Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c2825e23-1b8f-4f1a-869c-8c56d28b6950","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:04:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/cfce8202bb1603ef4eb0bcff12a8bfd6b26902214f4492cff50d9ee8c4f2d43b"} {"level":"info","ts":"2026-07-24T23:04:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9622697cdeed1e101a4e3d03ffe162bdc381ad7e83890d60783ac64bc7808bc2"} {"level":"info","ts":"2026-07-24T23:04:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/26672993866e91d88245cbfdbf1e9cc2e6b78b139b2c04732535277359dbf395"} {"level":"info","ts":"2026-07-24T23:04:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/8b11ee8b571ce9622a3571013dca585c328d010b43ebf073fb5972bfeb59884d"} {"level":"info","ts":"2026-07-24T23:04:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/10c6c5a9a2db7251bf48d0e1121b9ff936555c80a428d7d84124dd7c959a6095"} {"level":"info","ts":"2026-07-24T23:04:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/5c2f94cfcd741caba876f6ff6fde3eddd23cd14ce769c7b85251f902ecc2787d"} {"level":"info","ts":"2026-07-24T23:04:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f76487cf052e71ce2dcac678cc03a0a86715ec65edaf23feb85a2ec11d10cec8"} {"level":"info","ts":"2026-07-24T23:04:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/4399942d34b78459ab4775105627491b979f170b726c92960a371e71a042588d"} {"level":"info","ts":"2026-07-24T23:04:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e1ad3974f27ec333962fb305e278dc9c44d78fd611ff708aef238025e006079d"} {"level":"info","ts":"2026-07-24T23:04:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/5cb78d1ebbef4f2840ee408d8a891b7aabb6e74470e7318614168101f959de13"} {"level":"info","ts":"2026-07-24T23:04:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9fb0d50fc586f6c61c68d3feec3ed7c3939d856312b81b2345a1917686eceb90"} {"level":"info","ts":"2026-07-24T23:04:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/add22350937fdd8726a566b5f8ef8fc34eb767d141211c6696577fafebfaaec9"}