{"level":"debug","ts":"2026-07-24T13:37:12Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"af18438b-cb78-4fc5-a7d7-337d7482c7fe","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1IXOo7zPJaxiuD76o_3WQZMvP1m7i5Sz5ZLNW3uLgwWVCWleK9v2XSwtg6QR2\"}"} {"level":"debug","ts":"2026-07-24T13:37:12Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"af18438b-cb78-4fc5-a7d7-337d7482c7fe","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-f3a913.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":"4096ef72-6639-4d2c-a75c-bfb27903bd38","keyName":"e2e-rate-a-6796e0","subscription":"e2e-rate-iso-a-6796e0","tenant":"e2e-shared-a-f3a913","userId":"4096ef72-6639-4d2c-a75c-bfb27903bd38","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:37:12Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"af18438b-cb78-4fc5-a7d7-337d7482c7fe","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.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-f3a913/rate-test-model-f3a913\",\"requestedSubscription\":\"e2e-rate-iso-a-6796e0\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:37:12Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"af18438b-cb78-4fc5-a7d7-337d7482c7fe","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-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6796e0","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"}} {"level":"debug","ts":"2026-07-24T13:37:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"af18438b-cb78-4fc5-a7d7-337d7482c7fe","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"af18438b-cb78-4fc5-a7d7-337d7482c7fe","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-24T13:37:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"af18438b-cb78-4fc5-a7d7-337d7482c7fe","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-24T13:37:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"af18438b-cb78-4fc5-a7d7-337d7482c7fe","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-24T13:37:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"af18438b-cb78-4fc5-a7d7-337d7482c7fe","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-f3a913/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-24T13:37:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"af18438b-cb78-4fc5-a7d7-337d7482c7fe","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-6796e0"} {"level":"debug","ts":"2026-07-24T13:37:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"af18438b-cb78-4fc5-a7d7-337d7482c7fe","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-24T13:37:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"af18438b-cb78-4fc5-a7d7-337d7482c7fe","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-24T13:37:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"af18438b-cb78-4fc5-a7d7-337d7482c7fe","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":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","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":"4096ef72-6639-4d2c-a75c-bfb27903bd38","keyName":"e2e-rate-a-6796e0","selected_subscription":"e2e-rate-iso-a-6796e0","selected_subscription_key":"ai-tenant-e2e-shared-a-f3a913/e2e-rate-iso-a-6796e0@ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6796e0","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:37:12Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"af18438b-cb78-4fc5-a7d7-337d7482c7fe","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:37:12Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"af18438b-cb78-4fc5-a7d7-337d7482c7fe","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:37:13Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:47156","PortSpecifier":{"PortValue":47156}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","method":"POST","path":"/ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913/v1/completions","host":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:37:13Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:47156","PortSpecifier":{"PortValue":47156}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784900233,"nanos":273044006},"http":{"id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","method":"POST","headers":{":authority":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:13Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1IXOo7zPJaxiuD76o_3WQZMvP1m7i5Sz5ZLNW3uLgwWVCWleK9v2XSwtg6QR2"} {"level":"debug","ts":"2026-07-24T13:37:13Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1IXOo7zPJaxiuD76o_3WQZMvP1m7i5Sz5ZLNW3uLgwWVCWleK9v2XSwtg6QR2\"}"} {"level":"debug","ts":"2026-07-24T13:37:13Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","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-f3a913.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":"4096ef72-6639-4d2c-a75c-bfb27903bd38","keyName":"e2e-rate-a-6796e0","subscription":"e2e-rate-iso-a-6796e0","tenant":"e2e-shared-a-f3a913","userId":"4096ef72-6639-4d2c-a75c-bfb27903bd38","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:37:13Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.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-f3a913/rate-test-model-f3a913\",\"requestedSubscription\":\"e2e-rate-iso-a-6796e0\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:37:13Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","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-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6796e0","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"}} {"level":"debug","ts":"2026-07-24T13:37:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","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-24T13:37:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","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-24T13:37:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-f3a913/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-24T13:37:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","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-24T13:37:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","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-24T13:37:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","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-6796e0"} {"level":"debug","ts":"2026-07-24T13:37:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","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-24T13:37:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","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":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","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":"4096ef72-6639-4d2c-a75c-bfb27903bd38","keyName":"e2e-rate-a-6796e0","selected_subscription":"e2e-rate-iso-a-6796e0","selected_subscription_key":"ai-tenant-e2e-shared-a-f3a913/e2e-rate-iso-a-6796e0@ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6796e0","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:37:13Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:37:13Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"577e2b8d-7916-4dee-ba36-44fbf8bd05f3","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:37:14Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:47172","PortSpecifier":{"PortValue":47172}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","method":"POST","path":"/ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913/v1/completions","host":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:37:14Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:47172","PortSpecifier":{"PortValue":47172}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784900234,"nanos":311228306},"http":{"id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","method":"POST","headers":{":authority":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:14Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1IXOo7zPJaxiuD76o_3WQZMvP1m7i5Sz5ZLNW3uLgwWVCWleK9v2XSwtg6QR2"} {"level":"debug","ts":"2026-07-24T13:37:14Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1IXOo7zPJaxiuD76o_3WQZMvP1m7i5Sz5ZLNW3uLgwWVCWleK9v2XSwtg6QR2\"}"} {"level":"debug","ts":"2026-07-24T13:37:14Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","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-f3a913.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":"4096ef72-6639-4d2c-a75c-bfb27903bd38","keyName":"e2e-rate-a-6796e0","subscription":"e2e-rate-iso-a-6796e0","tenant":"e2e-shared-a-f3a913","userId":"4096ef72-6639-4d2c-a75c-bfb27903bd38","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:37:14Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.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-f3a913/rate-test-model-f3a913\",\"requestedSubscription\":\"e2e-rate-iso-a-6796e0\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:37:14Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","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-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6796e0","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"}} {"level":"debug","ts":"2026-07-24T13:37:14Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:14Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","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-24T13:37:14Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","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-24T13:37:14Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-f3a913/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-24T13:37:14Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","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-24T13:37:14Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","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-24T13:37:14Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","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-6796e0"} {"level":"debug","ts":"2026-07-24T13:37:14Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","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-24T13:37:14Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","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":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","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":"4096ef72-6639-4d2c-a75c-bfb27903bd38","keyName":"e2e-rate-a-6796e0","selected_subscription":"e2e-rate-iso-a-6796e0","selected_subscription_key":"ai-tenant-e2e-shared-a-f3a913/e2e-rate-iso-a-6796e0@ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6796e0","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:37:14Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:37:14Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b87785fe-710b-4f26-831a-b65d6fd44f0f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:37:15Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:47176","PortSpecifier":{"PortValue":47176}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","method":"POST","path":"/ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913/v1/completions","host":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:37:15Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:47176","PortSpecifier":{"PortValue":47176}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784900235,"nanos":353693542},"http":{"id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","method":"POST","headers":{":authority":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:15Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1IXOo7zPJaxiuD76o_3WQZMvP1m7i5Sz5ZLNW3uLgwWVCWleK9v2XSwtg6QR2"} {"level":"debug","ts":"2026-07-24T13:37:15Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1IXOo7zPJaxiuD76o_3WQZMvP1m7i5Sz5ZLNW3uLgwWVCWleK9v2XSwtg6QR2\"}"} {"level":"debug","ts":"2026-07-24T13:37:15Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","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-f3a913.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":"4096ef72-6639-4d2c-a75c-bfb27903bd38","keyName":"e2e-rate-a-6796e0","subscription":"e2e-rate-iso-a-6796e0","tenant":"e2e-shared-a-f3a913","userId":"4096ef72-6639-4d2c-a75c-bfb27903bd38","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:37:15Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.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-f3a913/rate-test-model-f3a913\",\"requestedSubscription\":\"e2e-rate-iso-a-6796e0\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:37:15Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","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-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6796e0","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"}} {"level":"debug","ts":"2026-07-24T13:37:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","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-24T13:37:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","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-24T13:37:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","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-24T13:37:15Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-f3a913/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-24T13:37:15Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","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-24T13:37:15Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","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-6796e0"} {"level":"debug","ts":"2026-07-24T13:37:15Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","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-24T13:37:15Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","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":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","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":"4096ef72-6639-4d2c-a75c-bfb27903bd38","keyName":"e2e-rate-a-6796e0","selected_subscription":"e2e-rate-iso-a-6796e0","selected_subscription_key":"ai-tenant-e2e-shared-a-f3a913/e2e-rate-iso-a-6796e0@ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6796e0","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:37:15Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:37:15Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6620865a-76ab-4c0a-8fbf-37ce9ed5c560","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:37:16Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c246198e-01d6-484e-ace5-4877b1ee7b41","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:47184","PortSpecifier":{"PortValue":47184}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"c246198e-01d6-484e-ace5-4877b1ee7b41","method":"POST","path":"/ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913/v1/completions","host":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:37:16Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c246198e-01d6-484e-ace5-4877b1ee7b41","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:47184","PortSpecifier":{"PortValue":47184}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784900236,"nanos":396432495},"http":{"id":"c246198e-01d6-484e-ace5-4877b1ee7b41","method":"POST","headers":{":authority":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:16Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"c246198e-01d6-484e-ace5-4877b1ee7b41","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1IXOo7zPJaxiuD76o_3WQZMvP1m7i5Sz5ZLNW3uLgwWVCWleK9v2XSwtg6QR2"} {"level":"debug","ts":"2026-07-24T13:37:16Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"c246198e-01d6-484e-ace5-4877b1ee7b41","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1IXOo7zPJaxiuD76o_3WQZMvP1m7i5Sz5ZLNW3uLgwWVCWleK9v2XSwtg6QR2\"}"} {"level":"debug","ts":"2026-07-24T13:37:16Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"c246198e-01d6-484e-ace5-4877b1ee7b41","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-f3a913.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":"4096ef72-6639-4d2c-a75c-bfb27903bd38","keyName":"e2e-rate-a-6796e0","subscription":"e2e-rate-iso-a-6796e0","tenant":"e2e-shared-a-f3a913","userId":"4096ef72-6639-4d2c-a75c-bfb27903bd38","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:37:16Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"c246198e-01d6-484e-ace5-4877b1ee7b41","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.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-f3a913/rate-test-model-f3a913\",\"requestedSubscription\":\"e2e-rate-iso-a-6796e0\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:37:16Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"c246198e-01d6-484e-ace5-4877b1ee7b41","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-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6796e0","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"}} {"level":"debug","ts":"2026-07-24T13:37:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"c246198e-01d6-484e-ace5-4877b1ee7b41","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c246198e-01d6-484e-ace5-4877b1ee7b41","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-24T13:37:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c246198e-01d6-484e-ace5-4877b1ee7b41","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-24T13:37:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c246198e-01d6-484e-ace5-4877b1ee7b41","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-f3a913/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-24T13:37:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c246198e-01d6-484e-ace5-4877b1ee7b41","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-24T13:37:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c246198e-01d6-484e-ace5-4877b1ee7b41","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-24T13:37:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c246198e-01d6-484e-ace5-4877b1ee7b41","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-24T13:37:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c246198e-01d6-484e-ace5-4877b1ee7b41","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-6796e0"} {"level":"debug","ts":"2026-07-24T13:37:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c246198e-01d6-484e-ace5-4877b1ee7b41","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":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","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":"4096ef72-6639-4d2c-a75c-bfb27903bd38","keyName":"e2e-rate-a-6796e0","selected_subscription":"e2e-rate-iso-a-6796e0","selected_subscription_key":"ai-tenant-e2e-shared-a-f3a913/e2e-rate-iso-a-6796e0@ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6796e0","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:37:16Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c246198e-01d6-484e-ace5-4877b1ee7b41","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:37:16Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c246198e-01d6-484e-ace5-4877b1ee7b41","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:37:17Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:49276","PortSpecifier":{"PortValue":49276}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","method":"POST","path":"/ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913/v1/completions","host":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:37:17Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:49276","PortSpecifier":{"PortValue":49276}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784900237,"nanos":434449329},"http":{"id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","method":"POST","headers":{":authority":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:17Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1IXOo7zPJaxiuD76o_3WQZMvP1m7i5Sz5ZLNW3uLgwWVCWleK9v2XSwtg6QR2"} {"level":"debug","ts":"2026-07-24T13:37:17Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1IXOo7zPJaxiuD76o_3WQZMvP1m7i5Sz5ZLNW3uLgwWVCWleK9v2XSwtg6QR2\"}"} {"level":"debug","ts":"2026-07-24T13:37:17Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","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-f3a913.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":"4096ef72-6639-4d2c-a75c-bfb27903bd38","keyName":"e2e-rate-a-6796e0","subscription":"e2e-rate-iso-a-6796e0","tenant":"e2e-shared-a-f3a913","userId":"4096ef72-6639-4d2c-a75c-bfb27903bd38","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:37:17Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.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-f3a913/rate-test-model-f3a913\",\"requestedSubscription\":\"e2e-rate-iso-a-6796e0\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:37:17Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","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-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6796e0","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"}} {"level":"debug","ts":"2026-07-24T13:37:17Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:17Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","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-24T13:37:17Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","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-24T13:37:17Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","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-24T13:37:17Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-f3a913/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-24T13:37:17Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","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-24T13:37:17Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","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-24T13:37:17Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","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-6796e0"} {"level":"debug","ts":"2026-07-24T13:37:17Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","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":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","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":"4096ef72-6639-4d2c-a75c-bfb27903bd38","keyName":"e2e-rate-a-6796e0","selected_subscription":"e2e-rate-iso-a-6796e0","selected_subscription_key":"ai-tenant-e2e-shared-a-f3a913/e2e-rate-iso-a-6796e0@ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6796e0","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:37:17Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:37:17Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c394dfe8-1e8a-4643-a7a3-d1a8388819f1","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:37:18Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:49282","PortSpecifier":{"PortValue":49282}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","method":"POST","path":"/ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913/v1/completions","host":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:37:18Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:49282","PortSpecifier":{"PortValue":49282}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784900238,"nanos":475715699},"http":{"id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","method":"POST","headers":{":authority":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:18Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1IXOo7zPJaxiuD76o_3WQZMvP1m7i5Sz5ZLNW3uLgwWVCWleK9v2XSwtg6QR2"} {"level":"debug","ts":"2026-07-24T13:37:18Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1IXOo7zPJaxiuD76o_3WQZMvP1m7i5Sz5ZLNW3uLgwWVCWleK9v2XSwtg6QR2\"}"} {"level":"debug","ts":"2026-07-24T13:37:18Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","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-f3a913.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":"4096ef72-6639-4d2c-a75c-bfb27903bd38","keyName":"e2e-rate-a-6796e0","subscription":"e2e-rate-iso-a-6796e0","tenant":"e2e-shared-a-f3a913","userId":"4096ef72-6639-4d2c-a75c-bfb27903bd38","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:37:18Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.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-f3a913/rate-test-model-f3a913\",\"requestedSubscription\":\"e2e-rate-iso-a-6796e0\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:37:18Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","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-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6796e0","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"}} {"level":"debug","ts":"2026-07-24T13:37:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","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-24T13:37:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","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-24T13:37:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","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-24T13:37:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-f3a913/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-24T13:37:18Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","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-24T13:37:18Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","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-6796e0"} {"level":"debug","ts":"2026-07-24T13:37:18Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","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-24T13:37:18Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","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":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","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":"4096ef72-6639-4d2c-a75c-bfb27903bd38","keyName":"e2e-rate-a-6796e0","selected_subscription":"e2e-rate-iso-a-6796e0","selected_subscription_key":"ai-tenant-e2e-shared-a-f3a913/e2e-rate-iso-a-6796e0@ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6796e0","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:37:18Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:37:18Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"49b75d58-4825-4ad5-b8ee-22ec334fb046","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"10a7dfdd-edd1-4ea3-b856-42e8b134ee52","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:38830","PortSpecifier":{"PortValue":38830}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"10a7dfdd-edd1-4ea3-b856-42e8b134ee52","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"10a7dfdd-edd1-4ea3-b856-42e8b134ee52","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:38830","PortSpecifier":{"PortValue":38830}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784900247,"nanos":303207041},"http":{"id":"10a7dfdd-edd1-4ea3-b856-42e8b134ee52","method":"POST","headers":{":authority":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.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-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"10a7dfdd-edd1-4ea3-b856-42e8b134ee52","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"10a7dfdd-edd1-4ea3-b856-42e8b134ee52","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":"3c909956-22b4-4a5b-aaf8-84a248b4f9cd","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=cb2587cb-34a0-4b99-838b-0745f506e735"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/33b715dca56e"]}} {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"10a7dfdd-edd1-4ea3-b856-42e8b134ee52","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/33b715dca56e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=cb2587cb-34a0-4b99-838b-0745f506e735"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"3c909956-22b4-4a5b-aaf8-84a248b4f9cd","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"9894202bc0a4ed9303a18ba993d1d24a7252868962421034e2d27adceafde995"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.77:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.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-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"10a7dfdd-edd1-4ea3-b856-42e8b134ee52","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-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"10a7dfdd-edd1-4ea3-b856-42e8b134ee52","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-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"10a7dfdd-edd1-4ea3-b856-42e8b134ee52","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-f3a913/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-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"10a7dfdd-edd1-4ea3-b856-42e8b134ee52","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":"subscription_error","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"10a7dfdd-edd1-4ea3-b856-42e8b134ee52","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-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"10a7dfdd-edd1-4ea3-b856-42e8b134ee52","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-24T13:37:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"10a7dfdd-edd1-4ea3-b856-42e8b134ee52","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"10a7dfdd-edd1-4ea3-b856-42e8b134ee52","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6e22291e-39ca-4541-88a1-61a20b9c5787","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:49788","PortSpecifier":{"PortValue":49788}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.79:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"6e22291e-39ca-4541-88a1-61a20b9c5787","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-b1a3df.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6e22291e-39ca-4541-88a1-61a20b9c5787","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:49788","PortSpecifier":{"PortValue":49788}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.79:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784900247,"nanos":340651457},"http":{"id":"6e22291e-39ca-4541-88a1-61a20b9c5787","method":"POST","headers":{":authority":"e2e-shared-b-b1a3df.apps.b2b467e6-d421-494a-86d7-33b715dca56e.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-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"6e22291e-39ca-4541-88a1-61a20b9c5787","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"6e22291e-39ca-4541-88a1-61a20b9c5787","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":"3c909956-22b4-4a5b-aaf8-84a248b4f9cd","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=cb2587cb-34a0-4b99-838b-0745f506e735"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/33b715dca56e"]}} {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"6e22291e-39ca-4541-88a1-61a20b9c5787","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/33b715dca56e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=cb2587cb-34a0-4b99-838b-0745f506e735"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"3c909956-22b4-4a5b-aaf8-84a248b4f9cd","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"247db044503f65ce7bc5ad38987d77dbfd63bfc025035474ed8967e4fe3febb4"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.79:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-b1a3df.apps.b2b467e6-d421-494a-86d7-33b715dca56e.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-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6e22291e-39ca-4541-88a1-61a20b9c5787","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-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6e22291e-39ca-4541-88a1-61a20b9c5787","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-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6e22291e-39ca-4541-88a1-61a20b9c5787","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-b1a3df/rate-test-model-b1a3df\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-b1a3df/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-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"6e22291e-39ca-4541-88a1-61a20b9c5787","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":"subscription_info","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6e22291e-39ca-4541-88a1-61a20b9c5787","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6e22291e-39ca-4541-88a1-61a20b9c5787","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"info","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6e22291e-39ca-4541-88a1-61a20b9c5787","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6e22291e-39ca-4541-88a1-61a20b9c5787","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:38836","PortSpecifier":{"PortValue":38836}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","method":"POST","path":"/ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913/v1/completions","host":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:38836","PortSpecifier":{"PortValue":38836}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784900247,"nanos":378749829},"http":{"id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","method":"POST","headers":{":authority":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-DZZyWIqlnwabt9o3_BQa0lGvdwADL27X5KqZikzSwhHnQNmED4NzrufD65p1"} {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-DZZyWIqlnwabt9o3_BQa0lGvdwADL27X5KqZikzSwhHnQNmED4NzrufD65p1\"}"} {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","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-f3a913.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":"bed88c87-0781-40b4-9cd5-0efed324f7be","keyName":"e2e-rate-a-11115c","subscription":"e2e-rate-iso-a-11115c","tenant":"e2e-shared-a-f3a913","userId":"bed88c87-0781-40b4-9cd5-0efed324f7be","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.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-f3a913/rate-test-model-f3a913\",\"requestedSubscription\":\"e2e-rate-iso-a-11115c\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","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-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-11115c","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"}} {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","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-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","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-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-f3a913/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-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","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-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","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-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","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-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","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-11115c"} {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","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":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","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":"bed88c87-0781-40b4-9cd5-0efed324f7be","keyName":"e2e-rate-a-11115c","selected_subscription":"e2e-rate-iso-a-11115c","selected_subscription_key":"ai-tenant-e2e-shared-a-f3a913/e2e-rate-iso-a-11115c@ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-11115c","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:37:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6bd1cdf0-4f5a-4059-8da2-7d7e890bc8dd","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:37:28Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:38842","PortSpecifier":{"PortValue":38842}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","method":"POST","path":"/ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913/v1/completions","host":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:37:28Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:38842","PortSpecifier":{"PortValue":38842}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784900248,"nanos":422739854},"http":{"id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","method":"POST","headers":{":authority":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:28Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-DZZyWIqlnwabt9o3_BQa0lGvdwADL27X5KqZikzSwhHnQNmED4NzrufD65p1"} {"level":"debug","ts":"2026-07-24T13:37:28Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-DZZyWIqlnwabt9o3_BQa0lGvdwADL27X5KqZikzSwhHnQNmED4NzrufD65p1\"}"} {"level":"debug","ts":"2026-07-24T13:37:28Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","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-f3a913.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":"bed88c87-0781-40b4-9cd5-0efed324f7be","keyName":"e2e-rate-a-11115c","subscription":"e2e-rate-iso-a-11115c","tenant":"e2e-shared-a-f3a913","userId":"bed88c87-0781-40b4-9cd5-0efed324f7be","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:37:28Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.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-f3a913/rate-test-model-f3a913\",\"requestedSubscription\":\"e2e-rate-iso-a-11115c\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:37:28Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","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-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-11115c","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"}} {"level":"debug","ts":"2026-07-24T13:37:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","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-24T13:37:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","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-24T13:37:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-f3a913/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-24T13:37:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","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-24T13:37:28Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","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-24T13:37:28Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","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-11115c"} {"level":"debug","ts":"2026-07-24T13:37:28Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","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-24T13:37:28Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","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":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","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":"bed88c87-0781-40b4-9cd5-0efed324f7be","keyName":"e2e-rate-a-11115c","selected_subscription":"e2e-rate-iso-a-11115c","selected_subscription_key":"ai-tenant-e2e-shared-a-f3a913/e2e-rate-iso-a-11115c@ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-11115c","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:37:28Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:37:28Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"fb2bc4d1-356f-407c-94ee-4fb76cd02c24","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"14df617f-abee-48b6-901c-0e046aa54a39","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:38846","PortSpecifier":{"PortValue":38846}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"14df617f-abee-48b6-901c-0e046aa54a39","method":"POST","path":"/ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913/v1/completions","host":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"14df617f-abee-48b6-901c-0e046aa54a39","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:38846","PortSpecifier":{"PortValue":38846}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784900249,"nanos":462946893},"http":{"id":"14df617f-abee-48b6-901c-0e046aa54a39","method":"POST","headers":{":authority":"e2e-shared-a-f3a913.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"14df617f-abee-48b6-901c-0e046aa54a39","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-DZZyWIqlnwabt9o3_BQa0lGvdwADL27X5KqZikzSwhHnQNmED4NzrufD65p1"} {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"14df617f-abee-48b6-901c-0e046aa54a39","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-DZZyWIqlnwabt9o3_BQa0lGvdwADL27X5KqZikzSwhHnQNmED4NzrufD65p1\"}"} {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"14df617f-abee-48b6-901c-0e046aa54a39","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-f3a913.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":"bed88c87-0781-40b4-9cd5-0efed324f7be","keyName":"e2e-rate-a-11115c","subscription":"e2e-rate-iso-a-11115c","tenant":"e2e-shared-a-f3a913","userId":"bed88c87-0781-40b4-9cd5-0efed324f7be","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"14df617f-abee-48b6-901c-0e046aa54a39","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-f3a913.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-f3a913/rate-test-model-f3a913\",\"requestedSubscription\":\"e2e-rate-iso-a-11115c\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"14df617f-abee-48b6-901c-0e046aa54a39","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-f3a913.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-11115c","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"}} {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"14df617f-abee-48b6-901c-0e046aa54a39","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"14df617f-abee-48b6-901c-0e046aa54a39","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-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"14df617f-abee-48b6-901c-0e046aa54a39","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-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"14df617f-abee-48b6-901c-0e046aa54a39","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-f3a913/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-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"14df617f-abee-48b6-901c-0e046aa54a39","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-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"14df617f-abee-48b6-901c-0e046aa54a39","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-11115c"} {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"14df617f-abee-48b6-901c-0e046aa54a39","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-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"14df617f-abee-48b6-901c-0e046aa54a39","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-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"14df617f-abee-48b6-901c-0e046aa54a39","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":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","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":"bed88c87-0781-40b4-9cd5-0efed324f7be","keyName":"e2e-rate-a-11115c","selected_subscription":"e2e-rate-iso-a-11115c","selected_subscription_key":"ai-tenant-e2e-shared-a-f3a913/e2e-rate-iso-a-11115c@ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-f3a913","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-11115c","namespace":"ai-tenant-e2e-shared-a-f3a913","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-f3a913/rate-test-model-f3a913"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"14df617f-abee-48b6-901c-0e046aa54a39","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"14df617f-abee-48b6-901c-0e046aa54a39","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:49804","PortSpecifier":{"PortValue":49804}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.79:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","method":"POST","path":"/ai-tenant-e2e-shared-b-b1a3df/rate-test-model-b1a3df/v1/completions","host":"e2e-shared-b-b1a3df.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:49804","PortSpecifier":{"PortValue":49804}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.79:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784900249,"nanos":494757553},"http":{"id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","method":"POST","headers":{":authority":"e2e-shared-b-b1a3df.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-b-b1a3df/rate-test-model-b1a3df/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1XLUYcsmEvnj4doX0_Z5jPTCzMGB5qg3Bm7Jqsnqv21Ecqz3UsDWFxy3SJjQw"} {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-b1a3df.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1XLUYcsmEvnj4doX0_Z5jPTCzMGB5qg3Bm7Jqsnqv21Ecqz3UsDWFxy3SJjQw\"}"} {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","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-b1a3df.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":"e2203011-402f-4fae-ba84-2f17b0911604","keyName":"e2e-rate-b-11115c","subscription":"e2e-rate-iso-b-11115c","tenant":"e2e-shared-b-b1a3df","userId":"e2203011-402f-4fae-ba84-2f17b0911604","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-b-b1a3df.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-b1a3df/rate-test-model-b1a3df\",\"requestedSubscription\":\"e2e-rate-iso-b-11115c\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","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-b1a3df.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-b1a3df","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-11115c","namespace":"ai-tenant-e2e-shared-b-b1a3df","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-b1a3df/rate-test-model-b1a3df"}} {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","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-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","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-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","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-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-b1a3df/rate-test-model-b1a3df\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-b1a3df/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-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","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-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","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-11115c"} {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","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-24T13:37:29Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","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":"e2203011-402f-4fae-ba84-2f17b0911604","keyName":"e2e-rate-b-11115c","selected_subscription":"e2e-rate-iso-b-11115c","selected_subscription_key":"ai-tenant-e2e-shared-b-b1a3df/e2e-rate-iso-b-11115c@ai-tenant-e2e-shared-b-b1a3df/rate-test-model-b1a3df","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-b1a3df","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-11115c","namespace":"ai-tenant-e2e-shared-b-b1a3df","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-b1a3df/rate-test-model-b1a3df"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:37:29Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6c04c03e-9da3-47b5-9b77-4249833eedc4","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:37:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/247db044503f65ce7bc5ad38987d77dbfd63bfc025035474ed8967e4fe3febb4"} {"level":"info","ts":"2026-07-24T13:37:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9df3f25004c7330f6bebaffe2bd614a3e609da3c714b80dfbd34014ab1a88bed"} {"level":"info","ts":"2026-07-24T13:37:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/cf0e9d9667282f72827a355b867d60772500ee04dd45c433a02b79ddabb3871c"} {"level":"info","ts":"2026-07-24T13:37:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/43b654d6c2f61e61098f190e4879200faa99cbdd1fe6a7caec670036dc1cb1a7"} {"level":"info","ts":"2026-07-24T13:37:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/70b97a03958e816625b1e2793f14afc08b88d8761a5fc411d7d29fd454c228c0"} {"level":"info","ts":"2026-07-24T13:37:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a7a986d1f59cade596ddc9978a1febde2c9a4d86f04e21be1f9e51213e6be043"} {"level":"info","ts":"2026-07-24T13:37:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e60f458d549e978ed005526455be70ed1195d6e2703965e81baa10b0b892cc10"} {"level":"info","ts":"2026-07-24T13:37:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b067c7a87f7d541dfe77237bef36aaa100ad5b6024b41d2def51458668f59afb"} {"level":"info","ts":"2026-07-24T13:37:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/4c976228748b7cbe18b109f5ba7de0b36b524f52aae1efe3d3e83094eebb63a5"} {"level":"info","ts":"2026-07-24T13:37:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/718ff3db7654d2c5bf5d658c3ebc4dd581f96a2bdce658056b3047e18034de4d"} {"level":"info","ts":"2026-07-24T13:37:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/31c224ca09b2c08a0d4a2c3f4502686f17d153cf433da1b57dbacbcb4f72f1f4"} {"level":"info","ts":"2026-07-24T13:37:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/38b09a07a82a997eea216ab83d4aebbce2a78a62e2668fc55c5fd6443b5a07c7"} {"level":"info","ts":"2026-07-24T13:37:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9894202bc0a4ed9303a18ba993d1d24a7252868962421034e2d27adceafde995"} {"level":"info","ts":"2026-07-24T13:37:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/830d16d5c9e51aad7bc09bbf21be5f373d6348a77d9ea53b70c7f5e5ab09c902"} {"level":"info","ts":"2026-07-24T13:37:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e7fc2f9b4da29261d0a56dcdb0da862378647a42844e88915dfeb91dacf94700"} {"level":"info","ts":"2026-07-24T13:37:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/12f8df8cae1563bd2e25471e32eb1dc0a472bafa437907eb73c39c7eab745f98"} {"level":"info","ts":"2026-07-24T13:37:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/57051a8dfa291837337dd205404f9b1a173054fd7e3bd9b9a7ca08ff59ff63be"} {"level":"info","ts":"2026-07-24T13:37:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1213aa6096709499c20c6fd6fd9e02b19a0bfe07b2552b886754d63eaf0b106c"} {"level":"info","ts":"2026-07-24T13:37:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/684d219ab4f6c6d0b95b13a72f26e40814939addc59c652d655abc77a1a49b4c"} {"level":"info","ts":"2026-07-24T13:37:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/70adc0e9b735515c3ba00177d419f9a19acec9dc45c7efb5485f48ef14f84fb8"} {"level":"info","ts":"2026-07-24T13:37:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/8178337bd5ff9182064641ffcb12086a4d5f208415223abac40cb2552427e1c5"} {"level":"info","ts":"2026-07-24T13:37:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/85082e9588aded786f2b21e9d6297ffaaf602c8c4acba705d9b45cf73af0f282"} {"level":"info","ts":"2026-07-24T13:37:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/5124f1cf983d144fd7e0388630d7a3afae80d68c5e853457772036302cc9b7eb"} {"level":"info","ts":"2026-07-24T13:37:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/144280fb8fc2f487c3e0395d91295bfa615435f34830bc957aa51e684aeae093"} {"level":"info","ts":"2026-07-24T13:38:36Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b1e80fc2-e7a8-41e3-a08d-39fdfe3a0f21","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:57452","PortSpecifier":{"PortValue":57452}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.43:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"b1e80fc2-e7a8-41e3-a08d-39fdfe3a0f21","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:38:36Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b1e80fc2-e7a8-41e3-a08d-39fdfe3a0f21","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:57452","PortSpecifier":{"PortValue":57452}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.43:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784900316,"nanos":412172741},"http":{"id":"b1e80fc2-e7a8-41e3-a08d-39fdfe3a0f21","method":"POST","headers":{":authority":"maas.apps.b2b467e6-d421-494a-86d7-33b715dca56e.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-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"b1e80fc2-e7a8-41e3-a08d-39fdfe3a0f21","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"b1e80fc2-e7a8-41e3-a08d-39fdfe3a0f21","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":"3c909956-22b4-4a5b-aaf8-84a248b4f9cd","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=cb2587cb-34a0-4b99-838b-0745f506e735"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/33b715dca56e"]}} {"level":"debug","ts":"2026-07-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"b1e80fc2-e7a8-41e3-a08d-39fdfe3a0f21","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/33b715dca56e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=cb2587cb-34a0-4b99-838b-0745f506e735"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"3c909956-22b4-4a5b-aaf8-84a248b4f9cd","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"b64d1d3a1a41de71c5b05aa58c2da5025409dfbb29fbaa63fe6a7b8fb71bf42e"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.43:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.b2b467e6-d421-494a-86d7-33b715dca56e.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-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b1e80fc2-e7a8-41e3-a08d-39fdfe3a0f21","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-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b1e80fc2-e7a8-41e3-a08d-39fdfe3a0f21","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-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b1e80fc2-e7a8-41e3-a08d-39fdfe3a0f21","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-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"b1e80fc2-e7a8-41e3-a08d-39fdfe3a0f21","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":"keyName","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b1e80fc2-e7a8-41e3-a08d-39fdfe3a0f21","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-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b1e80fc2-e7a8-41e3-a08d-39fdfe3a0f21","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-24T13:38:36Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b1e80fc2-e7a8-41e3-a08d-39fdfe3a0f21","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:38:36Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b1e80fc2-e7a8-41e3-a08d-39fdfe3a0f21","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:38:36Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:57464","PortSpecifier":{"PortValue":57464}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.43:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:38:36Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:57464","PortSpecifier":{"PortValue":57464}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.43:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784900316,"nanos":463572079},"http":{"id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","method":"POST","headers":{":authority":"maas.apps.b2b467e6-d421-494a-86d7-33b715dca56e.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-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-dGYVx6TxjDXKg7Kk_BPh3h6wwV9LbjBFpEhpv4XmJ1woRIQOIdlFoh1s5saK"} {"level":"debug","ts":"2026-07-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","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-dGYVx6TxjDXKg7Kk_BPh3h6wwV9LbjBFpEhpv4XmJ1woRIQOIdlFoh1s5saK\"}"} {"level":"debug","ts":"2026-07-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","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":"e94cf624-70ac-45cb-907d-ff4071fb8771","keyName":"e2e-ipp-default","subscription":"simulator-subscription","tenant":"models-as-a-service","userId":"e94cf624-70ac-45cb-907d-ff4071fb8771","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","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-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true,"resolvedModel":"llm/facebook-opt-125m-simulated"}} {"level":"debug","ts":"2026-07-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","input":{"auth":{"identity":"Bearer **** subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true,"resolvedModel":"llm/facebook-opt-125m-simulated"}}},"context":{"context_extensions":{"host":"311b1be286674fd5684c9ac59b318287dade9769cfe4aeebd8c88e2dc6b72418"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.43:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.b2b467e6-d421-494a-86d7-33b715dca56e.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-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","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-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","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-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","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-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","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-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","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-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","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-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","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-24T13:38:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"e94cf624-70ac-45cb-907d-ff4071fb8771","keyName":"e2e-ipp-default","selected_subscription":"simulator-subscription","selected_subscription_key":"models-as-a-service/simulator-subscription@llm/facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true,"resolvedModel":"llm/facebook-opt-125m-simulated"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:38:36Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:38:36Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"85c14be7-f26e-45a3-8b45-b9c6c2e7bdaa","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a370a52f3fcea3196a7e5624c77b7a35fadcacb48843112ce6e22c66e4670af7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a370a52f3fcea3196a7e5624c77b7a35fadcacb48843112ce6e22c66e4670af7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a370a52f3fcea3196a7e5624c77b7a35fadcacb48843112ce6e22c66e4670af7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a370a52f3fcea3196a7e5624c77b7a35fadcacb48843112ce6e22c66e4670af7"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a370a52f3fcea3196a7e5624c77b7a35fadcacb48843112ce6e22c66e4670af7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a370a52f3fcea3196a7e5624c77b7a35fadcacb48843112ce6e22c66e4670af7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"a370a52f3fcea3196a7e5624c77b7a35fadcacb48843112ce6e22c66e4670af7","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"a370a52f3fcea3196a7e5624c77b7a35fadcacb48843112ce6e22c66e4670af7\": 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-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a370a52f3fcea3196a7e5624c77b7a35fadcacb48843112ce6e22c66e4670af7","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a370a52f3fcea3196a7e5624c77b7a35fadcacb48843112ce6e22c66e4670af7"} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a370a52f3fcea3196a7e5624c77b7a35fadcacb48843112ce6e22c66e4670af7","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a370a52f3fcea3196a7e5624c77b7a35fadcacb48843112ce6e22c66e4670af7"} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a370a52f3fcea3196a7e5624c77b7a35fadcacb48843112ce6e22c66e4670af7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a370a52f3fcea3196a7e5624c77b7a35fadcacb48843112ce6e22c66e4670af7"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a370a52f3fcea3196a7e5624c77b7a35fadcacb48843112ce6e22c66e4670af7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a370a52f3fcea3196a7e5624c77b7a35fadcacb48843112ce6e22c66e4670af7","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a370a52f3fcea3196a7e5624c77b7a35fadcacb48843112ce6e22c66e4670af7"} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee"} {"level":"error","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee\": 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-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee"} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d311fb44c8a549cd83be6a57939a66ea82fbcfce10119a78a7913bf8aba41b16","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d311fb44c8a549cd83be6a57939a66ea82fbcfce10119a78a7913bf8aba41b16","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d311fb44c8a549cd83be6a57939a66ea82fbcfce10119a78a7913bf8aba41b16","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d311fb44c8a549cd83be6a57939a66ea82fbcfce10119a78a7913bf8aba41b16"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d311fb44c8a549cd83be6a57939a66ea82fbcfce10119a78a7913bf8aba41b16","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d311fb44c8a549cd83be6a57939a66ea82fbcfce10119a78a7913bf8aba41b16","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d311fb44c8a549cd83be6a57939a66ea82fbcfce10119a78a7913bf8aba41b16"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d311fb44c8a549cd83be6a57939a66ea82fbcfce10119a78a7913bf8aba41b16","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d311fb44c8a549cd83be6a57939a66ea82fbcfce10119a78a7913bf8aba41b16","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d311fb44c8a549cd83be6a57939a66ea82fbcfce10119a78a7913bf8aba41b16","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d311fb44c8a549cd83be6a57939a66ea82fbcfce10119a78a7913bf8aba41b16"} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4543fa6e91f8c4981a94df3e8175c1ef058ad3f1296a3d18258dcecb5bcb38de","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4543fa6e91f8c4981a94df3e8175c1ef058ad3f1296a3d18258dcecb5bcb38de","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d311fb44c8a549cd83be6a57939a66ea82fbcfce10119a78a7913bf8aba41b16","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d311fb44c8a549cd83be6a57939a66ea82fbcfce10119a78a7913bf8aba41b16"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d311fb44c8a549cd83be6a57939a66ea82fbcfce10119a78a7913bf8aba41b16","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4543fa6e91f8c4981a94df3e8175c1ef058ad3f1296a3d18258dcecb5bcb38de"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4543fa6e91f8c4981a94df3e8175c1ef058ad3f1296a3d18258dcecb5bcb38de","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["4543fa6e91f8c4981a94df3e8175c1ef058ad3f1296a3d18258dcecb5bcb38de"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d311fb44c8a549cd83be6a57939a66ea82fbcfce10119a78a7913bf8aba41b16"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4543fa6e91f8c4981a94df3e8175c1ef058ad3f1296a3d18258dcecb5bcb38de","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d311fb44c8a549cd83be6a57939a66ea82fbcfce10119a78a7913bf8aba41b16","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4543fa6e91f8c4981a94df3e8175c1ef058ad3f1296a3d18258dcecb5bcb38de","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"da87276f61619dafe34a6534f0a595997fa54e0310a70d0c96c5df5f80046005","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"da87276f61619dafe34a6534f0a595997fa54e0310a70d0c96c5df5f80046005","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4543fa6e91f8c4981a94df3e8175c1ef058ad3f1296a3d18258dcecb5bcb38de"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/da87276f61619dafe34a6534f0a595997fa54e0310a70d0c96c5df5f80046005"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"da87276f61619dafe34a6534f0a595997fa54e0310a70d0c96c5df5f80046005","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["da87276f61619dafe34a6534f0a595997fa54e0310a70d0c96c5df5f80046005"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"da87276f61619dafe34a6534f0a595997fa54e0310a70d0c96c5df5f80046005","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"da87276f61619dafe34a6534f0a595997fa54e0310a70d0c96c5df5f80046005","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"148d5e990469e48cfea6ec2a00243870c6d44be30235b9adf7dd087f7254bf06","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/da87276f61619dafe34a6534f0a595997fa54e0310a70d0c96c5df5f80046005"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"148d5e990469e48cfea6ec2a00243870c6d44be30235b9adf7dd087f7254bf06","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"148d5e990469e48cfea6ec2a00243870c6d44be30235b9adf7dd087f7254bf06","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/148d5e990469e48cfea6ec2a00243870c6d44be30235b9adf7dd087f7254bf06"} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"148d5e990469e48cfea6ec2a00243870c6d44be30235b9adf7dd087f7254bf06","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"148d5e990469e48cfea6ec2a00243870c6d44be30235b9adf7dd087f7254bf06","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["148d5e990469e48cfea6ec2a00243870c6d44be30235b9adf7dd087f7254bf06"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"148d5e990469e48cfea6ec2a00243870c6d44be30235b9adf7dd087f7254bf06","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1"} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"148d5e990469e48cfea6ec2a00243870c6d44be30235b9adf7dd087f7254bf06","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/148d5e990469e48cfea6ec2a00243870c6d44be30235b9adf7dd087f7254bf06"} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"148d5e990469e48cfea6ec2a00243870c6d44be30235b9adf7dd087f7254bf06","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"148d5e990469e48cfea6ec2a00243870c6d44be30235b9adf7dd087f7254bf06","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["148d5e990469e48cfea6ec2a00243870c6d44be30235b9adf7dd087f7254bf06"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"148d5e990469e48cfea6ec2a00243870c6d44be30235b9adf7dd087f7254bf06","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"148d5e990469e48cfea6ec2a00243870c6d44be30235b9adf7dd087f7254bf06","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"09a0d74a2265afd035ff2205d8abcedb26602077b385a6477a8265680b4753a8","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1"} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"09a0d74a2265afd035ff2205d8abcedb26602077b385a6477a8265680b4753a8","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"09a0d74a2265afd035ff2205d8abcedb26602077b385a6477a8265680b4753a8","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"09a0d74a2265afd035ff2205d8abcedb26602077b385a6477a8265680b4753a8","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"09a0d74a2265afd035ff2205d8abcedb26602077b385a6477a8265680b4753a8","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/148d5e990469e48cfea6ec2a00243870c6d44be30235b9adf7dd087f7254bf06"} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"09a0d74a2265afd035ff2205d8abcedb26602077b385a6477a8265680b4753a8","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/09a0d74a2265afd035ff2205d8abcedb26602077b385a6477a8265680b4753a8"} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"09a0d74a2265afd035ff2205d8abcedb26602077b385a6477a8265680b4753a8","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"09a0d74a2265afd035ff2205d8abcedb26602077b385a6477a8265680b4753a8","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"04a5f6d8d27257f5e07dd38a77b977266f1a3476bd5ed5d97b4367527f9ad2c1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/09a0d74a2265afd035ff2205d8abcedb26602077b385a6477a8265680b4753a8"} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"04a5f6d8d27257f5e07dd38a77b977266f1a3476bd5ed5d97b4367527f9ad2c1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"04a5f6d8d27257f5e07dd38a77b977266f1a3476bd5ed5d97b4367527f9ad2c1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/04a5f6d8d27257f5e07dd38a77b977266f1a3476bd5ed5d97b4367527f9ad2c1"} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/04a5f6d8d27257f5e07dd38a77b977266f1a3476bd5ed5d97b4367527f9ad2c1"} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"04a5f6d8d27257f5e07dd38a77b977266f1a3476bd5ed5d97b4367527f9ad2c1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"04a5f6d8d27257f5e07dd38a77b977266f1a3476bd5ed5d97b4367527f9ad2c1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"09a0d74a2265afd035ff2205d8abcedb26602077b385a6477a8265680b4753a8","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["09a0d74a2265afd035ff2205d8abcedb26602077b385a6477a8265680b4753a8"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/04a5f6d8d27257f5e07dd38a77b977266f1a3476bd5ed5d97b4367527f9ad2c1"} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a56ac3c59ee10c9d9821532aa7dd8a4594a353782a87b1cf454ef9b4cbff19f6"} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"09a0d74a2265afd035ff2205d8abcedb26602077b385a6477a8265680b4753a8","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"04a5f6d8d27257f5e07dd38a77b977266f1a3476bd5ed5d97b4367527f9ad2c1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["04a5f6d8d27257f5e07dd38a77b977266f1a3476bd5ed5d97b4367527f9ad2c1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2491198739cc4da296e2e2086034f02b3bba605eec1f28a65ac33f485954b24c"} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/09a0d74a2265afd035ff2205d8abcedb26602077b385a6477a8265680b4753a8"} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"04a5f6d8d27257f5e07dd38a77b977266f1a3476bd5ed5d97b4367527f9ad2c1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a56ac3c59ee10c9d9821532aa7dd8a4594a353782a87b1cf454ef9b4cbff19f6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a56ac3c59ee10c9d9821532aa7dd8a4594a353782a87b1cf454ef9b4cbff19f6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/04a5f6d8d27257f5e07dd38a77b977266f1a3476bd5ed5d97b4367527f9ad2c1"} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a56ac3c59ee10c9d9821532aa7dd8a4594a353782a87b1cf454ef9b4cbff19f6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2491198739cc4da296e2e2086034f02b3bba605eec1f28a65ac33f485954b24c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:39:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2491198739cc4da296e2e2086034f02b3bba605eec1f28a65ac33f485954b24c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a56ac3c59ee10c9d9821532aa7dd8a4594a353782a87b1cf454ef9b4cbff19f6"} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2491198739cc4da296e2e2086034f02b3bba605eec1f28a65ac33f485954b24c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"09a0d74a2265afd035ff2205d8abcedb26602077b385a6477a8265680b4753a8","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"04a5f6d8d27257f5e07dd38a77b977266f1a3476bd5ed5d97b4367527f9ad2c1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a56ac3c59ee10c9d9821532aa7dd8a4594a353782a87b1cf454ef9b4cbff19f6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2491198739cc4da296e2e2086034f02b3bba605eec1f28a65ac33f485954b24c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T13:39:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2491198739cc4da296e2e2086034f02b3bba605eec1f28a65ac33f485954b24c"} {"level":"info","ts":"2026-07-24T13:39:11Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"948c50c7-2785-4167-bddf-c9d943e1e366","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:34846","PortSpecifier":{"PortValue":34846}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.85:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"948c50c7-2785-4167-bddf-c9d943e1e366","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-ipp-a-49d475.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:39:11Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"948c50c7-2785-4167-bddf-c9d943e1e366","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:34846","PortSpecifier":{"PortValue":34846}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.85:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784900351,"nanos":35748031},"http":{"id":"948c50c7-2785-4167-bddf-c9d943e1e366","method":"POST","headers":{":authority":"e2e-ipp-a-49d475.apps.b2b467e6-d421-494a-86d7-33b715dca56e.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-24T13:39:11Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"948c50c7-2785-4167-bddf-c9d943e1e366","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-24T13:39:11Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"948c50c7-2785-4167-bddf-c9d943e1e366","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":"3c909956-22b4-4a5b-aaf8-84a248b4f9cd","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=cb2587cb-34a0-4b99-838b-0745f506e735"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/33b715dca56e"]}} {"level":"debug","ts":"2026-07-24T13:39:11Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"948c50c7-2785-4167-bddf-c9d943e1e366","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/33b715dca56e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=cb2587cb-34a0-4b99-838b-0745f506e735"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"3c909956-22b4-4a5b-aaf8-84a248b4f9cd","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"148d5e990469e48cfea6ec2a00243870c6d44be30235b9adf7dd087f7254bf06"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.85:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-ipp-a-49d475.apps.b2b467e6-d421-494a-86d7-33b715dca56e.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-24T13:39:11Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"948c50c7-2785-4167-bddf-c9d943e1e366","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-24T13:39:11Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"948c50c7-2785-4167-bddf-c9d943e1e366","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-24T13:39:11Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"948c50c7-2785-4167-bddf-c9d943e1e366","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-49d475/ipp-route-49d475\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-49d475/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-24T13:39:11Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"948c50c7-2785-4167-bddf-c9d943e1e366","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":"selected_subscription","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-24T13:39:11Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"948c50c7-2785-4167-bddf-c9d943e1e366","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-24T13:39:11Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"948c50c7-2785-4167-bddf-c9d943e1e366","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-24T13:39:11Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"948c50c7-2785-4167-bddf-c9d943e1e366","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:39:11Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"948c50c7-2785-4167-bddf-c9d943e1e366","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:39:13Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:34848","PortSpecifier":{"PortValue":34848}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.85:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","method":"POST","path":"/ai-tenant-e2e-ipp-a-49d475/ipp-route-49d475/v1/chat/completions","host":"e2e-ipp-a-49d475.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:39:13Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.8:34848","PortSpecifier":{"PortValue":34848}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.85:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784900353,"nanos":99134134},"http":{"id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","method":"POST","headers":{":authority":"e2e-ipp-a-49d475.apps.b2b467e6-d421-494a-86d7-33b715dca56e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-ipp-a-49d475/ipp-route-49d475/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:39:13Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-TC5sjwYHMjqraxZ8_phF9UcZdMSkt0pwq86AKJquup4q96OHkgAE8OsjmJ9A"} {"level":"debug","ts":"2026-07-24T13:39:13Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-ipp-a-49d475.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-TC5sjwYHMjqraxZ8_phF9UcZdMSkt0pwq86AKJquup4q96OHkgAE8OsjmJ9A\"}"} {"level":"debug","ts":"2026-07-24T13:39:13Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","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-49d475.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":"c62c7d54-2687-4669-af0b-bae57b9d8fd9","keyName":"e2e-ipp-49d475","subscription":"ipp-route-49d475-sub","tenant":"e2e-ipp-a-49d475","userId":"c62c7d54-2687-4669-af0b-bae57b9d8fd9","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:39:13Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-ipp-a-49d475.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-49d475/ipp-route-49d475\",\"requestedSubscription\":\"ipp-route-49d475-sub\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:39:13Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","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-49d475.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"ipp-route-49d475","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-49d475-sub","namespace":"ai-tenant-e2e-ipp-a-49d475","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-49d475/ipp-route-49d475"}} {"level":"debug","ts":"2026-07-24T13:39:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:39:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","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-24T13:39:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","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-24T13:39:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-49d475/ipp-route-49d475\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-49d475/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-24T13:39:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","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-24T13:39:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","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-24T13:39:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","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-24T13:39:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","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-49d475-sub"} {"level":"debug","ts":"2026-07-24T13:39:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"c62c7d54-2687-4669-af0b-bae57b9d8fd9","keyName":"e2e-ipp-49d475","selected_subscription":"ipp-route-49d475-sub","selected_subscription_key":"ai-tenant-e2e-ipp-a-49d475/ipp-route-49d475-sub@ai-tenant-e2e-ipp-a-49d475/ipp-route-49d475","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"ipp-route-49d475","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-49d475-sub","namespace":"ai-tenant-e2e-ipp-a-49d475","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-49d475/ipp-route-49d475"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:39:13Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:39:13Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6b296034-e65f-4d7c-b7d5-7f78d2006c6f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:40:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/148d5e990469e48cfea6ec2a00243870c6d44be30235b9adf7dd087f7254bf06"} {"level":"info","ts":"2026-07-24T13:40:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9fdf790ac16f5c7232f1e6a09a2a25732dde7f8c0f3bad88348321f0d27e5b78"} {"level":"info","ts":"2026-07-24T13:40:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/04a5f6d8d27257f5e07dd38a77b977266f1a3476bd5ed5d97b4367527f9ad2c1"} {"level":"info","ts":"2026-07-24T13:40:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a56ac3c59ee10c9d9821532aa7dd8a4594a353782a87b1cf454ef9b4cbff19f6"} {"level":"info","ts":"2026-07-24T13:40:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/da87276f61619dafe34a6534f0a595997fa54e0310a70d0c96c5df5f80046005"} {"level":"info","ts":"2026-07-24T13:40:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/4543fa6e91f8c4981a94df3e8175c1ef058ad3f1296a3d18258dcecb5bcb38de"} {"level":"info","ts":"2026-07-24T13:40:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d311fb44c8a549cd83be6a57939a66ea82fbcfce10119a78a7913bf8aba41b16"} {"level":"info","ts":"2026-07-24T13:40:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2491198739cc4da296e2e2086034f02b3bba605eec1f28a65ac33f485954b24c"} {"level":"info","ts":"2026-07-24T13:40:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/09a0d74a2265afd035ff2205d8abcedb26602077b385a6477a8265680b4753a8"} {"level":"info","ts":"2026-07-24T13:40:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c0c1d75aaac39c7f070557c93b5e892afa8ae8b4afe7b50e09e4df6b2fcb2cee"} {"level":"info","ts":"2026-07-24T13:40:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a370a52f3fcea3196a7e5624c77b7a35fadcacb48843112ce6e22c66e4670af7"} {"level":"info","ts":"2026-07-24T13:40:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e31a7e720293592c211f20589ff28eecc835b1ba580ad8571e17c753990213b1"}