{"level":"debug","ts":"2026-07-25T01:30:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"af68a564-95bc-4860-a05f-739c52a00a5c","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-25T01:30:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"af68a564-95bc-4860-a05f-739c52a00a5c","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-25T01:30:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"af68a564-95bc-4860-a05f-739c52a00a5c","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a1fe77/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-25T01:30:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"af68a564-95bc-4860-a05f-739c52a00a5c","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-25T01:30:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"af68a564-95bc-4860-a05f-739c52a00a5c","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-25T01:30:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"af68a564-95bc-4860-a05f-739c52a00a5c","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-4474af"} {"level":"debug","ts":"2026-07-25T01:30:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"af68a564-95bc-4860-a05f-739c52a00a5c","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"e8decf92-eb6f-4b23-bb44-12938f7769f4","keyName":"e2e-rate-a-4474af","selected_subscription":"e2e-rate-iso-a-4474af","selected_subscription_key":"ai-tenant-e2e-shared-a-a1fe77/e2e-rate-iso-a-4474af@ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a1fe77/models/facebook/opt-125m","name":"rate-test-model-a1fe77","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4474af","namespace":"ai-tenant-e2e-shared-a-a1fe77","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-25T01:30:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"af68a564-95bc-4860-a05f-739c52a00a5c","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-25T01:30:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"af68a564-95bc-4860-a05f-739c52a00a5c","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-25T01:30:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b8430681-15c4-49ee-81e1-69572b4b3b23","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:39480","PortSpecifier":{"PortValue":39480}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.91:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"b8430681-15c4-49ee-81e1-69572b4b3b23","method":"POST","path":"/ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77/v1/completions","host":"e2e-shared-a-a1fe77.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-25T01:30:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b8430681-15c4-49ee-81e1-69572b4b3b23","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:39480","PortSpecifier":{"PortValue":39480}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.91:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784943010,"nanos":453202593},"http":{"id":"b8430681-15c4-49ee-81e1-69572b4b3b23","method":"POST","headers":{":authority":"e2e-shared-a-a1fe77.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"b8430681-15c4-49ee-81e1-69572b4b3b23","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1VESon1LS3xptZR3h_h9tEC4fWeSrreKev7HWk9co20Dvxs7aR5O1syGa20v5"} {"level":"debug","ts":"2026-07-25T01:30:10Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"b8430681-15c4-49ee-81e1-69572b4b3b23","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-a1fe77.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1VESon1LS3xptZR3h_h9tEC4fWeSrreKev7HWk9co20Dvxs7aR5O1syGa20v5\"}"} {"level":"debug","ts":"2026-07-25T01:30:10Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"b8430681-15c4-49ee-81e1-69572b4b3b23","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-a1fe77.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":"e8decf92-eb6f-4b23-bb44-12938f7769f4","keyName":"e2e-rate-a-4474af","subscription":"e2e-rate-iso-a-4474af","tenant":"e2e-shared-a-a1fe77","userId":"e8decf92-eb6f-4b23-bb44-12938f7769f4","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-25T01:30:10Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"b8430681-15c4-49ee-81e1-69572b4b3b23","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-a1fe77.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-a1fe77/rate-test-model-a1fe77\",\"requestedSubscription\":\"e2e-rate-iso-a-4474af\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-25T01:30:10Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"b8430681-15c4-49ee-81e1-69572b4b3b23","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-a1fe77.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a1fe77/models/facebook/opt-125m","name":"rate-test-model-a1fe77","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4474af","namespace":"ai-tenant-e2e-shared-a-a1fe77","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77"}} {"level":"debug","ts":"2026-07-25T01:30:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"b8430681-15c4-49ee-81e1-69572b4b3b23","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b8430681-15c4-49ee-81e1-69572b4b3b23","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-25T01:30:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b8430681-15c4-49ee-81e1-69572b4b3b23","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-25T01:30:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b8430681-15c4-49ee-81e1-69572b4b3b23","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-25T01:30:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b8430681-15c4-49ee-81e1-69572b4b3b23","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a1fe77/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-25T01:30:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b8430681-15c4-49ee-81e1-69572b4b3b23","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-25T01:30:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b8430681-15c4-49ee-81e1-69572b4b3b23","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-4474af"} {"level":"debug","ts":"2026-07-25T01:30:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b8430681-15c4-49ee-81e1-69572b4b3b23","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-25T01:30:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b8430681-15c4-49ee-81e1-69572b4b3b23","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"e8decf92-eb6f-4b23-bb44-12938f7769f4","keyName":"e2e-rate-a-4474af","selected_subscription":"e2e-rate-iso-a-4474af","selected_subscription_key":"ai-tenant-e2e-shared-a-a1fe77/e2e-rate-iso-a-4474af@ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a1fe77/models/facebook/opt-125m","name":"rate-test-model-a1fe77","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4474af","namespace":"ai-tenant-e2e-shared-a-a1fe77","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-25T01:30:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b8430681-15c4-49ee-81e1-69572b4b3b23","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-25T01:30:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b8430681-15c4-49ee-81e1-69572b4b3b23","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-25T01:30:11Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:39486","PortSpecifier":{"PortValue":39486}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.91:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","method":"POST","path":"/ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77/v1/completions","host":"e2e-shared-a-a1fe77.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-25T01:30:11Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:39486","PortSpecifier":{"PortValue":39486}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.91:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784943011,"nanos":489862784},"http":{"id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","method":"POST","headers":{":authority":"e2e-shared-a-a1fe77.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:11Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1VESon1LS3xptZR3h_h9tEC4fWeSrreKev7HWk9co20Dvxs7aR5O1syGa20v5"} {"level":"debug","ts":"2026-07-25T01:30:11Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-a1fe77.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1VESon1LS3xptZR3h_h9tEC4fWeSrreKev7HWk9co20Dvxs7aR5O1syGa20v5\"}"} {"level":"debug","ts":"2026-07-25T01:30:11Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","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-a1fe77.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":"e8decf92-eb6f-4b23-bb44-12938f7769f4","keyName":"e2e-rate-a-4474af","subscription":"e2e-rate-iso-a-4474af","tenant":"e2e-shared-a-a1fe77","userId":"e8decf92-eb6f-4b23-bb44-12938f7769f4","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-25T01:30:11Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-a1fe77.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-a1fe77/rate-test-model-a1fe77\",\"requestedSubscription\":\"e2e-rate-iso-a-4474af\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-25T01:30:11Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","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-a1fe77.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a1fe77/models/facebook/opt-125m","name":"rate-test-model-a1fe77","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4474af","namespace":"ai-tenant-e2e-shared-a-a1fe77","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77"}} {"level":"debug","ts":"2026-07-25T01:30:11Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:11Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","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-25T01:30:11Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","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-25T01:30:11Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a1fe77/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-25T01:30:11Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","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-25T01:30:11Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","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-4474af"} {"level":"debug","ts":"2026-07-25T01:30:11Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","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-25T01:30:11Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","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-25T01:30:11Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"e8decf92-eb6f-4b23-bb44-12938f7769f4","keyName":"e2e-rate-a-4474af","selected_subscription":"e2e-rate-iso-a-4474af","selected_subscription_key":"ai-tenant-e2e-shared-a-a1fe77/e2e-rate-iso-a-4474af@ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a1fe77/models/facebook/opt-125m","name":"rate-test-model-a1fe77","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4474af","namespace":"ai-tenant-e2e-shared-a-a1fe77","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-25T01:30:11Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-25T01:30:11Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e9e68255-5ea2-4711-acf9-b4175e88cdbb","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-25T01:30:12Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:39498","PortSpecifier":{"PortValue":39498}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.91:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","method":"POST","path":"/ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77/v1/completions","host":"e2e-shared-a-a1fe77.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-25T01:30:12Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:39498","PortSpecifier":{"PortValue":39498}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.91:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784943012,"nanos":526660030},"http":{"id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","method":"POST","headers":{":authority":"e2e-shared-a-a1fe77.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:12Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1VESon1LS3xptZR3h_h9tEC4fWeSrreKev7HWk9co20Dvxs7aR5O1syGa20v5"} {"level":"debug","ts":"2026-07-25T01:30:12Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-a1fe77.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1VESon1LS3xptZR3h_h9tEC4fWeSrreKev7HWk9co20Dvxs7aR5O1syGa20v5\"}"} {"level":"debug","ts":"2026-07-25T01:30:12Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","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-a1fe77.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":"e8decf92-eb6f-4b23-bb44-12938f7769f4","keyName":"e2e-rate-a-4474af","subscription":"e2e-rate-iso-a-4474af","tenant":"e2e-shared-a-a1fe77","userId":"e8decf92-eb6f-4b23-bb44-12938f7769f4","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-25T01:30:12Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-a1fe77.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-a1fe77/rate-test-model-a1fe77\",\"requestedSubscription\":\"e2e-rate-iso-a-4474af\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-25T01:30:12Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","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-a1fe77.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a1fe77/models/facebook/opt-125m","name":"rate-test-model-a1fe77","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4474af","namespace":"ai-tenant-e2e-shared-a-a1fe77","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77"}} {"level":"debug","ts":"2026-07-25T01:30:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","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-25T01:30:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","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-25T01:30:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a1fe77/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-25T01:30:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","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-25T01:30:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","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-25T01:30:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","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-25T01:30:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","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-4474af"} {"level":"debug","ts":"2026-07-25T01:30:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"e8decf92-eb6f-4b23-bb44-12938f7769f4","keyName":"e2e-rate-a-4474af","selected_subscription":"e2e-rate-iso-a-4474af","selected_subscription_key":"ai-tenant-e2e-shared-a-a1fe77/e2e-rate-iso-a-4474af@ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a1fe77/models/facebook/opt-125m","name":"rate-test-model-a1fe77","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4474af","namespace":"ai-tenant-e2e-shared-a-a1fe77","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-25T01:30:12Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-25T01:30:12Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"121b867e-b681-4aa7-b1b6-82fa05153b7f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-25T01:30:13Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:39514","PortSpecifier":{"PortValue":39514}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.91:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","method":"POST","path":"/ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77/v1/completions","host":"e2e-shared-a-a1fe77.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-25T01:30:13Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:39514","PortSpecifier":{"PortValue":39514}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.91:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784943013,"nanos":567845356},"http":{"id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","method":"POST","headers":{":authority":"e2e-shared-a-a1fe77.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:13Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1VESon1LS3xptZR3h_h9tEC4fWeSrreKev7HWk9co20Dvxs7aR5O1syGa20v5"} {"level":"debug","ts":"2026-07-25T01:30:13Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-a1fe77.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1VESon1LS3xptZR3h_h9tEC4fWeSrreKev7HWk9co20Dvxs7aR5O1syGa20v5\"}"} {"level":"debug","ts":"2026-07-25T01:30:13Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","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-a1fe77.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":"e8decf92-eb6f-4b23-bb44-12938f7769f4","keyName":"e2e-rate-a-4474af","subscription":"e2e-rate-iso-a-4474af","tenant":"e2e-shared-a-a1fe77","userId":"e8decf92-eb6f-4b23-bb44-12938f7769f4","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-25T01:30:13Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-a1fe77.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-a1fe77/rate-test-model-a1fe77\",\"requestedSubscription\":\"e2e-rate-iso-a-4474af\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-25T01:30:13Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","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-a1fe77.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a1fe77/models/facebook/opt-125m","name":"rate-test-model-a1fe77","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4474af","namespace":"ai-tenant-e2e-shared-a-a1fe77","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77"}} {"level":"debug","ts":"2026-07-25T01:30:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","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-25T01:30:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","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-25T01:30:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","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-25T01:30:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a1fe77/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-25T01:30:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","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-25T01:30:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","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-25T01:30:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","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-4474af"} {"level":"debug","ts":"2026-07-25T01:30:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"e8decf92-eb6f-4b23-bb44-12938f7769f4","keyName":"e2e-rate-a-4474af","selected_subscription":"e2e-rate-iso-a-4474af","selected_subscription_key":"ai-tenant-e2e-shared-a-a1fe77/e2e-rate-iso-a-4474af@ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a1fe77/models/facebook/opt-125m","name":"rate-test-model-a1fe77","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4474af","namespace":"ai-tenant-e2e-shared-a-a1fe77","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-25T01:30:13Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-25T01:30:13Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1ec9de4d-3ba8-41b0-b135-898b772e63ca","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-25T01:30:14Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:39520","PortSpecifier":{"PortValue":39520}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.91:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","method":"POST","path":"/ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77/v1/completions","host":"e2e-shared-a-a1fe77.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-25T01:30:14Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:39520","PortSpecifier":{"PortValue":39520}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.91:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784943014,"nanos":605070263},"http":{"id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","method":"POST","headers":{":authority":"e2e-shared-a-a1fe77.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:14Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1VESon1LS3xptZR3h_h9tEC4fWeSrreKev7HWk9co20Dvxs7aR5O1syGa20v5"} {"level":"debug","ts":"2026-07-25T01:30:14Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-a1fe77.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1VESon1LS3xptZR3h_h9tEC4fWeSrreKev7HWk9co20Dvxs7aR5O1syGa20v5\"}"} {"level":"debug","ts":"2026-07-25T01:30:14Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","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-a1fe77.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":"e8decf92-eb6f-4b23-bb44-12938f7769f4","keyName":"e2e-rate-a-4474af","subscription":"e2e-rate-iso-a-4474af","tenant":"e2e-shared-a-a1fe77","userId":"e8decf92-eb6f-4b23-bb44-12938f7769f4","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-25T01:30:14Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-a1fe77.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-a1fe77/rate-test-model-a1fe77\",\"requestedSubscription\":\"e2e-rate-iso-a-4474af\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-25T01:30:14Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","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-a1fe77.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a1fe77/models/facebook/opt-125m","name":"rate-test-model-a1fe77","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4474af","namespace":"ai-tenant-e2e-shared-a-a1fe77","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77"}} {"level":"debug","ts":"2026-07-25T01:30:14Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:14Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","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-25T01:30:14Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","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-25T01:30:14Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a1fe77/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-25T01:30:14Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","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-25T01:30:14Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","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-4474af"} {"level":"debug","ts":"2026-07-25T01:30:14Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","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-25T01:30:14Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","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-25T01:30:14Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"e8decf92-eb6f-4b23-bb44-12938f7769f4","keyName":"e2e-rate-a-4474af","selected_subscription":"e2e-rate-iso-a-4474af","selected_subscription_key":"ai-tenant-e2e-shared-a-a1fe77/e2e-rate-iso-a-4474af@ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a1fe77/models/facebook/opt-125m","name":"rate-test-model-a1fe77","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4474af","namespace":"ai-tenant-e2e-shared-a-a1fe77","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-25T01:30:14Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-25T01:30:14Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2f37ec74-81d0-4731-90c1-fbbe5c80e034","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-25T01:30:15Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:43552","PortSpecifier":{"PortValue":43552}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.91:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","method":"POST","path":"/ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77/v1/completions","host":"e2e-shared-a-a1fe77.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-25T01:30:15Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:43552","PortSpecifier":{"PortValue":43552}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.91:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784943015,"nanos":647229583},"http":{"id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","method":"POST","headers":{":authority":"e2e-shared-a-a1fe77.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:15Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1VESon1LS3xptZR3h_h9tEC4fWeSrreKev7HWk9co20Dvxs7aR5O1syGa20v5"} {"level":"debug","ts":"2026-07-25T01:30:15Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-a1fe77.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1VESon1LS3xptZR3h_h9tEC4fWeSrreKev7HWk9co20Dvxs7aR5O1syGa20v5\"}"} {"level":"debug","ts":"2026-07-25T01:30:15Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","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-a1fe77.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":"e8decf92-eb6f-4b23-bb44-12938f7769f4","keyName":"e2e-rate-a-4474af","subscription":"e2e-rate-iso-a-4474af","tenant":"e2e-shared-a-a1fe77","userId":"e8decf92-eb6f-4b23-bb44-12938f7769f4","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-25T01:30:15Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-a1fe77.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-a1fe77/rate-test-model-a1fe77\",\"requestedSubscription\":\"e2e-rate-iso-a-4474af\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-25T01:30:15Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","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-a1fe77.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a1fe77/models/facebook/opt-125m","name":"rate-test-model-a1fe77","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4474af","namespace":"ai-tenant-e2e-shared-a-a1fe77","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77"}} {"level":"debug","ts":"2026-07-25T01:30:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","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-25T01:30:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","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-25T01:30:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a1fe77/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-25T01:30:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","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-25T01:30:15Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","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-25T01:30:15Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","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-25T01:30:15Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","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-4474af"} {"level":"debug","ts":"2026-07-25T01:30:15Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"e8decf92-eb6f-4b23-bb44-12938f7769f4","keyName":"e2e-rate-a-4474af","selected_subscription":"e2e-rate-iso-a-4474af","selected_subscription_key":"ai-tenant-e2e-shared-a-a1fe77/e2e-rate-iso-a-4474af@ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a1fe77/models/facebook/opt-125m","name":"rate-test-model-a1fe77","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4474af","namespace":"ai-tenant-e2e-shared-a-a1fe77","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-25T01:30:15Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-25T01:30:15Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9a182797-3efb-445a-ac10-eb9d2c2d053f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-25T01:30:16Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a2068295-4de1-4758-8a09-6a4cbb85d619","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:43566","PortSpecifier":{"PortValue":43566}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.91:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"a2068295-4de1-4758-8a09-6a4cbb85d619","method":"POST","path":"/ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77/v1/completions","host":"e2e-shared-a-a1fe77.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-25T01:30:16Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a2068295-4de1-4758-8a09-6a4cbb85d619","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:43566","PortSpecifier":{"PortValue":43566}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.91:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784943016,"nanos":686306576},"http":{"id":"a2068295-4de1-4758-8a09-6a4cbb85d619","method":"POST","headers":{":authority":"e2e-shared-a-a1fe77.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:16Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"a2068295-4de1-4758-8a09-6a4cbb85d619","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1VESon1LS3xptZR3h_h9tEC4fWeSrreKev7HWk9co20Dvxs7aR5O1syGa20v5"} {"level":"debug","ts":"2026-07-25T01:30:16Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"a2068295-4de1-4758-8a09-6a4cbb85d619","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-a1fe77.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1VESon1LS3xptZR3h_h9tEC4fWeSrreKev7HWk9co20Dvxs7aR5O1syGa20v5\"}"} {"level":"debug","ts":"2026-07-25T01:30:16Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"a2068295-4de1-4758-8a09-6a4cbb85d619","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-a1fe77.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":"e8decf92-eb6f-4b23-bb44-12938f7769f4","keyName":"e2e-rate-a-4474af","subscription":"e2e-rate-iso-a-4474af","tenant":"e2e-shared-a-a1fe77","userId":"e8decf92-eb6f-4b23-bb44-12938f7769f4","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-25T01:30:16Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"a2068295-4de1-4758-8a09-6a4cbb85d619","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-a1fe77.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-a1fe77/rate-test-model-a1fe77\",\"requestedSubscription\":\"e2e-rate-iso-a-4474af\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-25T01:30:16Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"a2068295-4de1-4758-8a09-6a4cbb85d619","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-a1fe77.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a1fe77/models/facebook/opt-125m","name":"rate-test-model-a1fe77","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4474af","namespace":"ai-tenant-e2e-shared-a-a1fe77","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77"}} {"level":"debug","ts":"2026-07-25T01:30:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"a2068295-4de1-4758-8a09-6a4cbb85d619","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a2068295-4de1-4758-8a09-6a4cbb85d619","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-25T01:30:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a2068295-4de1-4758-8a09-6a4cbb85d619","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-25T01:30:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a2068295-4de1-4758-8a09-6a4cbb85d619","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-25T01:30:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a2068295-4de1-4758-8a09-6a4cbb85d619","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a1fe77/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-25T01:30:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a2068295-4de1-4758-8a09-6a4cbb85d619","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-25T01:30:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a2068295-4de1-4758-8a09-6a4cbb85d619","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-25T01:30:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a2068295-4de1-4758-8a09-6a4cbb85d619","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-4474af"} {"level":"debug","ts":"2026-07-25T01:30:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a2068295-4de1-4758-8a09-6a4cbb85d619","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"e8decf92-eb6f-4b23-bb44-12938f7769f4","keyName":"e2e-rate-a-4474af","selected_subscription":"e2e-rate-iso-a-4474af","selected_subscription_key":"ai-tenant-e2e-shared-a-a1fe77/e2e-rate-iso-a-4474af@ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a1fe77/models/facebook/opt-125m","name":"rate-test-model-a1fe77","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4474af","namespace":"ai-tenant-e2e-shared-a-a1fe77","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-25T01:30:16Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a2068295-4de1-4758-8a09-6a4cbb85d619","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-25T01:30:16Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a2068295-4de1-4758-8a09-6a4cbb85d619","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-25T01:30:17Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"32f46732-f3df-47bf-9cf9-e08371ca137d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:43570","PortSpecifier":{"PortValue":43570}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.91:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"32f46732-f3df-47bf-9cf9-e08371ca137d","method":"POST","path":"/ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77/v1/completions","host":"e2e-shared-a-a1fe77.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-25T01:30:17Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"32f46732-f3df-47bf-9cf9-e08371ca137d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:43570","PortSpecifier":{"PortValue":43570}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.91:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784943017,"nanos":723106543},"http":{"id":"32f46732-f3df-47bf-9cf9-e08371ca137d","method":"POST","headers":{":authority":"e2e-shared-a-a1fe77.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:17Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"32f46732-f3df-47bf-9cf9-e08371ca137d","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1VESon1LS3xptZR3h_h9tEC4fWeSrreKev7HWk9co20Dvxs7aR5O1syGa20v5"} {"level":"debug","ts":"2026-07-25T01:30:17Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"32f46732-f3df-47bf-9cf9-e08371ca137d","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-a1fe77.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1VESon1LS3xptZR3h_h9tEC4fWeSrreKev7HWk9co20Dvxs7aR5O1syGa20v5\"}"} {"level":"debug","ts":"2026-07-25T01:30:17Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"32f46732-f3df-47bf-9cf9-e08371ca137d","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-a1fe77.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":"e8decf92-eb6f-4b23-bb44-12938f7769f4","keyName":"e2e-rate-a-4474af","subscription":"e2e-rate-iso-a-4474af","tenant":"e2e-shared-a-a1fe77","userId":"e8decf92-eb6f-4b23-bb44-12938f7769f4","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-25T01:30:17Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"32f46732-f3df-47bf-9cf9-e08371ca137d","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-a1fe77.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-a1fe77/rate-test-model-a1fe77\",\"requestedSubscription\":\"e2e-rate-iso-a-4474af\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-25T01:30:17Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"32f46732-f3df-47bf-9cf9-e08371ca137d","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-a1fe77.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a1fe77/models/facebook/opt-125m","name":"rate-test-model-a1fe77","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4474af","namespace":"ai-tenant-e2e-shared-a-a1fe77","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77"}} {"level":"debug","ts":"2026-07-25T01:30:17Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"32f46732-f3df-47bf-9cf9-e08371ca137d","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:17Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"32f46732-f3df-47bf-9cf9-e08371ca137d","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-25T01:30:17Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"32f46732-f3df-47bf-9cf9-e08371ca137d","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-25T01:30:17Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"32f46732-f3df-47bf-9cf9-e08371ca137d","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a1fe77/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-25T01:30:17Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"32f46732-f3df-47bf-9cf9-e08371ca137d","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-25T01:30:17Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"32f46732-f3df-47bf-9cf9-e08371ca137d","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-25T01:30:17Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"32f46732-f3df-47bf-9cf9-e08371ca137d","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-25T01:30:17Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"32f46732-f3df-47bf-9cf9-e08371ca137d","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-4474af"} {"level":"debug","ts":"2026-07-25T01:30:17Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"32f46732-f3df-47bf-9cf9-e08371ca137d","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"e8decf92-eb6f-4b23-bb44-12938f7769f4","keyName":"e2e-rate-a-4474af","selected_subscription":"e2e-rate-iso-a-4474af","selected_subscription_key":"ai-tenant-e2e-shared-a-a1fe77/e2e-rate-iso-a-4474af@ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a1fe77/models/facebook/opt-125m","name":"rate-test-model-a1fe77","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4474af","namespace":"ai-tenant-e2e-shared-a-a1fe77","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-25T01:30:17Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"32f46732-f3df-47bf-9cf9-e08371ca137d","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-25T01:30:17Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"32f46732-f3df-47bf-9cf9-e08371ca137d","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:43572","PortSpecifier":{"PortValue":43572}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.91:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","method":"POST","path":"/ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77/v1/completions","host":"e2e-shared-a-a1fe77.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:43572","PortSpecifier":{"PortValue":43572}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.91:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784943018,"nanos":762587885},"http":{"id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","method":"POST","headers":{":authority":"e2e-shared-a-a1fe77.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1VESon1LS3xptZR3h_h9tEC4fWeSrreKev7HWk9co20Dvxs7aR5O1syGa20v5"} {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-a1fe77.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1VESon1LS3xptZR3h_h9tEC4fWeSrreKev7HWk9co20Dvxs7aR5O1syGa20v5\"}"} {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","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-a1fe77.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":"e8decf92-eb6f-4b23-bb44-12938f7769f4","keyName":"e2e-rate-a-4474af","subscription":"e2e-rate-iso-a-4474af","tenant":"e2e-shared-a-a1fe77","userId":"e8decf92-eb6f-4b23-bb44-12938f7769f4","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-a1fe77.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-a1fe77/rate-test-model-a1fe77\",\"requestedSubscription\":\"e2e-rate-iso-a-4474af\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","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-a1fe77.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a1fe77/models/facebook/opt-125m","name":"rate-test-model-a1fe77","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4474af","namespace":"ai-tenant-e2e-shared-a-a1fe77","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77"}} {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","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-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","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-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-a1fe77/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-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","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-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","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-4474af"} {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","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-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","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-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"e8decf92-eb6f-4b23-bb44-12938f7769f4","keyName":"e2e-rate-a-4474af","selected_subscription":"e2e-rate-iso-a-4474af","selected_subscription_key":"ai-tenant-e2e-shared-a-a1fe77/e2e-rate-iso-a-4474af@ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-a1fe77/models/facebook/opt-125m","name":"rate-test-model-a1fe77","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4474af","namespace":"ai-tenant-e2e-shared-a-a1fe77","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-a1fe77/rate-test-model-a1fe77"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"12d2dd27-033a-49ce-bff5-38610bcb9e65","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"259a0e0e-34f6-4def-8353-a8818c1e9432","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:51962","PortSpecifier":{"PortValue":51962}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.51:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"259a0e0e-34f6-4def-8353-a8818c1e9432","method":"POST","path":"/ai-tenant-e2e-shared-b-d50ef4/rate-test-model-d50ef4/v1/completions","host":"e2e-shared-b-d50ef4.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"259a0e0e-34f6-4def-8353-a8818c1e9432","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:51962","PortSpecifier":{"PortValue":51962}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.51:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784943018,"nanos":801866892},"http":{"id":"259a0e0e-34f6-4def-8353-a8818c1e9432","method":"POST","headers":{":authority":"e2e-shared-b-d50ef4.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-b-d50ef4/rate-test-model-d50ef4/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"259a0e0e-34f6-4def-8353-a8818c1e9432","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-ogE1E2mPBHMbyXZW_RgpPuSiFVWIiXxQJ2kgjRs7cOMCWXX6foDaHNEuTLD4"} {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"259a0e0e-34f6-4def-8353-a8818c1e9432","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-d50ef4.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-ogE1E2mPBHMbyXZW_RgpPuSiFVWIiXxQJ2kgjRs7cOMCWXX6foDaHNEuTLD4\"}"} {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"259a0e0e-34f6-4def-8353-a8818c1e9432","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-d50ef4.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":"def2d745-a5fc-4fc7-94cf-c3c6e10c5f02","keyName":"e2e-rate-b-4474af","subscription":"e2e-rate-iso-b-4474af","tenant":"e2e-shared-b-d50ef4","userId":"def2d745-a5fc-4fc7-94cf-c3c6e10c5f02","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"259a0e0e-34f6-4def-8353-a8818c1e9432","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-b-d50ef4.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-d50ef4/rate-test-model-d50ef4\",\"requestedSubscription\":\"e2e-rate-iso-b-4474af\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"259a0e0e-34f6-4def-8353-a8818c1e9432","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-d50ef4.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-b-d50ef4/models/facebook/opt-125m","name":"rate-test-model-d50ef4","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-4474af","namespace":"ai-tenant-e2e-shared-b-d50ef4","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-d50ef4/rate-test-model-d50ef4"}} {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"259a0e0e-34f6-4def-8353-a8818c1e9432","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"259a0e0e-34f6-4def-8353-a8818c1e9432","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-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"259a0e0e-34f6-4def-8353-a8818c1e9432","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-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"259a0e0e-34f6-4def-8353-a8818c1e9432","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-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"259a0e0e-34f6-4def-8353-a8818c1e9432","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-d50ef4/rate-test-model-d50ef4\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-d50ef4/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-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"259a0e0e-34f6-4def-8353-a8818c1e9432","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-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"259a0e0e-34f6-4def-8353-a8818c1e9432","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-4474af"} {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"259a0e0e-34f6-4def-8353-a8818c1e9432","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-25T01:30:18Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"259a0e0e-34f6-4def-8353-a8818c1e9432","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":"userid","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"def2d745-a5fc-4fc7-94cf-c3c6e10c5f02","keyName":"e2e-rate-b-4474af","selected_subscription":"e2e-rate-iso-b-4474af","selected_subscription_key":"ai-tenant-e2e-shared-b-d50ef4/e2e-rate-iso-b-4474af@ai-tenant-e2e-shared-b-d50ef4/rate-test-model-d50ef4","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-b-d50ef4/models/facebook/opt-125m","name":"rate-test-model-d50ef4","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-4474af","namespace":"ai-tenant-e2e-shared-b-d50ef4","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-d50ef4/rate-test-model-d50ef4"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"259a0e0e-34f6-4def-8353-a8818c1e9432","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-25T01:30:18Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"259a0e0e-34f6-4def-8353-a8818c1e9432","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-25T01:30:25Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/117fa9069d73db15d30811e50e749866c11e7f17beea75e8d0ec43c609c545e9"} {"level":"info","ts":"2026-07-25T01:30:25Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/352d86ac3d214f3b215522d4460c89e9ca18133f0760e16e6e344f5409396d26"} {"level":"info","ts":"2026-07-25T01:30:25Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c15bba9a1d065366cc60bb86fda00a2d205f85e4ed43dce1cc3e973bfc998e0d"} {"level":"info","ts":"2026-07-25T01:30:25Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/432f3c39dde8a027eea68266fa9c78e0cd29577500521e4cdcd19e508c7a8c37"} {"level":"info","ts":"2026-07-25T01:30:25Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/517241807b862ee32977517931bd3c6d4b34752bbe9eea16a54fefaa30903ed4"} {"level":"info","ts":"2026-07-25T01:30:26Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ac160d94f8c9a20901377e2388310f70eec70edd214a76669f55c6897ca18eff"} {"level":"info","ts":"2026-07-25T01:30:26Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/bcfcb20deda3eb61fb52fd428f8d668ada75a9736ff3f6c7fcda8c57250507fb"} {"level":"info","ts":"2026-07-25T01:30:26Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c714f0cec9337e1d51f37dfe476aab68a09d156e0b21241dc089237336584af0"} {"level":"info","ts":"2026-07-25T01:30:26Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7df2d7e35649c6b54dcd8fa0e082028eb16532cbe5b13bf840af74c03c308338"} {"level":"info","ts":"2026-07-25T01:30:26Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/fbb817dea6fb8468b61b0686d74074b9755678c8488a72e3f63d6e63cef7f8e0"} {"level":"info","ts":"2026-07-25T01:30:26Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/619f64a67bf378c723fdd8ff40f0d15b3bbe6b769c098bc633b8fb37b045582e"} {"level":"info","ts":"2026-07-25T01:30:26Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/888233f48a5be81c1a74f463f6f61c9f79b81cd69a9d592ecc329fd8509e0f55"} {"level":"info","ts":"2026-07-25T01:30:26Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/dade7c4207c837871d216be71d742359e6b04a574143923200e9b6147a82b872"} {"level":"info","ts":"2026-07-25T01:30:26Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a58f34ebdb3ac984bc39026da71e3d3d7a4bdedb1e47ebfd343f8a536f7be038"} {"level":"info","ts":"2026-07-25T01:30:26Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d5e6f4de68e753796bb99500d2218ed63ab17b96a805436b12abf3dff1ca5273"} {"level":"info","ts":"2026-07-25T01:30:26Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/8ae7749d0f00c066f6df4340f69bbc1c616a992cfd1256a51bfb035f99ccdaf7"} {"level":"info","ts":"2026-07-25T01:30:26Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c10e7f11fcd7651501f09605450d51c96342717a9ac31fec397b8f589d7f3871"} {"level":"info","ts":"2026-07-25T01:30:26Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/53facfcd1dd992c4f613e9384f95b0cbd0ad60a5d28f4f594bc251210e3eddf2"} {"level":"info","ts":"2026-07-25T01:30:26Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/be5eea3cdb686a204f3fd920ed70c4d33b47e31aaa845b5fc825d44a80edbc7f"} {"level":"info","ts":"2026-07-25T01:30:26Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e3ee733e7fd25bb5f3db83b2d36b5c3c6717f3772815a5416377871c3d413a52"} {"level":"info","ts":"2026-07-25T01:30:26Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/92c62f7a696c9dda08e4ee2d5d08e3f1744d166957d41e3141aa784451398221"} {"level":"info","ts":"2026-07-25T01:30:26Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/db2fbdc2ae2a201abbca662a4d0590a84ad111217308752375b876592406d3a3"} {"level":"info","ts":"2026-07-25T01:30:26Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3a10360217717f21eb9556b8b761b4dbc083fda883e6b2a436883dd543b127e0"} {"level":"info","ts":"2026-07-25T01:30:26Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/cf825b8940240ee37ee2d8a0633df692194265a917315a188acff2fd14d205be"} {"level":"info","ts":"2026-07-25T01:31:22Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7707c380-4343-47b3-b0f8-cc58104c2b7d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:51848","PortSpecifier":{"PortValue":51848}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.25:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"7707c380-4343-47b3-b0f8-cc58104c2b7d","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-25T01:31:22Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7707c380-4343-47b3-b0f8-cc58104c2b7d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:51848","PortSpecifier":{"PortValue":51848}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.25:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784943082,"nanos":330474960},"http":{"id":"7707c380-4343-47b3-b0f8-cc58104c2b7d","method":"POST","headers":{":authority":"maas.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.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-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"7707c380-4343-47b3-b0f8-cc58104c2b7d","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"7707c380-4343-47b3-b0f8-cc58104c2b7d","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":"fe9902fb-7b9e-46b8-a915-b2f68fd09a68","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=eb9d480d-2c68-407e-8820-7a9e91457781"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/8253f410eb62"]}} {"level":"debug","ts":"2026-07-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"7707c380-4343-47b3-b0f8-cc58104c2b7d","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/8253f410eb62"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=eb9d480d-2c68-407e-8820-7a9e91457781"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"fe9902fb-7b9e-46b8-a915-b2f68fd09a68","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"b64d1d3a1a41de71c5b05aa58c2da5025409dfbb29fbaa63fe6a7b8fb71bf42e"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.25:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.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-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7707c380-4343-47b3-b0f8-cc58104c2b7d","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-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7707c380-4343-47b3-b0f8-cc58104c2b7d","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-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7707c380-4343-47b3-b0f8-cc58104c2b7d","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-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"7707c380-4343-47b3-b0f8-cc58104c2b7d","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":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7707c380-4343-47b3-b0f8-cc58104c2b7d","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-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7707c380-4343-47b3-b0f8-cc58104c2b7d","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-25T01:31:22Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7707c380-4343-47b3-b0f8-cc58104c2b7d","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-25T01:31:22Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7707c380-4343-47b3-b0f8-cc58104c2b7d","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-25T01:31:22Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4214e72e-669e-4a5c-b31f-27b426a645ca","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:51862","PortSpecifier":{"PortValue":51862}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.25:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"4214e72e-669e-4a5c-b31f-27b426a645ca","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-25T01:31:22Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4214e72e-669e-4a5c-b31f-27b426a645ca","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:51862","PortSpecifier":{"PortValue":51862}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.25:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784943082,"nanos":396001551},"http":{"id":"4214e72e-669e-4a5c-b31f-27b426a645ca","method":"POST","headers":{":authority":"maas.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.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-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"4214e72e-669e-4a5c-b31f-27b426a645ca","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-uQvGYfSAtGFJiAsT_Ms8bsFClHunEZe8RsWzklY6t9jXCHoBB1xuyJjQLlsV"} {"level":"debug","ts":"2026-07-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"4214e72e-669e-4a5c-b31f-27b426a645ca","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-uQvGYfSAtGFJiAsT_Ms8bsFClHunEZe8RsWzklY6t9jXCHoBB1xuyJjQLlsV\"}"} {"level":"debug","ts":"2026-07-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"4214e72e-669e-4a5c-b31f-27b426a645ca","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":"418c0e17-9e7d-47bf-9604-551c6b984cd4","keyName":"e2e-ipp-default","subscription":"simulator-subscription","tenant":"models-as-a-service","userId":"418c0e17-9e7d-47bf-9604-551c6b984cd4","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"4214e72e-669e-4a5c-b31f-27b426a645ca","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-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"4214e72e-669e-4a5c-b31f-27b426a645ca","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","model_name":"publishers/llm/models/facebook/opt-125m","name":"facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true,"resolvedModel":"llm/facebook-opt-125m-simulated"}} {"level":"debug","ts":"2026-07-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"4214e72e-669e-4a5c-b31f-27b426a645ca","input":{"auth":{"identity":"Bearer **** subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","model_name":"publishers/llm/models/facebook/opt-125m","name":"facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true,"resolvedModel":"llm/facebook-opt-125m-simulated"}}},"context":{"context_extensions":{"host":"311b1be286674fd5684c9ac59b318287dade9769cfe4aeebd8c88e2dc6b72418"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.25:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.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-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4214e72e-669e-4a5c-b31f-27b426a645ca","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-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4214e72e-669e-4a5c-b31f-27b426a645ca","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-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4214e72e-669e-4a5c-b31f-27b426a645ca","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-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4214e72e-669e-4a5c-b31f-27b426a645ca","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-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4214e72e-669e-4a5c-b31f-27b426a645ca","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-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4214e72e-669e-4a5c-b31f-27b426a645ca","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-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4214e72e-669e-4a5c-b31f-27b426a645ca","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-25T01:31:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4214e72e-669e-4a5c-b31f-27b426a645ca","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"418c0e17-9e7d-47bf-9604-551c6b984cd4","keyName":"e2e-ipp-default","selected_subscription":"simulator-subscription","selected_subscription_key":"models-as-a-service/simulator-subscription@llm/facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","model_name":"publishers/llm/models/facebook/opt-125m","name":"facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true,"resolvedModel":"llm/facebook-opt-125m-simulated"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-25T01:31:22Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4214e72e-669e-4a5c-b31f-27b426a645ca","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-25T01:31:22Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4214e72e-669e-4a5c-b31f-27b426a645ca","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"} {"level":"error","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898\": 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-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dc2ba964a9d3408e030b251ffe381b1c082989151eb623f79f34d86534caf59f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dc2ba964a9d3408e030b251ffe381b1c082989151eb623f79f34d86534caf59f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dc2ba964a9d3408e030b251ffe381b1c082989151eb623f79f34d86534caf59f"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"dc2ba964a9d3408e030b251ffe381b1c082989151eb623f79f34d86534caf59f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["dc2ba964a9d3408e030b251ffe381b1c082989151eb623f79f34d86534caf59f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"dc2ba964a9d3408e030b251ffe381b1c082989151eb623f79f34d86534caf59f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"dc2ba964a9d3408e030b251ffe381b1c082989151eb623f79f34d86534caf59f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/dc2ba964a9d3408e030b251ffe381b1c082989151eb623f79f34d86534caf59f"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c"} {"level":"error","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6\": 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-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"} {"level":"error","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6\": 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-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c"} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c"} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c"} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c"} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c"} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bac8578ac28341fdddfa9ff3b4b6f2e407800b31745c76194884a7158d2991ec","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bac8578ac28341fdddfa9ff3b4b6f2e407800b31745c76194884a7158d2991ec","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bac8578ac28341fdddfa9ff3b4b6f2e407800b31745c76194884a7158d2991ec","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bac8578ac28341fdddfa9ff3b4b6f2e407800b31745c76194884a7158d2991ec","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c"} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bac8578ac28341fdddfa9ff3b4b6f2e407800b31745c76194884a7158d2991ec","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bac8578ac28341fdddfa9ff3b4b6f2e407800b31745c76194884a7158d2991ec","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bac8578ac28341fdddfa9ff3b4b6f2e407800b31745c76194884a7158d2991ec","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bac8578ac28341fdddfa9ff3b4b6f2e407800b31745c76194884a7158d2991ec"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bac8578ac28341fdddfa9ff3b4b6f2e407800b31745c76194884a7158d2991ec"} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bac8578ac28341fdddfa9ff3b4b6f2e407800b31745c76194884a7158d2991ec","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["bac8578ac28341fdddfa9ff3b4b6f2e407800b31745c76194884a7158d2991ec"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bac8578ac28341fdddfa9ff3b4b6f2e407800b31745c76194884a7158d2991ec","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e8a8f76426364ae8f70949994fab1c6567386646f6da2971c97cdb1b134fec24","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:44Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e8a8f76426364ae8f70949994fab1c6567386646f6da2971c97cdb1b134fec24"} {"level":"info","ts":"2026-07-25T01:31:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bac8578ac28341fdddfa9ff3b4b6f2e407800b31745c76194884a7158d2991ec"} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e8a8f76426364ae8f70949994fab1c6567386646f6da2971c97cdb1b134fec24","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bac8578ac28341fdddfa9ff3b4b6f2e407800b31745c76194884a7158d2991ec","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e8a8f76426364ae8f70949994fab1c6567386646f6da2971c97cdb1b134fec24","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e8a8f76426364ae8f70949994fab1c6567386646f6da2971c97cdb1b134fec24","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e8a8f76426364ae8f70949994fab1c6567386646f6da2971c97cdb1b134fec24"} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e8a8f76426364ae8f70949994fab1c6567386646f6da2971c97cdb1b134fec24","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e8a8f76426364ae8f70949994fab1c6567386646f6da2971c97cdb1b134fec24"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e8a8f76426364ae8f70949994fab1c6567386646f6da2971c97cdb1b134fec24","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aa477ccabc05dad642f66548f7996721705d403fbb259c289cf0f0a6c3e8c444","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aa477ccabc05dad642f66548f7996721705d403fbb259c289cf0f0a6c3e8c444"} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e8a8f76426364ae8f70949994fab1c6567386646f6da2971c97cdb1b134fec24"} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aa477ccabc05dad642f66548f7996721705d403fbb259c289cf0f0a6c3e8c444","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e8a8f76426364ae8f70949994fab1c6567386646f6da2971c97cdb1b134fec24","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aa477ccabc05dad642f66548f7996721705d403fbb259c289cf0f0a6c3e8c444","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aa477ccabc05dad642f66548f7996721705d403fbb259c289cf0f0a6c3e8c444","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aa477ccabc05dad642f66548f7996721705d403fbb259c289cf0f0a6c3e8c444"} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aa477ccabc05dad642f66548f7996721705d403fbb259c289cf0f0a6c3e8c444","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["aa477ccabc05dad642f66548f7996721705d403fbb259c289cf0f0a6c3e8c444"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aa477ccabc05dad642f66548f7996721705d403fbb259c289cf0f0a6c3e8c444","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"070e4a8c8eaf11970613386e14885aadffddea0365f42d3b7145a28a53d29461","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/070e4a8c8eaf11970613386e14885aadffddea0365f42d3b7145a28a53d29461"} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aa477ccabc05dad642f66548f7996721705d403fbb259c289cf0f0a6c3e8c444"} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"070e4a8c8eaf11970613386e14885aadffddea0365f42d3b7145a28a53d29461","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aa477ccabc05dad642f66548f7996721705d403fbb259c289cf0f0a6c3e8c444","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"070e4a8c8eaf11970613386e14885aadffddea0365f42d3b7145a28a53d29461","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"070e4a8c8eaf11970613386e14885aadffddea0365f42d3b7145a28a53d29461","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/070e4a8c8eaf11970613386e14885aadffddea0365f42d3b7145a28a53d29461"} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"070e4a8c8eaf11970613386e14885aadffddea0365f42d3b7145a28a53d29461","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["070e4a8c8eaf11970613386e14885aadffddea0365f42d3b7145a28a53d29461"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"070e4a8c8eaf11970613386e14885aadffddea0365f42d3b7145a28a53d29461","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"97534f11d5837095fb7a445191a1cbbe3e757199ac1f396f83f6ed02459a350e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/97534f11d5837095fb7a445191a1cbbe3e757199ac1f396f83f6ed02459a350e"} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c3d4175d6c477753ad59d606ca40ade17b9f1c3ba41594aef5793d81552a0e25"} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/070e4a8c8eaf11970613386e14885aadffddea0365f42d3b7145a28a53d29461"} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"97534f11d5837095fb7a445191a1cbbe3e757199ac1f396f83f6ed02459a350e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c3d4175d6c477753ad59d606ca40ade17b9f1c3ba41594aef5793d81552a0e25","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c3d4175d6c477753ad59d606ca40ade17b9f1c3ba41594aef5793d81552a0e25"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8dcfbd13a69a5890c328259dfe49ff1c38733aae76bec19b5d1a0e3a764fafb4"} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/97534f11d5837095fb7a445191a1cbbe3e757199ac1f396f83f6ed02459a350e"} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c3d4175d6c477753ad59d606ca40ade17b9f1c3ba41594aef5793d81552a0e25","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"070e4a8c8eaf11970613386e14885aadffddea0365f42d3b7145a28a53d29461","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8dcfbd13a69a5890c328259dfe49ff1c38733aae76bec19b5d1a0e3a764fafb4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8dcfbd13a69a5890c328259dfe49ff1c38733aae76bec19b5d1a0e3a764fafb4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7dfb5a7ea5b1a33bffad7840c235ffb9b847ed0eac750abece55a613493e7527"} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c3d4175d6c477753ad59d606ca40ade17b9f1c3ba41594aef5793d81552a0e25"} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8dcfbd13a69a5890c328259dfe49ff1c38733aae76bec19b5d1a0e3a764fafb4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"97534f11d5837095fb7a445191a1cbbe3e757199ac1f396f83f6ed02459a350e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["97534f11d5837095fb7a445191a1cbbe3e757199ac1f396f83f6ed02459a350e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8dcfbd13a69a5890c328259dfe49ff1c38733aae76bec19b5d1a0e3a764fafb4"} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"97534f11d5837095fb7a445191a1cbbe3e757199ac1f396f83f6ed02459a350e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7dfb5a7ea5b1a33bffad7840c235ffb9b847ed0eac750abece55a613493e7527","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-25T01:31:45Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7dfb5a7ea5b1a33bffad7840c235ffb9b847ed0eac750abece55a613493e7527"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/97534f11d5837095fb7a445191a1cbbe3e757199ac1f396f83f6ed02459a350e"} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7dfb5a7ea5b1a33bffad7840c235ffb9b847ed0eac750abece55a613493e7527","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c3d4175d6c477753ad59d606ca40ade17b9f1c3ba41594aef5793d81552a0e25","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8dcfbd13a69a5890c328259dfe49ff1c38733aae76bec19b5d1a0e3a764fafb4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"97534f11d5837095fb7a445191a1cbbe3e757199ac1f396f83f6ed02459a350e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7dfb5a7ea5b1a33bffad7840c235ffb9b847ed0eac750abece55a613493e7527","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-25T01:31:45Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7dfb5a7ea5b1a33bffad7840c235ffb9b847ed0eac750abece55a613493e7527"} {"level":"info","ts":"2026-07-25T01:32:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e14e31b9-5531-4df8-8163-09c73b6b1be0","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:36474","PortSpecifier":{"PortValue":36474}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.55:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"e14e31b9-5531-4df8-8163-09c73b6b1be0","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-ipp-a-7b2fa1.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-25T01:32:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e14e31b9-5531-4df8-8163-09c73b6b1be0","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:36474","PortSpecifier":{"PortValue":36474}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.55:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784943122,"nanos":335112265},"http":{"id":"e14e31b9-5531-4df8-8163-09c73b6b1be0","method":"POST","headers":{":authority":"e2e-ipp-a-7b2fa1.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.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-25T01:32:02Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"e14e31b9-5531-4df8-8163-09c73b6b1be0","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-25T01:32:02Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"e14e31b9-5531-4df8-8163-09c73b6b1be0","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":"fe9902fb-7b9e-46b8-a915-b2f68fd09a68","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=eb9d480d-2c68-407e-8820-7a9e91457781"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/8253f410eb62"]}} {"level":"debug","ts":"2026-07-25T01:32:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"e14e31b9-5531-4df8-8163-09c73b6b1be0","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/8253f410eb62"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=eb9d480d-2c68-407e-8820-7a9e91457781"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"fe9902fb-7b9e-46b8-a915-b2f68fd09a68","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"c3d4175d6c477753ad59d606ca40ade17b9f1c3ba41594aef5793d81552a0e25"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.55:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-ipp-a-7b2fa1.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.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-25T01:32:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e14e31b9-5531-4df8-8163-09c73b6b1be0","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-25T01:32:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e14e31b9-5531-4df8-8163-09c73b6b1be0","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-25T01:32:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e14e31b9-5531-4df8-8163-09c73b6b1be0","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-7b2fa1/ipp-route-7b2fa1\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-7b2fa1/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-25T01:32:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"e14e31b9-5531-4df8-8163-09c73b6b1be0","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":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-25T01:32:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e14e31b9-5531-4df8-8163-09c73b6b1be0","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-25T01:32:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e14e31b9-5531-4df8-8163-09c73b6b1be0","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-25T01:32:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e14e31b9-5531-4df8-8163-09c73b6b1be0","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-25T01:32:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e14e31b9-5531-4df8-8163-09c73b6b1be0","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-25T01:32:04Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e50c999c-df85-495d-a2a5-d3f4752643c1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:36486","PortSpecifier":{"PortValue":36486}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.55:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"e50c999c-df85-495d-a2a5-d3f4752643c1","method":"POST","path":"/ai-tenant-e2e-ipp-a-7b2fa1/ipp-route-7b2fa1/v1/chat/completions","host":"e2e-ipp-a-7b2fa1.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-25T01:32:04Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e50c999c-df85-495d-a2a5-d3f4752643c1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.15:36486","PortSpecifier":{"PortValue":36486}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.55:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784943124,"nanos":399449761},"http":{"id":"e50c999c-df85-495d-a2a5-d3f4752643c1","method":"POST","headers":{":authority":"e2e-ipp-a-7b2fa1.apps.868e7211-dfcc-4745-b4fc-8253f410eb62.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-ipp-a-7b2fa1/ipp-route-7b2fa1/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:32:04Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"e50c999c-df85-495d-a2a5-d3f4752643c1","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1Iai3K9cGVpOT6S13_8SZZIWeBbK007mXvuZBTMY9HER0AQC1XzDX8y4NWROL"} {"level":"debug","ts":"2026-07-25T01:32:04Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"e50c999c-df85-495d-a2a5-d3f4752643c1","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-ipp-a-7b2fa1.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1Iai3K9cGVpOT6S13_8SZZIWeBbK007mXvuZBTMY9HER0AQC1XzDX8y4NWROL\"}"} {"level":"debug","ts":"2026-07-25T01:32:04Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"e50c999c-df85-495d-a2a5-d3f4752643c1","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-7b2fa1.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":"e38bb1ea-0b4a-42f8-a95f-660ca4e10762","keyName":"e2e-ipp-7b2fa1","subscription":"ipp-route-7b2fa1-sub","tenant":"e2e-ipp-a-7b2fa1","userId":"e38bb1ea-0b4a-42f8-a95f-660ca4e10762","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-25T01:32:04Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"e50c999c-df85-495d-a2a5-d3f4752643c1","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-ipp-a-7b2fa1.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-7b2fa1/ipp-route-7b2fa1\",\"requestedSubscription\":\"ipp-route-7b2fa1-sub\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-25T01:32:04Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"e50c999c-df85-495d-a2a5-d3f4752643c1","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-7b2fa1.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-ipp-a-7b2fa1/models/facebook/opt-125m","name":"ipp-route-7b2fa1","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-7b2fa1-sub","namespace":"ai-tenant-e2e-ipp-a-7b2fa1","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-7b2fa1/ipp-route-7b2fa1"}} {"level":"debug","ts":"2026-07-25T01:32:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"e50c999c-df85-495d-a2a5-d3f4752643c1","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-25T01:32:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e50c999c-df85-495d-a2a5-d3f4752643c1","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-25T01:32:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e50c999c-df85-495d-a2a5-d3f4752643c1","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-25T01:32:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e50c999c-df85-495d-a2a5-d3f4752643c1","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-25T01:32:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e50c999c-df85-495d-a2a5-d3f4752643c1","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-7b2fa1/ipp-route-7b2fa1\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-7b2fa1/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-25T01:32:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e50c999c-df85-495d-a2a5-d3f4752643c1","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-25T01:32:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e50c999c-df85-495d-a2a5-d3f4752643c1","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-7b2fa1-sub"} {"level":"debug","ts":"2026-07-25T01:32:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e50c999c-df85-495d-a2a5-d3f4752643c1","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-25T01:32:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e50c999c-df85-495d-a2a5-d3f4752643c1","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","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"e38bb1ea-0b4a-42f8-a95f-660ca4e10762","keyName":"e2e-ipp-7b2fa1","selected_subscription":"ipp-route-7b2fa1-sub","selected_subscription_key":"ai-tenant-e2e-ipp-a-7b2fa1/ipp-route-7b2fa1-sub@ai-tenant-e2e-ipp-a-7b2fa1/ipp-route-7b2fa1","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-ipp-a-7b2fa1/models/facebook/opt-125m","name":"ipp-route-7b2fa1","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-7b2fa1-sub","namespace":"ai-tenant-e2e-ipp-a-7b2fa1","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-7b2fa1/ipp-route-7b2fa1"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-25T01:32:04Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e50c999c-df85-495d-a2a5-d3f4752643c1","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-25T01:32:04Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e50c999c-df85-495d-a2a5-d3f4752643c1","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-25T01:33:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a4d25745fd3b9ada916a7b1d90de86aa347ca56c7f1f9f98102be4644de577a6"} {"level":"info","ts":"2026-07-25T01:33:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/60911b6d826095a1c4798b0f2318c732abf190f2ea5a02ee7398b8dc87d16898"} {"level":"info","ts":"2026-07-25T01:33:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/bac8578ac28341fdddfa9ff3b4b6f2e407800b31745c76194884a7158d2991ec"} {"level":"info","ts":"2026-07-25T01:33:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/8dcfbd13a69a5890c328259dfe49ff1c38733aae76bec19b5d1a0e3a764fafb4"} {"level":"info","ts":"2026-07-25T01:33:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c3d4175d6c477753ad59d606ca40ade17b9f1c3ba41594aef5793d81552a0e25"} {"level":"info","ts":"2026-07-25T01:33:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/dc2ba964a9d3408e030b251ffe381b1c082989151eb623f79f34d86534caf59f"} {"level":"info","ts":"2026-07-25T01:33:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7dfb5a7ea5b1a33bffad7840c235ffb9b847ed0eac750abece55a613493e7527"} {"level":"info","ts":"2026-07-25T01:33:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/97534f11d5837095fb7a445191a1cbbe3e757199ac1f396f83f6ed02459a350e"} {"level":"info","ts":"2026-07-25T01:33:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/070e4a8c8eaf11970613386e14885aadffddea0365f42d3b7145a28a53d29461"} {"level":"info","ts":"2026-07-25T01:33:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e8a8f76426364ae8f70949994fab1c6567386646f6da2971c97cdb1b134fec24"} {"level":"info","ts":"2026-07-25T01:33:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/bd2b354aeae5a249425f73d59c2fda838ae9b8901c7db28b5f49f211b4550b2c"} {"level":"info","ts":"2026-07-25T01:33:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/aa477ccabc05dad642f66548f7996721705d403fbb259c289cf0f0a6c3e8c444"}