{"level":"debug","ts":"2026-07-24T13:03:20Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"44bb4ffc-03c4-4f38-b772-d9c60b4dfd7a","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:03:20Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"44bb4ffc-03c4-4f38-b772-d9c60b4dfd7a","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-d15f64/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:03:20Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"44bb4ffc-03c4-4f38-b772-d9c60b4dfd7a","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:03:20Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"44bb4ffc-03c4-4f38-b772-d9c60b4dfd7a","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-64c2da"} {"level":"debug","ts":"2026-07-24T13:03:20Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"44bb4ffc-03c4-4f38-b772-d9c60b4dfd7a","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:03:20Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"44bb4ffc-03c4-4f38-b772-d9c60b4dfd7a","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:03:20Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"44bb4ffc-03c4-4f38-b772-d9c60b4dfd7a","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":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","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":"7a047056-99e7-4497-8fa2-67eab6cd60e8","keyName":"e2e-rate-a-64c2da","selected_subscription":"e2e-rate-iso-a-64c2da","selected_subscription_key":"ai-tenant-e2e-shared-a-d15f64/e2e-rate-iso-a-64c2da@ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-d15f64","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-64c2da","namespace":"ai-tenant-e2e-shared-a-d15f64","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:03:20Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"44bb4ffc-03c4-4f38-b772-d9c60b4dfd7a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:03:20Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"44bb4ffc-03c4-4f38-b772-d9c60b4dfd7a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:03:21Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"678044cb-602a-41b6-b062-52ab662e4450","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:57900","PortSpecifier":{"PortValue":57900}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.65:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"678044cb-602a-41b6-b062-52ab662e4450","method":"POST","path":"/ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64/v1/completions","host":"e2e-shared-a-d15f64.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:03:21Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"678044cb-602a-41b6-b062-52ab662e4450","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:57900","PortSpecifier":{"PortValue":57900}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.65:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784898201,"nanos":702375076},"http":{"id":"678044cb-602a-41b6-b062-52ab662e4450","method":"POST","headers":{":authority":"e2e-shared-a-d15f64.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:21Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"678044cb-602a-41b6-b062-52ab662e4450","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-oqi5sV88WLBSXZma_ds5ioWPVgkqNiFniGuhNBYWcRAxexcevcA2BTZcG7T0"} {"level":"debug","ts":"2026-07-24T13:03:21Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"678044cb-602a-41b6-b062-52ab662e4450","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-d15f64.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-oqi5sV88WLBSXZma_ds5ioWPVgkqNiFniGuhNBYWcRAxexcevcA2BTZcG7T0\"}"} {"level":"debug","ts":"2026-07-24T13:03:21Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"678044cb-602a-41b6-b062-52ab662e4450","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-d15f64.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":"7a047056-99e7-4497-8fa2-67eab6cd60e8","keyName":"e2e-rate-a-64c2da","subscription":"e2e-rate-iso-a-64c2da","tenant":"e2e-shared-a-d15f64","userId":"7a047056-99e7-4497-8fa2-67eab6cd60e8","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:03:21Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"678044cb-602a-41b6-b062-52ab662e4450","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-d15f64.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-d15f64/rate-test-model-d15f64\",\"requestedSubscription\":\"e2e-rate-iso-a-64c2da\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:03:21Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"678044cb-602a-41b6-b062-52ab662e4450","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-d15f64.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-d15f64","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-64c2da","namespace":"ai-tenant-e2e-shared-a-d15f64","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64"}} {"level":"debug","ts":"2026-07-24T13:03:21Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"678044cb-602a-41b6-b062-52ab662e4450","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:21Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"678044cb-602a-41b6-b062-52ab662e4450","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:03:21Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"678044cb-602a-41b6-b062-52ab662e4450","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:03:21Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"678044cb-602a-41b6-b062-52ab662e4450","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-d15f64/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:03:21Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"678044cb-602a-41b6-b062-52ab662e4450","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:03:21Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"678044cb-602a-41b6-b062-52ab662e4450","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:03:21Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"678044cb-602a-41b6-b062-52ab662e4450","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-64c2da"} {"level":"debug","ts":"2026-07-24T13:03:21Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"678044cb-602a-41b6-b062-52ab662e4450","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:03:21Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"678044cb-602a-41b6-b062-52ab662e4450","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":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","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":"7a047056-99e7-4497-8fa2-67eab6cd60e8","keyName":"e2e-rate-a-64c2da","selected_subscription":"e2e-rate-iso-a-64c2da","selected_subscription_key":"ai-tenant-e2e-shared-a-d15f64/e2e-rate-iso-a-64c2da@ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-d15f64","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-64c2da","namespace":"ai-tenant-e2e-shared-a-d15f64","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:03:21Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"678044cb-602a-41b6-b062-52ab662e4450","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:03:21Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"678044cb-602a-41b6-b062-52ab662e4450","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:03:22Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9abd194e-18d5-4da6-9ad0-ea1392799505","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:57904","PortSpecifier":{"PortValue":57904}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.65:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"9abd194e-18d5-4da6-9ad0-ea1392799505","method":"POST","path":"/ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64/v1/completions","host":"e2e-shared-a-d15f64.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:03:22Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9abd194e-18d5-4da6-9ad0-ea1392799505","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:57904","PortSpecifier":{"PortValue":57904}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.65:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784898202,"nanos":736736846},"http":{"id":"9abd194e-18d5-4da6-9ad0-ea1392799505","method":"POST","headers":{":authority":"e2e-shared-a-d15f64.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:22Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"9abd194e-18d5-4da6-9ad0-ea1392799505","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-oqi5sV88WLBSXZma_ds5ioWPVgkqNiFniGuhNBYWcRAxexcevcA2BTZcG7T0"} {"level":"debug","ts":"2026-07-24T13:03:22Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"9abd194e-18d5-4da6-9ad0-ea1392799505","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-d15f64.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-oqi5sV88WLBSXZma_ds5ioWPVgkqNiFniGuhNBYWcRAxexcevcA2BTZcG7T0\"}"} {"level":"debug","ts":"2026-07-24T13:03:22Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"9abd194e-18d5-4da6-9ad0-ea1392799505","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-d15f64.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":"7a047056-99e7-4497-8fa2-67eab6cd60e8","keyName":"e2e-rate-a-64c2da","subscription":"e2e-rate-iso-a-64c2da","tenant":"e2e-shared-a-d15f64","userId":"7a047056-99e7-4497-8fa2-67eab6cd60e8","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:03:22Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"9abd194e-18d5-4da6-9ad0-ea1392799505","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-d15f64.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-d15f64/rate-test-model-d15f64\",\"requestedSubscription\":\"e2e-rate-iso-a-64c2da\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:03:22Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"9abd194e-18d5-4da6-9ad0-ea1392799505","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-d15f64.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-d15f64","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-64c2da","namespace":"ai-tenant-e2e-shared-a-d15f64","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64"}} {"level":"debug","ts":"2026-07-24T13:03:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"9abd194e-18d5-4da6-9ad0-ea1392799505","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9abd194e-18d5-4da6-9ad0-ea1392799505","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:03:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9abd194e-18d5-4da6-9ad0-ea1392799505","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:03:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9abd194e-18d5-4da6-9ad0-ea1392799505","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-d15f64/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:03:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9abd194e-18d5-4da6-9ad0-ea1392799505","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:03:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9abd194e-18d5-4da6-9ad0-ea1392799505","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-64c2da"} {"level":"debug","ts":"2026-07-24T13:03:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9abd194e-18d5-4da6-9ad0-ea1392799505","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:03:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9abd194e-18d5-4da6-9ad0-ea1392799505","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:03:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9abd194e-18d5-4da6-9ad0-ea1392799505","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":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","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":"7a047056-99e7-4497-8fa2-67eab6cd60e8","keyName":"e2e-rate-a-64c2da","selected_subscription":"e2e-rate-iso-a-64c2da","selected_subscription_key":"ai-tenant-e2e-shared-a-d15f64/e2e-rate-iso-a-64c2da@ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-d15f64","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-64c2da","namespace":"ai-tenant-e2e-shared-a-d15f64","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:03:22Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9abd194e-18d5-4da6-9ad0-ea1392799505","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:03:22Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9abd194e-18d5-4da6-9ad0-ea1392799505","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:03:23Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:36556","PortSpecifier":{"PortValue":36556}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.65:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","method":"POST","path":"/ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64/v1/completions","host":"e2e-shared-a-d15f64.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:03:23Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:36556","PortSpecifier":{"PortValue":36556}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.65:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784898203,"nanos":776016651},"http":{"id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","method":"POST","headers":{":authority":"e2e-shared-a-d15f64.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:23Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-oqi5sV88WLBSXZma_ds5ioWPVgkqNiFniGuhNBYWcRAxexcevcA2BTZcG7T0"} {"level":"debug","ts":"2026-07-24T13:03:23Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-d15f64.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-oqi5sV88WLBSXZma_ds5ioWPVgkqNiFniGuhNBYWcRAxexcevcA2BTZcG7T0\"}"} {"level":"debug","ts":"2026-07-24T13:03:23Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","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-d15f64.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":"7a047056-99e7-4497-8fa2-67eab6cd60e8","keyName":"e2e-rate-a-64c2da","subscription":"e2e-rate-iso-a-64c2da","tenant":"e2e-shared-a-d15f64","userId":"7a047056-99e7-4497-8fa2-67eab6cd60e8","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:03:23Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-d15f64.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-d15f64/rate-test-model-d15f64\",\"requestedSubscription\":\"e2e-rate-iso-a-64c2da\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:03:23Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","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-d15f64.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-d15f64","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-64c2da","namespace":"ai-tenant-e2e-shared-a-d15f64","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64"}} {"level":"debug","ts":"2026-07-24T13:03:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","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:03:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","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:03:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-d15f64/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:03:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","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:03:23Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","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:03:23Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","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:03:23Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","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-64c2da"} {"level":"debug","ts":"2026-07-24T13:03:23Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","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":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","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":"7a047056-99e7-4497-8fa2-67eab6cd60e8","keyName":"e2e-rate-a-64c2da","selected_subscription":"e2e-rate-iso-a-64c2da","selected_subscription_key":"ai-tenant-e2e-shared-a-d15f64/e2e-rate-iso-a-64c2da@ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-d15f64","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-64c2da","namespace":"ai-tenant-e2e-shared-a-d15f64","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:03:23Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:03:23Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"022ab7e2-3468-46c1-8b93-98fd1cc4e12d","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:03:24Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"437dd079-6786-4d37-ad97-e926bfbfebcd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:36558","PortSpecifier":{"PortValue":36558}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.65:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"437dd079-6786-4d37-ad97-e926bfbfebcd","method":"POST","path":"/ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64/v1/completions","host":"e2e-shared-a-d15f64.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:03:24Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"437dd079-6786-4d37-ad97-e926bfbfebcd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:36558","PortSpecifier":{"PortValue":36558}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.65:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784898204,"nanos":811456212},"http":{"id":"437dd079-6786-4d37-ad97-e926bfbfebcd","method":"POST","headers":{":authority":"e2e-shared-a-d15f64.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:24Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"437dd079-6786-4d37-ad97-e926bfbfebcd","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-oqi5sV88WLBSXZma_ds5ioWPVgkqNiFniGuhNBYWcRAxexcevcA2BTZcG7T0"} {"level":"debug","ts":"2026-07-24T13:03:24Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"437dd079-6786-4d37-ad97-e926bfbfebcd","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-d15f64.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-oqi5sV88WLBSXZma_ds5ioWPVgkqNiFniGuhNBYWcRAxexcevcA2BTZcG7T0\"}"} {"level":"debug","ts":"2026-07-24T13:03:24Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"437dd079-6786-4d37-ad97-e926bfbfebcd","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-d15f64.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":"7a047056-99e7-4497-8fa2-67eab6cd60e8","keyName":"e2e-rate-a-64c2da","subscription":"e2e-rate-iso-a-64c2da","tenant":"e2e-shared-a-d15f64","userId":"7a047056-99e7-4497-8fa2-67eab6cd60e8","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:03:24Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"437dd079-6786-4d37-ad97-e926bfbfebcd","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-d15f64.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-d15f64/rate-test-model-d15f64\",\"requestedSubscription\":\"e2e-rate-iso-a-64c2da\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:03:24Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"437dd079-6786-4d37-ad97-e926bfbfebcd","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-d15f64.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-d15f64","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-64c2da","namespace":"ai-tenant-e2e-shared-a-d15f64","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64"}} {"level":"debug","ts":"2026-07-24T13:03:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"437dd079-6786-4d37-ad97-e926bfbfebcd","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"437dd079-6786-4d37-ad97-e926bfbfebcd","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:03:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"437dd079-6786-4d37-ad97-e926bfbfebcd","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:03:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"437dd079-6786-4d37-ad97-e926bfbfebcd","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:03:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"437dd079-6786-4d37-ad97-e926bfbfebcd","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-d15f64/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:03:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"437dd079-6786-4d37-ad97-e926bfbfebcd","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:03:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"437dd079-6786-4d37-ad97-e926bfbfebcd","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-64c2da"} {"level":"debug","ts":"2026-07-24T13:03:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"437dd079-6786-4d37-ad97-e926bfbfebcd","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:03:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"437dd079-6786-4d37-ad97-e926bfbfebcd","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":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","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":"7a047056-99e7-4497-8fa2-67eab6cd60e8","keyName":"e2e-rate-a-64c2da","selected_subscription":"e2e-rate-iso-a-64c2da","selected_subscription_key":"ai-tenant-e2e-shared-a-d15f64/e2e-rate-iso-a-64c2da@ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-d15f64","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-64c2da","namespace":"ai-tenant-e2e-shared-a-d15f64","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:03:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"437dd079-6786-4d37-ad97-e926bfbfebcd","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:03:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"437dd079-6786-4d37-ad97-e926bfbfebcd","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:03:25Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:36562","PortSpecifier":{"PortValue":36562}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.65:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","method":"POST","path":"/ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64/v1/completions","host":"e2e-shared-a-d15f64.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:03:25Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:36562","PortSpecifier":{"PortValue":36562}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.65:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784898205,"nanos":849686722},"http":{"id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","method":"POST","headers":{":authority":"e2e-shared-a-d15f64.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:25Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-oqi5sV88WLBSXZma_ds5ioWPVgkqNiFniGuhNBYWcRAxexcevcA2BTZcG7T0"} {"level":"debug","ts":"2026-07-24T13:03:25Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-d15f64.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-oqi5sV88WLBSXZma_ds5ioWPVgkqNiFniGuhNBYWcRAxexcevcA2BTZcG7T0\"}"} {"level":"debug","ts":"2026-07-24T13:03:25Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","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-d15f64.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":"7a047056-99e7-4497-8fa2-67eab6cd60e8","keyName":"e2e-rate-a-64c2da","subscription":"e2e-rate-iso-a-64c2da","tenant":"e2e-shared-a-d15f64","userId":"7a047056-99e7-4497-8fa2-67eab6cd60e8","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:03:25Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-d15f64.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-d15f64/rate-test-model-d15f64\",\"requestedSubscription\":\"e2e-rate-iso-a-64c2da\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:03:25Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","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-d15f64.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-d15f64","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-64c2da","namespace":"ai-tenant-e2e-shared-a-d15f64","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64"}} {"level":"debug","ts":"2026-07-24T13:03:25Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:25Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","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:03:25Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","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:03:25Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-d15f64/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:03:25Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","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:03:25Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","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:03:25Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","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:03:25Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","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-64c2da"} {"level":"debug","ts":"2026-07-24T13:03:25Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","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":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","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":"7a047056-99e7-4497-8fa2-67eab6cd60e8","keyName":"e2e-rate-a-64c2da","selected_subscription":"e2e-rate-iso-a-64c2da","selected_subscription_key":"ai-tenant-e2e-shared-a-d15f64/e2e-rate-iso-a-64c2da@ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-d15f64","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-64c2da","namespace":"ai-tenant-e2e-shared-a-d15f64","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:03:25Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:03:25Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b5d985ae-6d94-4d50-83f2-e9e35d694748","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:03:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:36574","PortSpecifier":{"PortValue":36574}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.65:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","method":"POST","path":"/ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64/v1/completions","host":"e2e-shared-a-d15f64.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:03:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:36574","PortSpecifier":{"PortValue":36574}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.65:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784898206,"nanos":886452778},"http":{"id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","method":"POST","headers":{":authority":"e2e-shared-a-d15f64.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:26Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-oqi5sV88WLBSXZma_ds5ioWPVgkqNiFniGuhNBYWcRAxexcevcA2BTZcG7T0"} {"level":"debug","ts":"2026-07-24T13:03:26Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-d15f64.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-oqi5sV88WLBSXZma_ds5ioWPVgkqNiFniGuhNBYWcRAxexcevcA2BTZcG7T0\"}"} {"level":"debug","ts":"2026-07-24T13:03:26Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","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-d15f64.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":"7a047056-99e7-4497-8fa2-67eab6cd60e8","keyName":"e2e-rate-a-64c2da","subscription":"e2e-rate-iso-a-64c2da","tenant":"e2e-shared-a-d15f64","userId":"7a047056-99e7-4497-8fa2-67eab6cd60e8","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:03:26Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-d15f64.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-d15f64/rate-test-model-d15f64\",\"requestedSubscription\":\"e2e-rate-iso-a-64c2da\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:03:26Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","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-d15f64.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-d15f64","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-64c2da","namespace":"ai-tenant-e2e-shared-a-d15f64","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64"}} {"level":"debug","ts":"2026-07-24T13:03:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","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:03:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","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:03:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-d15f64/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:03:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","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:03:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","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:03:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","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:03:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","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-64c2da"} {"level":"debug","ts":"2026-07-24T13:03:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","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":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","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":"7a047056-99e7-4497-8fa2-67eab6cd60e8","keyName":"e2e-rate-a-64c2da","selected_subscription":"e2e-rate-iso-a-64c2da","selected_subscription_key":"ai-tenant-e2e-shared-a-d15f64/e2e-rate-iso-a-64c2da@ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-d15f64","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-64c2da","namespace":"ai-tenant-e2e-shared-a-d15f64","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:03:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:03:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"299f1839-4dd0-419b-b8c9-f2c200779d8a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:03:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:36580","PortSpecifier":{"PortValue":36580}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.65:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","method":"POST","path":"/ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64/v1/completions","host":"e2e-shared-a-d15f64.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:03:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:36580","PortSpecifier":{"PortValue":36580}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.65:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784898207,"nanos":923652214},"http":{"id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","method":"POST","headers":{":authority":"e2e-shared-a-d15f64.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:27Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-oqi5sV88WLBSXZma_ds5ioWPVgkqNiFniGuhNBYWcRAxexcevcA2BTZcG7T0"} {"level":"debug","ts":"2026-07-24T13:03:27Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-d15f64.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-oqi5sV88WLBSXZma_ds5ioWPVgkqNiFniGuhNBYWcRAxexcevcA2BTZcG7T0\"}"} {"level":"debug","ts":"2026-07-24T13:03:27Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","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-d15f64.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":"7a047056-99e7-4497-8fa2-67eab6cd60e8","keyName":"e2e-rate-a-64c2da","subscription":"e2e-rate-iso-a-64c2da","tenant":"e2e-shared-a-d15f64","userId":"7a047056-99e7-4497-8fa2-67eab6cd60e8","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:03:27Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-d15f64.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-d15f64/rate-test-model-d15f64\",\"requestedSubscription\":\"e2e-rate-iso-a-64c2da\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:03:27Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","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-d15f64.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-d15f64","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-64c2da","namespace":"ai-tenant-e2e-shared-a-d15f64","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64"}} {"level":"debug","ts":"2026-07-24T13:03:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","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:03:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","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:03:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","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:03:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-d15f64/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:03:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","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:03:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","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:03:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","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-64c2da"} {"level":"debug","ts":"2026-07-24T13:03:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","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":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","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":"7a047056-99e7-4497-8fa2-67eab6cd60e8","keyName":"e2e-rate-a-64c2da","selected_subscription":"e2e-rate-iso-a-64c2da","selected_subscription_key":"ai-tenant-e2e-shared-a-d15f64/e2e-rate-iso-a-64c2da@ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-d15f64","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-64c2da","namespace":"ai-tenant-e2e-shared-a-d15f64","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:03:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:03:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e01c3043-0fd5-4a65-80e6-96e66eec7a0e","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:03:28Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"55be609e-9326-4e23-949c-55a7242b1967","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:36592","PortSpecifier":{"PortValue":36592}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.65:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"55be609e-9326-4e23-949c-55a7242b1967","method":"POST","path":"/ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64/v1/completions","host":"e2e-shared-a-d15f64.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:03:28Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"55be609e-9326-4e23-949c-55a7242b1967","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:36592","PortSpecifier":{"PortValue":36592}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.65:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784898208,"nanos":961851584},"http":{"id":"55be609e-9326-4e23-949c-55a7242b1967","method":"POST","headers":{":authority":"e2e-shared-a-d15f64.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:28Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"55be609e-9326-4e23-949c-55a7242b1967","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-oqi5sV88WLBSXZma_ds5ioWPVgkqNiFniGuhNBYWcRAxexcevcA2BTZcG7T0"} {"level":"debug","ts":"2026-07-24T13:03:28Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"55be609e-9326-4e23-949c-55a7242b1967","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-d15f64.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-oqi5sV88WLBSXZma_ds5ioWPVgkqNiFniGuhNBYWcRAxexcevcA2BTZcG7T0\"}"} {"level":"debug","ts":"2026-07-24T13:03:28Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"55be609e-9326-4e23-949c-55a7242b1967","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-d15f64.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":"7a047056-99e7-4497-8fa2-67eab6cd60e8","keyName":"e2e-rate-a-64c2da","subscription":"e2e-rate-iso-a-64c2da","tenant":"e2e-shared-a-d15f64","userId":"7a047056-99e7-4497-8fa2-67eab6cd60e8","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:03:28Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"55be609e-9326-4e23-949c-55a7242b1967","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-d15f64.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-d15f64/rate-test-model-d15f64\",\"requestedSubscription\":\"e2e-rate-iso-a-64c2da\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:03:28Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"55be609e-9326-4e23-949c-55a7242b1967","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-d15f64.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-d15f64","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-64c2da","namespace":"ai-tenant-e2e-shared-a-d15f64","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64"}} {"level":"debug","ts":"2026-07-24T13:03:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"55be609e-9326-4e23-949c-55a7242b1967","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"55be609e-9326-4e23-949c-55a7242b1967","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:03:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"55be609e-9326-4e23-949c-55a7242b1967","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:03:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"55be609e-9326-4e23-949c-55a7242b1967","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-d15f64/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:03:28Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"55be609e-9326-4e23-949c-55a7242b1967","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:03:28Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"55be609e-9326-4e23-949c-55a7242b1967","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:03:28Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"55be609e-9326-4e23-949c-55a7242b1967","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:03:28Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"55be609e-9326-4e23-949c-55a7242b1967","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-64c2da"} {"level":"debug","ts":"2026-07-24T13:03:28Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"55be609e-9326-4e23-949c-55a7242b1967","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":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","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":"7a047056-99e7-4497-8fa2-67eab6cd60e8","keyName":"e2e-rate-a-64c2da","selected_subscription":"e2e-rate-iso-a-64c2da","selected_subscription_key":"ai-tenant-e2e-shared-a-d15f64/e2e-rate-iso-a-64c2da@ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-d15f64","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-64c2da","namespace":"ai-tenant-e2e-shared-a-d15f64","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:03:28Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"55be609e-9326-4e23-949c-55a7242b1967","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:03:28Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"55be609e-9326-4e23-949c-55a7242b1967","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:03:29Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:36598","PortSpecifier":{"PortValue":36598}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.65:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","method":"POST","path":"/ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64/v1/completions","host":"e2e-shared-a-d15f64.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:03:29Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:36598","PortSpecifier":{"PortValue":36598}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.65:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784898209,"nanos":996498212},"http":{"id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","method":"POST","headers":{":authority":"e2e-shared-a-d15f64.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:29Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-oqi5sV88WLBSXZma_ds5ioWPVgkqNiFniGuhNBYWcRAxexcevcA2BTZcG7T0"} {"level":"debug","ts":"2026-07-24T13:03:29Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-d15f64.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-oqi5sV88WLBSXZma_ds5ioWPVgkqNiFniGuhNBYWcRAxexcevcA2BTZcG7T0\"}"} {"level":"debug","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","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-d15f64.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":"7a047056-99e7-4497-8fa2-67eab6cd60e8","keyName":"e2e-rate-a-64c2da","subscription":"e2e-rate-iso-a-64c2da","tenant":"e2e-shared-a-d15f64","userId":"7a047056-99e7-4497-8fa2-67eab6cd60e8","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-d15f64.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-d15f64/rate-test-model-d15f64\",\"requestedSubscription\":\"e2e-rate-iso-a-64c2da\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","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-d15f64.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-d15f64","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-64c2da","namespace":"ai-tenant-e2e-shared-a-d15f64","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64"}} {"level":"debug","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","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:03:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","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:03:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-d15f64/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:03:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","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:03:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","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:03:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","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-64c2da"} {"level":"debug","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","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:03:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","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":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","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":"7a047056-99e7-4497-8fa2-67eab6cd60e8","keyName":"e2e-rate-a-64c2da","selected_subscription":"e2e-rate-iso-a-64c2da","selected_subscription_key":"ai-tenant-e2e-shared-a-d15f64/e2e-rate-iso-a-64c2da@ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-d15f64","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-64c2da","namespace":"ai-tenant-e2e-shared-a-d15f64","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-d15f64/rate-test-model-d15f64"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"cc19e07e-307e-49d5-a8fb-3ff3d8d2a0fc","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:51374","PortSpecifier":{"PortValue":51374}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","method":"POST","path":"/ai-tenant-e2e-shared-b-c6697a/rate-test-model-c6697a/v1/completions","host":"e2e-shared-b-c6697a.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:51374","PortSpecifier":{"PortValue":51374}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.66:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784898210,"nanos":35381035},"http":{"id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","method":"POST","headers":{":authority":"e2e-shared-b-c6697a.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-b-c6697a/rate-test-model-c6697a/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-161CKlXePQRn11fZV_tKfoMVc8ulpABo58wPOXQ8Aq2TmlbUHgdCMCpAzSLh0"} {"level":"debug","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-c6697a.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-161CKlXePQRn11fZV_tKfoMVc8ulpABo58wPOXQ8Aq2TmlbUHgdCMCpAzSLh0\"}"} {"level":"debug","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","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-c6697a.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":"f212d566-933a-4e9c-94c3-bfa0f81f2400","keyName":"e2e-rate-b-64c2da","subscription":"e2e-rate-iso-b-64c2da","tenant":"e2e-shared-b-c6697a","userId":"f212d566-933a-4e9c-94c3-bfa0f81f2400","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-b-c6697a.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-c6697a/rate-test-model-c6697a\",\"requestedSubscription\":\"e2e-rate-iso-b-64c2da\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","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-c6697a.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-c6697a","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-64c2da","namespace":"ai-tenant-e2e-shared-b-c6697a","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-c6697a/rate-test-model-c6697a"}} {"level":"debug","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","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:03:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","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:03:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-c6697a/rate-test-model-c6697a\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-c6697a/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:03:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","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:03:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","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:03:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","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-64c2da"} {"level":"debug","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","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:03:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","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_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"userid","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyId","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"f212d566-933a-4e9c-94c3-bfa0f81f2400","keyName":"e2e-rate-b-64c2da","selected_subscription":"e2e-rate-iso-b-64c2da","selected_subscription_key":"ai-tenant-e2e-shared-b-c6697a/e2e-rate-iso-b-64c2da@ai-tenant-e2e-shared-b-c6697a/rate-test-model-c6697a","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-c6697a","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-64c2da","namespace":"ai-tenant-e2e-shared-b-c6697a","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-c6697a/rate-test-model-c6697a"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:03:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e4987ad0-5bf3-4c17-9c5f-23ff3860bdfc","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:03:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7761d23a5f5bb8f90c5a16a94bafd6a76efa8b64fed646635232890da3c33a4a"} {"level":"info","ts":"2026-07-24T13:03:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/5ae3f19af5b29585bc2629fe19951d10aaba74dd03d105dafa15262b88cf5779"} {"level":"info","ts":"2026-07-24T13:03:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/91a3a261ab2996587cfb217808fb97a4ba3104029d9a34b622a043c74f074543"} {"level":"info","ts":"2026-07-24T13:03:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/bac4ecdeeb59c21631c6f2fc97e0c58a80c99b5f858e5c8edc6d4390d7f3d175"} {"level":"info","ts":"2026-07-24T13:03:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e3e3adfcb6e80c21b9d8417f5ddc8793e8b8adfb2ad597f419963412e405088d"} {"level":"info","ts":"2026-07-24T13:03:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c85c7871f5e4ecc13fac4de61324d521cb0a789a40b7b5d066a677768ab0162b"} {"level":"info","ts":"2026-07-24T13:03:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b47f18a451fc60c4bc1988b4009198253b7114544ea4afe8598b8c72fca47a53"} {"level":"info","ts":"2026-07-24T13:03:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/00e8c61dd94f8b980165bb415f9847b31cb55004ef184497f69aa1048083205e"} {"level":"info","ts":"2026-07-24T13:03:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/13ab7571613605b27e1107d56f3395f218c695a2e52781754fadf5c0c10e71d8"} {"level":"info","ts":"2026-07-24T13:03:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/0bd13a8e4b636f3eed369731fc6c09c883b10b65f174cac8e9c92bcc5eeade82"} {"level":"info","ts":"2026-07-24T13:03:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/5bebf56053bd8bbec6e11c9198f80c0fd1589c3ae7dbf0ec72d4df1b66172212"} {"level":"info","ts":"2026-07-24T13:03:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/edfb1d21778a8b5e50d97937fcaf429d2bb4e902f6b67ee298604ed8b0d75cee"} {"level":"info","ts":"2026-07-24T13:03:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3240c9dbbc57de5d928c2e732bf47694eb40eabff917b7424c0a3553420f4b34"} {"level":"info","ts":"2026-07-24T13:03:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/bdb9e6ca6615f12d9cfde4dad628a0b7358da058fc9e471925809c699db0860a"} {"level":"info","ts":"2026-07-24T13:03:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b2d4fc224a34e5c7d965d32ae551fadbfa840c7f6f7f459742b461239cd82046"} {"level":"info","ts":"2026-07-24T13:03:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/869d833188033289fedc54b73da703618e1f403ada27693f738f2f95ce248857"} {"level":"info","ts":"2026-07-24T13:03:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/18c52d3c6b873c7ceb4393c2074dbd40444b2f79604ad6a0014e6a4e9834638c"} {"level":"info","ts":"2026-07-24T13:03:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ff6b0be749a04377aafcba78f2ae87949e8b16e008b7af1a87850b6c48a05429"} {"level":"info","ts":"2026-07-24T13:03:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1a14108d6b68da0230bc7809ff5f0f7be6ac8dff0293e53b25339f9600b96d20"} {"level":"info","ts":"2026-07-24T13:03:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/54513add36b7c0044a647b00a0103a54a0de6bb1a4c1467a47e4bae57bee02d3"} {"level":"info","ts":"2026-07-24T13:03:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e671514fca7c0814f1acd1c370dfa74fc6886274e1f825f5a7ffbdedc231ef4d"} {"level":"info","ts":"2026-07-24T13:03:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2880e91db9ee81657c3cfaa9dcc80e16341f6ef62d79aa0dac2c0063ab998ae6"} {"level":"info","ts":"2026-07-24T13:03:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/42d5c611678e4cc25d700a7d08b3a3a596a2af411fb95c8dd7564423c33d5cda"} {"level":"info","ts":"2026-07-24T13:03:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ea2c3fd689d3f2a9354e2913603cf1e690a2c2a3a868ae7ffccddb81e6fe7a20"} {"level":"info","ts":"2026-07-24T13:04:35Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"fe1857dc-8c95-4a00-bc89-2612c0a24d77","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:45182","PortSpecifier":{"PortValue":45182}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"fe1857dc-8c95-4a00-bc89-2612c0a24d77","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:04:35Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"fe1857dc-8c95-4a00-bc89-2612c0a24d77","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:45182","PortSpecifier":{"PortValue":45182}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784898275,"nanos":3785235},"http":{"id":"fe1857dc-8c95-4a00-bc89-2612c0a24d77","method":"POST","headers":{":authority":"maas.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.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:04:35Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"fe1857dc-8c95-4a00-bc89-2612c0a24d77","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-24T13:04:35Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"fe1857dc-8c95-4a00-bc89-2612c0a24d77","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":"722a0930-f8ef-460a-94fd-eafa6a906b05","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=b5c0ae59-ae80-41f9-afcb-0109b02b4b82"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ca540e634ad2"]}} {"level":"debug","ts":"2026-07-24T13:04:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"fe1857dc-8c95-4a00-bc89-2612c0a24d77","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ca540e634ad2"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=b5c0ae59-ae80-41f9-afcb-0109b02b4b82"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"722a0930-f8ef-460a-94fd-eafa6a906b05","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"b64d1d3a1a41de71c5b05aa58c2da5025409dfbb29fbaa63fe6a7b8fb71bf42e"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.40:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.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:04:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fe1857dc-8c95-4a00-bc89-2612c0a24d77","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:04:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fe1857dc-8c95-4a00-bc89-2612c0a24d77","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:04:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fe1857dc-8c95-4a00-bc89-2612c0a24d77","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:04:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"fe1857dc-8c95-4a00-bc89-2612c0a24d77","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-24T13:04:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fe1857dc-8c95-4a00-bc89-2612c0a24d77","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:04:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fe1857dc-8c95-4a00-bc89-2612c0a24d77","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:04:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"fe1857dc-8c95-4a00-bc89-2612c0a24d77","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:04:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"fe1857dc-8c95-4a00-bc89-2612c0a24d77","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:04:35Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:45190","PortSpecifier":{"PortValue":45190}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:04:35Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:45190","PortSpecifier":{"PortValue":45190}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784898275,"nanos":46778791},"http":{"id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","method":"POST","headers":{":authority":"maas.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.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:04:35Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-GxesYMgoV5DaWB2Z_fjAjkrNw71IUjq6MHMY2qFVNytG3ndrheuvMjUXH1kp"} {"level":"debug","ts":"2026-07-24T13:04:35Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","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-GxesYMgoV5DaWB2Z_fjAjkrNw71IUjq6MHMY2qFVNytG3ndrheuvMjUXH1kp\"}"} {"level":"debug","ts":"2026-07-24T13:04:35Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","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":"a4407b10-8ff5-4333-896f-bbc84a6436c2","keyName":"e2e-ipp-default","subscription":"simulator-subscription","tenant":"models-as-a-service","userId":"a4407b10-8ff5-4333-896f-bbc84a6436c2","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:04:35Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","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:04:35Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","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:04:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","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.40:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.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:04:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","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:04:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","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:04:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","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:04:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","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:04:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","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:04:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","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:04:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","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:04:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"a4407b10-8ff5-4333-896f-bbc84a6436c2","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:04:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:04:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3c3cecbd-2d8c-4ca0-ae9b-f3884eacb175","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","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:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","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:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","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:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","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:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde"} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","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:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","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:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde"} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","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:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde"} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","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:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde"} {"level":"error","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f\": 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:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","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:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","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:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","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:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401"} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde"} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","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:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","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:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401"} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401"} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401"} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:17Z","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:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767"} {"level":"debug","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T13:05:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767"} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","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:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767"} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"49cf72304d91dec67f433878010682dc71f8bac2038665ec20b5168a37af578a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","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:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"49cf72304d91dec67f433878010682dc71f8bac2038665ec20b5168a37af578a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/49cf72304d91dec67f433878010682dc71f8bac2038665ec20b5168a37af578a"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","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:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"49cf72304d91dec67f433878010682dc71f8bac2038665ec20b5168a37af578a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","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:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"49cf72304d91dec67f433878010682dc71f8bac2038665ec20b5168a37af578a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/49cf72304d91dec67f433878010682dc71f8bac2038665ec20b5168a37af578a"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"49cf72304d91dec67f433878010682dc71f8bac2038665ec20b5168a37af578a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["49cf72304d91dec67f433878010682dc71f8bac2038665ec20b5168a37af578a"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"49cf72304d91dec67f433878010682dc71f8bac2038665ec20b5168a37af578a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","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:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"49cf72304d91dec67f433878010682dc71f8bac2038665ec20b5168a37af578a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"50d6a76367a809b1e956d20914aa814eae30152d3fe21fb6103a303233c80970","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","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:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"50d6a76367a809b1e956d20914aa814eae30152d3fe21fb6103a303233c80970","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/49cf72304d91dec67f433878010682dc71f8bac2038665ec20b5168a37af578a"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","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:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/50d6a76367a809b1e956d20914aa814eae30152d3fe21fb6103a303233c80970"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"50d6a76367a809b1e956d20914aa814eae30152d3fe21fb6103a303233c80970","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["50d6a76367a809b1e956d20914aa814eae30152d3fe21fb6103a303233c80970"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"50d6a76367a809b1e956d20914aa814eae30152d3fe21fb6103a303233c80970","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","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:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"50d6a76367a809b1e956d20914aa814eae30152d3fe21fb6103a303233c80970","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b"} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/50d6a76367a809b1e956d20914aa814eae30152d3fe21fb6103a303233c80970"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","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:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","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:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","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:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","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:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","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:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","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:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","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:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4"} {"level":"error","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78\": 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:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T13:05:18Z","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:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/750f35a94b4b1725933cd0ddf52e4e3b5682f74e116be6f6bf65764be468be41"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"750f35a94b4b1725933cd0ddf52e4e3b5682f74e116be6f6bf65764be468be41","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["750f35a94b4b1725933cd0ddf52e4e3b5682f74e116be6f6bf65764be468be41"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d23871132b6b040d582a13b54d0248330135a1cfeeec6ed6adb908a5c5e8b582"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"750f35a94b4b1725933cd0ddf52e4e3b5682f74e116be6f6bf65764be468be41","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/35efb9118eb6508a71dfa4ac4774b68fe714dadc17b3c30e14188b45f22b74d6"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/750f35a94b4b1725933cd0ddf52e4e3b5682f74e116be6f6bf65764be468be41"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d23871132b6b040d582a13b54d0248330135a1cfeeec6ed6adb908a5c5e8b582","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d23871132b6b040d582a13b54d0248330135a1cfeeec6ed6adb908a5c5e8b582"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d23871132b6b040d582a13b54d0248330135a1cfeeec6ed6adb908a5c5e8b582","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"35efb9118eb6508a71dfa4ac4774b68fe714dadc17b3c30e14188b45f22b74d6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T13:05:18Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["35efb9118eb6508a71dfa4ac4774b68fe714dadc17b3c30e14188b45f22b74d6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d23871132b6b040d582a13b54d0248330135a1cfeeec6ed6adb908a5c5e8b582"} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"35efb9118eb6508a71dfa4ac4774b68fe714dadc17b3c30e14188b45f22b74d6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"750f35a94b4b1725933cd0ddf52e4e3b5682f74e116be6f6bf65764be468be41","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d23871132b6b040d582a13b54d0248330135a1cfeeec6ed6adb908a5c5e8b582","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"35efb9118eb6508a71dfa4ac4774b68fe714dadc17b3c30e14188b45f22b74d6","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T13:05:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/35efb9118eb6508a71dfa4ac4774b68fe714dadc17b3c30e14188b45f22b74d6"} {"level":"info","ts":"2026-07-24T13:05:25Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f4e4e7de-22d8-42fb-843c-4e466cfa431a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:60158","PortSpecifier":{"PortValue":60158}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.74:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"f4e4e7de-22d8-42fb-843c-4e466cfa431a","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-ipp-a-967d3e.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:05:25Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f4e4e7de-22d8-42fb-843c-4e466cfa431a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:60158","PortSpecifier":{"PortValue":60158}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.74:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784898325,"nanos":86561497},"http":{"id":"f4e4e7de-22d8-42fb-843c-4e466cfa431a","method":"POST","headers":{":authority":"e2e-ipp-a-967d3e.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.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:05:25Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"f4e4e7de-22d8-42fb-843c-4e466cfa431a","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-24T13:05:25Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"f4e4e7de-22d8-42fb-843c-4e466cfa431a","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":"722a0930-f8ef-460a-94fd-eafa6a906b05","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=b5c0ae59-ae80-41f9-afcb-0109b02b4b82"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ca540e634ad2"]}} {"level":"debug","ts":"2026-07-24T13:05:25Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"f4e4e7de-22d8-42fb-843c-4e466cfa431a","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ca540e634ad2"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=b5c0ae59-ae80-41f9-afcb-0109b02b4b82"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"722a0930-f8ef-460a-94fd-eafa6a906b05","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"49cf72304d91dec67f433878010682dc71f8bac2038665ec20b5168a37af578a"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.74:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-ipp-a-967d3e.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.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:05:25Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f4e4e7de-22d8-42fb-843c-4e466cfa431a","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:05:25Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f4e4e7de-22d8-42fb-843c-4e466cfa431a","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:05:25Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f4e4e7de-22d8-42fb-843c-4e466cfa431a","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-967d3e/ipp-route-967d3e\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-967d3e/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:05:25Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"f4e4e7de-22d8-42fb-843c-4e466cfa431a","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-24T13:05:25Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f4e4e7de-22d8-42fb-843c-4e466cfa431a","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:05:25Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f4e4e7de-22d8-42fb-843c-4e466cfa431a","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:05:25Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f4e4e7de-22d8-42fb-843c-4e466cfa431a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:05:25Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f4e4e7de-22d8-42fb-843c-4e466cfa431a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:05:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:60168","PortSpecifier":{"PortValue":60168}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.74:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","method":"POST","path":"/ai-tenant-e2e-ipp-a-967d3e/ipp-route-967d3e/v1/chat/completions","host":"e2e-ipp-a-967d3e.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T13:05:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.19:60168","PortSpecifier":{"PortValue":60168}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.74:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784898327,"nanos":150184896},"http":{"id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","method":"POST","headers":{":authority":"e2e-ipp-a-967d3e.apps.58a954a1-72b8-4f06-81c6-ca540e634ad2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-ipp-a-967d3e/ipp-route-967d3e/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:05:27Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1Awz6es2AqHsUG302_CzkJ8WrF1ayWSzNnkmVvGD06NyzQAE4O5idJAtPmvcU"} {"level":"debug","ts":"2026-07-24T13:05:27Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-ipp-a-967d3e.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1Awz6es2AqHsUG302_CzkJ8WrF1ayWSzNnkmVvGD06NyzQAE4O5idJAtPmvcU\"}"} {"level":"debug","ts":"2026-07-24T13:05:27Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","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-967d3e.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":"c9c9bd95-271c-4860-a5a5-51dde25ae065","keyName":"e2e-ipp-967d3e","subscription":"ipp-route-967d3e-sub","tenant":"e2e-ipp-a-967d3e","userId":"c9c9bd95-271c-4860-a5a5-51dde25ae065","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T13:05:27Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-ipp-a-967d3e.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-967d3e/ipp-route-967d3e\",\"requestedSubscription\":\"ipp-route-967d3e-sub\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T13:05:27Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","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-967d3e.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-967d3e","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-967d3e-sub","namespace":"ai-tenant-e2e-ipp-a-967d3e","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-967d3e/ipp-route-967d3e"}} {"level":"debug","ts":"2026-07-24T13:05:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T13:05:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","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:05:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","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:05:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","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:05:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-967d3e/ipp-route-967d3e\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-967d3e/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:05:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","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:05:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","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:05:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","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-967d3e-sub"} {"level":"debug","ts":"2026-07-24T13:05:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription_key","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"userid","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":"c9c9bd95-271c-4860-a5a5-51dde25ae065","keyName":"e2e-ipp-967d3e","selected_subscription":"ipp-route-967d3e-sub","selected_subscription_key":"ai-tenant-e2e-ipp-a-967d3e/ipp-route-967d3e-sub@ai-tenant-e2e-ipp-a-967d3e/ipp-route-967d3e","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"ipp-route-967d3e","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-967d3e-sub","namespace":"ai-tenant-e2e-ipp-a-967d3e","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-967d3e/ipp-route-967d3e"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T13:05:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T13:05:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a73a4d7d-76aa-4250-ba8a-f708838f9194","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T13:06:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/08c0c74233541f68590acfb71a170a19f4deebca2b5934f4974fb6cc756d389b"} {"level":"info","ts":"2026-07-24T13:06:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/35efb9118eb6508a71dfa4ac4774b68fe714dadc17b3c30e14188b45f22b74d6"} {"level":"info","ts":"2026-07-24T13:06:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/4bce202c68c087d0c6d6879f31bef84788b24fb5a27cd18844d7a2da6cd63bde"} {"level":"info","ts":"2026-07-24T13:06:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/750f35a94b4b1725933cd0ddf52e4e3b5682f74e116be6f6bf65764be468be41"} {"level":"info","ts":"2026-07-24T13:06:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d23871132b6b040d582a13b54d0248330135a1cfeeec6ed6adb908a5c5e8b582"} {"level":"info","ts":"2026-07-24T13:06:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c91aa665ef181da3db2f3c175fa907fff8f4b1be29f97e65665c13f697ac193f"} {"level":"info","ts":"2026-07-24T13:06:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/49cf72304d91dec67f433878010682dc71f8bac2038665ec20b5168a37af578a"} {"level":"info","ts":"2026-07-24T13:06:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/691c05d866c7238436ab725bb38f2cf87c4e35081b56d811ce9e0b5e12e45a78"} {"level":"info","ts":"2026-07-24T13:06:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/50d6a76367a809b1e956d20914aa814eae30152d3fe21fb6103a303233c80970"} {"level":"info","ts":"2026-07-24T13:06:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/913a7becc1f6c1d36bdfcc305882df01250a248a340971a2166e0c9ec81b9401"} {"level":"info","ts":"2026-07-24T13:06:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/825430fc9077c48b3fe720c783bd15a0ded70b0617f477ec32509765b63b77e4"} {"level":"info","ts":"2026-07-24T13:06:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/fab74fc31f0c1b4a76cbfbbe8f9e7b30ccbba613b6bfbc06fa44fdaea3c79767"}