{"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"22053a31-32ab-4beb-be85-90be78ec92f9","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-fe475f/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"22053a31-32ab-4beb-be85-90be78ec92f9","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"22053a31-32ab-4beb-be85-90be78ec92f9","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"22053a31-32ab-4beb-be85-90be78ec92f9","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"22053a31-32ab-4beb-be85-90be78ec92f9","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"22053a31-32ab-4beb-be85-90be78ec92f9","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"82c505c8-73ec-4c29-8c8d-ad86b5cd1660","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:54980","PortSpecifier":{"PortValue":54980}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"82c505c8-73ec-4c29-8c8d-ad86b5cd1660","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-6f3ce2.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"82c505c8-73ec-4c29-8c8d-ad86b5cd1660","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:54980","PortSpecifier":{"PortValue":54980}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784936255,"nanos":559434602},"http":{"id":"82c505c8-73ec-4c29-8c8d-ad86b5cd1660","method":"POST","headers":{":authority":"e2e-shared-b-6f3ce2.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"82c505c8-73ec-4c29-8c8d-ad86b5cd1660","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"82c505c8-73ec-4c29-8c8d-ad86b5cd1660","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":"f2e2648b-d6a1-41a9-9d87-c5f19bb93d2f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=b79b2edd-2422-40de-92e8-349743037858"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/d5ea7b487fc2"]}} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"82c505c8-73ec-4c29-8c8d-ad86b5cd1660","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/d5ea7b487fc2"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=b79b2edd-2422-40de-92e8-349743037858"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"f2e2648b-d6a1-41a9-9d87-c5f19bb93d2f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ee71fe264ed132016ae359e16dab6a47a688e09329cce42d3e6853859d20c4b9"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.50:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-6f3ce2.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"82c505c8-73ec-4c29-8c8d-ad86b5cd1660","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"82c505c8-73ec-4c29-8c8d-ad86b5cd1660","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"82c505c8-73ec-4c29-8c8d-ad86b5cd1660","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-6f3ce2/rate-test-model-6f3ce2\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-6f3ce2/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"82c505c8-73ec-4c29-8c8d-ad86b5cd1660","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"keyId","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"82c505c8-73ec-4c29-8c8d-ad86b5cd1660","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"82c505c8-73ec-4c29-8c8d-ad86b5cd1660","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"info","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"82c505c8-73ec-4c29-8c8d-ad86b5cd1660","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"82c505c8-73ec-4c29-8c8d-ad86b5cd1660","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:55740","PortSpecifier":{"PortValue":55740}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","method":"POST","path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions","host":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:55740","PortSpecifier":{"PortValue":55740}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784936255,"nanos":597480657},"http":{"id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","method":"POST","headers":{":authority":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i"} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i\"}"} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","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-fe475f.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":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","subscription":"e2e-rate-iso-a-7cb95e","tenant":"e2e-shared-a-fe475f","userId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.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-fe475f/rate-test-model-fe475f\",\"requestedSubscription\":\"e2e-rate-iso-a-7cb95e\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","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-fe475f.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-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"}} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-fe475f/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","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-7cb95e"} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","selected_subscription":"e2e-rate-iso-a-7cb95e","selected_subscription_key":"ai-tenant-e2e-shared-a-fe475f/e2e-rate-iso-a-7cb95e@ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:37:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4f00cc5f-1153-49ac-8f57-e737b6877b4c","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:37:36Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"168870d4-2473-4a69-b3ff-348f2d614b9d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:55744","PortSpecifier":{"PortValue":55744}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"168870d4-2473-4a69-b3ff-348f2d614b9d","method":"POST","path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions","host":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:37:36Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"168870d4-2473-4a69-b3ff-348f2d614b9d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:55744","PortSpecifier":{"PortValue":55744}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784936256,"nanos":636585149},"http":{"id":"168870d4-2473-4a69-b3ff-348f2d614b9d","method":"POST","headers":{":authority":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:36Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"168870d4-2473-4a69-b3ff-348f2d614b9d","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i"} {"level":"debug","ts":"2026-07-24T23:37:36Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"168870d4-2473-4a69-b3ff-348f2d614b9d","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i\"}"} {"level":"debug","ts":"2026-07-24T23:37:36Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"168870d4-2473-4a69-b3ff-348f2d614b9d","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-fe475f.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":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","subscription":"e2e-rate-iso-a-7cb95e","tenant":"e2e-shared-a-fe475f","userId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:37:36Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"168870d4-2473-4a69-b3ff-348f2d614b9d","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.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-fe475f/rate-test-model-fe475f\",\"requestedSubscription\":\"e2e-rate-iso-a-7cb95e\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:37:36Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"168870d4-2473-4a69-b3ff-348f2d614b9d","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-fe475f.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-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"}} {"level":"debug","ts":"2026-07-24T23:37:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"168870d4-2473-4a69-b3ff-348f2d614b9d","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"168870d4-2473-4a69-b3ff-348f2d614b9d","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"168870d4-2473-4a69-b3ff-348f2d614b9d","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"168870d4-2473-4a69-b3ff-348f2d614b9d","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"168870d4-2473-4a69-b3ff-348f2d614b9d","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-fe475f/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"168870d4-2473-4a69-b3ff-348f2d614b9d","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-24T23:37:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"168870d4-2473-4a69-b3ff-348f2d614b9d","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-24T23:37:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"168870d4-2473-4a69-b3ff-348f2d614b9d","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-7cb95e"} {"level":"debug","ts":"2026-07-24T23:37:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"168870d4-2473-4a69-b3ff-348f2d614b9d","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","selected_subscription":"e2e-rate-iso-a-7cb95e","selected_subscription_key":"ai-tenant-e2e-shared-a-fe475f/e2e-rate-iso-a-7cb95e@ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:37:36Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"168870d4-2473-4a69-b3ff-348f2d614b9d","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:37:36Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"168870d4-2473-4a69-b3ff-348f2d614b9d","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:37:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:55750","PortSpecifier":{"PortValue":55750}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","method":"POST","path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions","host":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:37:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:55750","PortSpecifier":{"PortValue":55750}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784936257,"nanos":681705483},"http":{"id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","method":"POST","headers":{":authority":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:37Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i"} {"level":"debug","ts":"2026-07-24T23:37:37Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i\"}"} {"level":"debug","ts":"2026-07-24T23:37:37Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","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-fe475f.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":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","subscription":"e2e-rate-iso-a-7cb95e","tenant":"e2e-shared-a-fe475f","userId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:37:37Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.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-fe475f/rate-test-model-fe475f\",\"requestedSubscription\":\"e2e-rate-iso-a-7cb95e\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:37:37Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","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-fe475f.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-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"}} {"level":"debug","ts":"2026-07-24T23:37:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-fe475f/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-24T23:37:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","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-7cb95e"} {"level":"debug","ts":"2026-07-24T23:37:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-24T23:37:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","selected_subscription":"e2e-rate-iso-a-7cb95e","selected_subscription_key":"ai-tenant-e2e-shared-a-fe475f/e2e-rate-iso-a-7cb95e@ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:37:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:37:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"547a5825-3cf7-413b-8c4b-4cf405e0a370","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:37:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:47250","PortSpecifier":{"PortValue":47250}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","method":"POST","path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions","host":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:37:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:47250","PortSpecifier":{"PortValue":47250}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784936258,"nanos":720688581},"http":{"id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","method":"POST","headers":{":authority":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i"} {"level":"debug","ts":"2026-07-24T23:37:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i\"}"} {"level":"debug","ts":"2026-07-24T23:37:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","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-fe475f.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":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","subscription":"e2e-rate-iso-a-7cb95e","tenant":"e2e-shared-a-fe475f","userId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:37:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.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-fe475f/rate-test-model-fe475f\",\"requestedSubscription\":\"e2e-rate-iso-a-7cb95e\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:37:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","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-fe475f.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-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"}} {"level":"debug","ts":"2026-07-24T23:37:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-fe475f/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-24T23:37:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","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-7cb95e"} {"level":"debug","ts":"2026-07-24T23:37:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-24T23:37:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","selected_subscription":"e2e-rate-iso-a-7cb95e","selected_subscription_key":"ai-tenant-e2e-shared-a-fe475f/e2e-rate-iso-a-7cb95e@ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:37:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:37:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e726ddb2-29f1-472c-bf28-33d9864a7baf","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:37:39Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:47252","PortSpecifier":{"PortValue":47252}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","method":"POST","path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions","host":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:37:39Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:47252","PortSpecifier":{"PortValue":47252}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784936259,"nanos":762478241},"http":{"id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","method":"POST","headers":{":authority":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:39Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i"} {"level":"debug","ts":"2026-07-24T23:37:39Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i\"}"} {"level":"debug","ts":"2026-07-24T23:37:39Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","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-fe475f.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":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","subscription":"e2e-rate-iso-a-7cb95e","tenant":"e2e-shared-a-fe475f","userId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:37:39Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.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-fe475f/rate-test-model-fe475f\",\"requestedSubscription\":\"e2e-rate-iso-a-7cb95e\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:37:39Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","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-fe475f.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-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"}} {"level":"debug","ts":"2026-07-24T23:37:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-fe475f/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","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-7cb95e"} {"level":"debug","ts":"2026-07-24T23:37:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-24T23:37:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-24T23:37:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","selected_subscription":"e2e-rate-iso-a-7cb95e","selected_subscription_key":"ai-tenant-e2e-shared-a-fe475f/e2e-rate-iso-a-7cb95e@ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:37:39Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:37:39Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"689dc7f8-d90b-43cc-a598-a33acb252ed1","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:37:40Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"29e62f98-82f3-4265-88ba-fd886c1c619a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:47268","PortSpecifier":{"PortValue":47268}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"29e62f98-82f3-4265-88ba-fd886c1c619a","method":"POST","path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions","host":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:37:40Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"29e62f98-82f3-4265-88ba-fd886c1c619a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:47268","PortSpecifier":{"PortValue":47268}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784936260,"nanos":806599569},"http":{"id":"29e62f98-82f3-4265-88ba-fd886c1c619a","method":"POST","headers":{":authority":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:40Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"29e62f98-82f3-4265-88ba-fd886c1c619a","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i"} {"level":"debug","ts":"2026-07-24T23:37:40Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"29e62f98-82f3-4265-88ba-fd886c1c619a","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i\"}"} {"level":"debug","ts":"2026-07-24T23:37:40Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"29e62f98-82f3-4265-88ba-fd886c1c619a","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-fe475f.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":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","subscription":"e2e-rate-iso-a-7cb95e","tenant":"e2e-shared-a-fe475f","userId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:37:40Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"29e62f98-82f3-4265-88ba-fd886c1c619a","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.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-fe475f/rate-test-model-fe475f\",\"requestedSubscription\":\"e2e-rate-iso-a-7cb95e\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:37:40Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"29e62f98-82f3-4265-88ba-fd886c1c619a","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-fe475f.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-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"}} {"level":"debug","ts":"2026-07-24T23:37:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"29e62f98-82f3-4265-88ba-fd886c1c619a","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"29e62f98-82f3-4265-88ba-fd886c1c619a","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"29e62f98-82f3-4265-88ba-fd886c1c619a","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"29e62f98-82f3-4265-88ba-fd886c1c619a","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-fe475f/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:40Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"29e62f98-82f3-4265-88ba-fd886c1c619a","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"29e62f98-82f3-4265-88ba-fd886c1c619a","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-24T23:37:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"29e62f98-82f3-4265-88ba-fd886c1c619a","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-24T23:37:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"29e62f98-82f3-4265-88ba-fd886c1c619a","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-7cb95e"} {"level":"debug","ts":"2026-07-24T23:37:40Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"29e62f98-82f3-4265-88ba-fd886c1c619a","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","selected_subscription":"e2e-rate-iso-a-7cb95e","selected_subscription_key":"ai-tenant-e2e-shared-a-fe475f/e2e-rate-iso-a-7cb95e@ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:37:40Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"29e62f98-82f3-4265-88ba-fd886c1c619a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:37:40Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"29e62f98-82f3-4265-88ba-fd886c1c619a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:37:41Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:47270","PortSpecifier":{"PortValue":47270}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","method":"POST","path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions","host":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:37:41Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:47270","PortSpecifier":{"PortValue":47270}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784936261,"nanos":845811108},"http":{"id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","method":"POST","headers":{":authority":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:41Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i"} {"level":"debug","ts":"2026-07-24T23:37:41Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i\"}"} {"level":"debug","ts":"2026-07-24T23:37:41Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","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-fe475f.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":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","subscription":"e2e-rate-iso-a-7cb95e","tenant":"e2e-shared-a-fe475f","userId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:37:41Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.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-fe475f/rate-test-model-fe475f\",\"requestedSubscription\":\"e2e-rate-iso-a-7cb95e\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:37:41Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","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-fe475f.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-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"}} {"level":"debug","ts":"2026-07-24T23:37:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-fe475f/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-24T23:37:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-24T23:37:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","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-7cb95e"} {"level":"debug","ts":"2026-07-24T23:37:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","selected_subscription":"e2e-rate-iso-a-7cb95e","selected_subscription_key":"ai-tenant-e2e-shared-a-fe475f/e2e-rate-iso-a-7cb95e@ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:37:41Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:37:41Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"31fed8ce-ad33-4555-8e06-521fb4df75bd","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:37:42Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:47278","PortSpecifier":{"PortValue":47278}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","method":"POST","path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions","host":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:37:42Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:47278","PortSpecifier":{"PortValue":47278}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784936262,"nanos":884606687},"http":{"id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","method":"POST","headers":{":authority":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:42Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i"} {"level":"debug","ts":"2026-07-24T23:37:42Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i\"}"} {"level":"debug","ts":"2026-07-24T23:37:42Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","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-fe475f.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":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","subscription":"e2e-rate-iso-a-7cb95e","tenant":"e2e-shared-a-fe475f","userId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:37:42Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.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-fe475f/rate-test-model-fe475f\",\"requestedSubscription\":\"e2e-rate-iso-a-7cb95e\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:37:42Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","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-fe475f.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-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"}} {"level":"debug","ts":"2026-07-24T23:37:42Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:42Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:42Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:42Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-fe475f/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:42Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:42Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-24T23:37:42Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-24T23:37:42Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","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-7cb95e"} {"level":"debug","ts":"2026-07-24T23:37:42Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","selected_subscription":"e2e-rate-iso-a-7cb95e","selected_subscription_key":"ai-tenant-e2e-shared-a-fe475f/e2e-rate-iso-a-7cb95e@ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:37:42Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:37:42Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b9c34917-2f72-41c4-ba95-9c3a9a12ae5f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:37:43Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:47286","PortSpecifier":{"PortValue":47286}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","method":"POST","path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions","host":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:37:43Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:47286","PortSpecifier":{"PortValue":47286}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784936263,"nanos":924306692},"http":{"id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","method":"POST","headers":{":authority":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:43Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i"} {"level":"debug","ts":"2026-07-24T23:37:43Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i\"}"} {"level":"debug","ts":"2026-07-24T23:37:43Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","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-fe475f.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":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","subscription":"e2e-rate-iso-a-7cb95e","tenant":"e2e-shared-a-fe475f","userId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:37:43Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.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-fe475f/rate-test-model-fe475f\",\"requestedSubscription\":\"e2e-rate-iso-a-7cb95e\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:37:43Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","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-fe475f.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-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"}} {"level":"debug","ts":"2026-07-24T23:37:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-fe475f/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:43Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-24T23:37:43Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-24T23:37:43Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","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-7cb95e"} {"level":"debug","ts":"2026-07-24T23:37:43Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","selected_subscription":"e2e-rate-iso-a-7cb95e","selected_subscription_key":"ai-tenant-e2e-shared-a-fe475f/e2e-rate-iso-a-7cb95e@ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:37:43Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:37:43Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"90b7f1f2-4b2e-4d9c-88bb-a1dfadb60fae","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:37:44Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:47288","PortSpecifier":{"PortValue":47288}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","method":"POST","path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions","host":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:37:44Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:47288","PortSpecifier":{"PortValue":47288}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784936264,"nanos":965192320},"http":{"id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","method":"POST","headers":{":authority":"e2e-shared-a-fe475f.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:44Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i"} {"level":"debug","ts":"2026-07-24T23:37:44Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1KJSwkiEdzkf9dNr7_CSR6M7JcvMhy7ivzMMGed06CE8Up2p0meGIHBKaIs8i\"}"} {"level":"debug","ts":"2026-07-24T23:37:44Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","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-fe475f.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":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","subscription":"e2e-rate-iso-a-7cb95e","tenant":"e2e-shared-a-fe475f","userId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:37:44Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-fe475f.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-fe475f/rate-test-model-fe475f\",\"requestedSubscription\":\"e2e-rate-iso-a-7cb95e\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:37:44Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","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-fe475f.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-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"}} {"level":"debug","ts":"2026-07-24T23:37:44Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:44Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:44Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:44Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:44Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-fe475f/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:44Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-24T23:37:44Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-24T23:37:44Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","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-7cb95e"} {"level":"debug","ts":"2026-07-24T23:37:44Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"a485a0d0-3066-4cbb-970b-3d41911b6f07","keyName":"e2e-rate-a-7cb95e","selected_subscription":"e2e-rate-iso-a-7cb95e","selected_subscription_key":"ai-tenant-e2e-shared-a-fe475f/e2e-rate-iso-a-7cb95e@ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-fe475f","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-7cb95e","namespace":"ai-tenant-e2e-shared-a-fe475f","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-fe475f/rate-test-model-fe475f"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:37:44Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:37:44Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"eec6b0f5-18ae-4146-8047-0fb837a004d5","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:37:45Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:35530","PortSpecifier":{"PortValue":35530}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","method":"POST","path":"/ai-tenant-e2e-shared-b-6f3ce2/rate-test-model-6f3ce2/v1/completions","host":"e2e-shared-b-6f3ce2.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:37:45Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:35530","PortSpecifier":{"PortValue":35530}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784936264,"nanos":998717925},"http":{"id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","method":"POST","headers":{":authority":"e2e-shared-b-6f3ce2.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-b-6f3ce2/rate-test-model-6f3ce2/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:45Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-zhSilIavfigzK0u9_vFV5j21tL292xjuZ0KFAyRyMUQy391fBcW1f2zwA9yj"} {"level":"debug","ts":"2026-07-24T23:37:45Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-6f3ce2.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-zhSilIavfigzK0u9_vFV5j21tL292xjuZ0KFAyRyMUQy391fBcW1f2zwA9yj\"}"} {"level":"debug","ts":"2026-07-24T23:37:45Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","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-6f3ce2.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":"629342f3-639b-49c8-be0d-b52b3898a590","keyName":"e2e-rate-b-7cb95e","subscription":"e2e-rate-iso-b-7cb95e","tenant":"e2e-shared-b-6f3ce2","userId":"629342f3-639b-49c8-be0d-b52b3898a590","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:37:45Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-b-6f3ce2.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-6f3ce2/rate-test-model-6f3ce2\",\"requestedSubscription\":\"e2e-rate-iso-b-7cb95e\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:37:45Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","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-6f3ce2.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-6f3ce2","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-7cb95e","namespace":"ai-tenant-e2e-shared-b-6f3ce2","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-6f3ce2/rate-test-model-6f3ce2"}} {"level":"debug","ts":"2026-07-24T23:37:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:37:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-6f3ce2/rate-test-model-6f3ce2\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-6f3ce2/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:37:45Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-24T23:37:45Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-24T23:37:45Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","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-7cb95e"} {"level":"debug","ts":"2026-07-24T23:37:45Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"629342f3-639b-49c8-be0d-b52b3898a590","keyName":"e2e-rate-b-7cb95e","selected_subscription":"e2e-rate-iso-b-7cb95e","selected_subscription_key":"ai-tenant-e2e-shared-b-6f3ce2/e2e-rate-iso-b-7cb95e@ai-tenant-e2e-shared-b-6f3ce2/rate-test-model-6f3ce2","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-6f3ce2","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-7cb95e","namespace":"ai-tenant-e2e-shared-b-6f3ce2","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-6f3ce2/rate-test-model-6f3ce2"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:37:45Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:37:45Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"acc1ce44-5993-4281-95a5-cfd04c020b2b","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:37:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/455524af62b257b839bd53a356e2006938cea2ee9dead1391ae3714a8d222b7d"} {"level":"info","ts":"2026-07-24T23:37:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2cfacc981b3f349497f7a507ce1939758d84d013999a38d63ecc0c3857b8d3ad"} {"level":"info","ts":"2026-07-24T23:37:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/cfa96a3867c81b82243e572de60fe40d4ff974d3007f6fb7a882c5ddc4fa6da3"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/8fe8c2c6204b2a5861b5419e659ed97237c42f76e7115044971ee3f04f265b4d"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/88fd4b27793b9ff7457ee4f98703704d9c41f33322d7f4bc16593916f540c8c7"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/14b6ff1125f0f068b900cf19b845dba7368d0f90b27f2e9e52cea2335b6cca70"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/57cfd2122e2d350792ba2e35faa999804c33129d873bb3f7b813d94830d145bd"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6db9df96726256f6d516b53e42251992d761782a45147de1ec706ff3c7b388a2"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3afdfeb7acff1db63039d46bca6155a85bac550d4db6c6340753cc40305af534"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b306f73314587598b6f952d70c52a4e9e13e01f2d243c185771243a4a700ea7b"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/5895417da62426aac56b5504d6e14f246a4ab00ad6e0631f64fe2c81ea0bbaf7"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/075c070ecfd7567af88a3ae8b133d7b993765b23944b919ada9908a236631f28"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/4662806caedce0492594dd010aa221e7240f4fe37acb31c5d57b1b09016a41b5"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/30a0056006271a9264d784fecccffdda34928182408b1ffc7cb753f0f0bcbf36"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/10cea3671a9e3d6b3d31a03120ffacafeb8b84954430012bd6e87df70898ff7e"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1cb311d8925d6525ed7500713213843a2300da6573c2b0766f69e8f0e29d67dd"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ee71fe264ed132016ae359e16dab6a47a688e09329cce42d3e6853859d20c4b9"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b37bb9a11169ea23e0b1f7933cd0e16570531e477f52f289748eb28922e345dc"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b9ffea1f030859dc3bdb958e641044c088dadd406d7397460389784133941466"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/721a39c124af9815e1a4014efc80c453c3ed907e02793b1274e08d81dcb6fa6e"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d1e53bf9bfc752c5b2c875e73081d2918965ac707999823ddb784418701d912a"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/4561b608e7f74542df0d4f3050d2b38425cc38258bb617bc1d3354c0f719f257"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/fa02246d72db91de82d7ad083a190f6381a95d10336a16a5d6e842c891ac6c1a"} {"level":"info","ts":"2026-07-24T23:37:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/88663cc49cfd7a627b3de403d91c7ecb8aa6e37472bbb17c0e43b49ad1fb614a"} {"level":"info","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"03bbbe30-a7a1-4628-9107-5bc38c155574","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:48958","PortSpecifier":{"PortValue":48958}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.20:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"03bbbe30-a7a1-4628-9107-5bc38c155574","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"03bbbe30-a7a1-4628-9107-5bc38c155574","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:48958","PortSpecifier":{"PortValue":48958}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.20:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784936328,"nanos":584277838},"http":{"id":"03bbbe30-a7a1-4628-9107-5bc38c155574","method":"POST","headers":{":authority":"maas.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"03bbbe30-a7a1-4628-9107-5bc38c155574","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"03bbbe30-a7a1-4628-9107-5bc38c155574","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":"f2e2648b-d6a1-41a9-9d87-c5f19bb93d2f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=b79b2edd-2422-40de-92e8-349743037858"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/d5ea7b487fc2"]}} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"03bbbe30-a7a1-4628-9107-5bc38c155574","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/d5ea7b487fc2"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=b79b2edd-2422-40de-92e8-349743037858"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"f2e2648b-d6a1-41a9-9d87-c5f19bb93d2f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"b64d1d3a1a41de71c5b05aa58c2da5025409dfbb29fbaa63fe6a7b8fb71bf42e"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.20:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"03bbbe30-a7a1-4628-9107-5bc38c155574","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"03bbbe30-a7a1-4628-9107-5bc38c155574","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"03bbbe30-a7a1-4628-9107-5bc38c155574","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"llm/facebook-opt-125m-simulated\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"llm/premium-simulated-simulated-premium\":{\"users\":[\"system:serviceaccount:premium-users-namespace:premium-service-account\"],\"groups\":[\"premium-user\"]},\"publishers/llm/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/llm/models/facebook/opt-125m-premium\":{\"users\":[\"system:serviceaccount:premium-users-namespace:premium-service-account\"],\"groups\":[\"premium-user\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"03bbbe30-a7a1-4628-9107-5bc38c155574","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":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"03bbbe30-a7a1-4628-9107-5bc38c155574","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"03bbbe30-a7a1-4628-9107-5bc38c155574","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"03bbbe30-a7a1-4628-9107-5bc38c155574","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"03bbbe30-a7a1-4628-9107-5bc38c155574","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:48962","PortSpecifier":{"PortValue":48962}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.20:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:48962","PortSpecifier":{"PortValue":48962}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.20:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784936328,"nanos":638048394},"http":{"id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","method":"POST","headers":{":authority":"maas.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-buvn9kKeyU1auEgt_BARA2BiUTPdw5PcNDlnCNjNibIluM8QguylgUSX45ar"} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","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-buvn9kKeyU1auEgt_BARA2BiUTPdw5PcNDlnCNjNibIluM8QguylgUSX45ar\"}"} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","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":"74dc7069-76b3-45e2-9da7-21924cd5f83c","keyName":"e2e-ipp-default","subscription":"simulator-subscription","tenant":"models-as-a-service","userId":"74dc7069-76b3-45e2-9da7-21924cd5f83c","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","config":"subscription-info","method":"POST","url":"https://maas-api.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true,"resolvedModel":"llm/facebook-opt-125m-simulated"}} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","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.20:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"llm/facebook-opt-125m-simulated\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"llm/premium-simulated-simulated-premium\":{\"users\":[\"system:serviceaccount:premium-users-namespace:premium-service-account\"],\"groups\":[\"premium-user\"]},\"publishers/llm/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/llm/models/facebook/opt-125m-premium\":{\"users\":[\"system:serviceaccount:premium-users-namespace:premium-service-account\"],\"groups\":[\"premium-user\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"simulator-subscription"} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","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":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"keyId","Value":{}},{"Name":"userid","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":"74dc7069-76b3-45e2-9da7-21924cd5f83c","keyName":"e2e-ipp-default","selected_subscription":"simulator-subscription","selected_subscription_key":"models-as-a-service/simulator-subscription@llm/facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true,"resolvedModel":"llm/facebook-opt-125m-simulated"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:38:48Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b4ce7f84-4dde-41f1-8dbb-4521b5032e72","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"82b3f30404447b1a8b0e2d565bc0840695ba6e5f2ec462899511f1eb95931e40","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"82b3f30404447b1a8b0e2d565bc0840695ba6e5f2ec462899511f1eb95931e40","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"82b3f30404447b1a8b0e2d565bc0840695ba6e5f2ec462899511f1eb95931e40","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/82b3f30404447b1a8b0e2d565bc0840695ba6e5f2ec462899511f1eb95931e40"} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"82b3f30404447b1a8b0e2d565bc0840695ba6e5f2ec462899511f1eb95931e40","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"82b3f30404447b1a8b0e2d565bc0840695ba6e5f2ec462899511f1eb95931e40","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"82b3f30404447b1a8b0e2d565bc0840695ba6e5f2ec462899511f1eb95931e40","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"82b3f30404447b1a8b0e2d565bc0840695ba6e5f2ec462899511f1eb95931e40\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"82b3f30404447b1a8b0e2d565bc0840695ba6e5f2ec462899511f1eb95931e40","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"82b3f30404447b1a8b0e2d565bc0840695ba6e5f2ec462899511f1eb95931e40","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/82b3f30404447b1a8b0e2d565bc0840695ba6e5f2ec462899511f1eb95931e40"} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/82b3f30404447b1a8b0e2d565bc0840695ba6e5f2ec462899511f1eb95931e40"} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70"} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"82b3f30404447b1a8b0e2d565bc0840695ba6e5f2ec462899511f1eb95931e40","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["82b3f30404447b1a8b0e2d565bc0840695ba6e5f2ec462899511f1eb95931e40"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"82b3f30404447b1a8b0e2d565bc0840695ba6e5f2ec462899511f1eb95931e40","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"82b3f30404447b1a8b0e2d565bc0840695ba6e5f2ec462899511f1eb95931e40","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70"} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/82b3f30404447b1a8b0e2d565bc0840695ba6e5f2ec462899511f1eb95931e40"} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70"} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152"} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70"} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152"} {"level":"error","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70"} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152"} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bdbab3328913035d3dc001d95a6c47617605f9988a9863bbd49cc58a15e83b3d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bdbab3328913035d3dc001d95a6c47617605f9988a9863bbd49cc58a15e83b3d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bdbab3328913035d3dc001d95a6c47617605f9988a9863bbd49cc58a15e83b3d"} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70"} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bdbab3328913035d3dc001d95a6c47617605f9988a9863bbd49cc58a15e83b3d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["bdbab3328913035d3dc001d95a6c47617605f9988a9863bbd49cc58a15e83b3d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152"} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bdbab3328913035d3dc001d95a6c47617605f9988a9863bbd49cc58a15e83b3d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bdbab3328913035d3dc001d95a6c47617605f9988a9863bbd49cc58a15e83b3d"} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bdbab3328913035d3dc001d95a6c47617605f9988a9863bbd49cc58a15e83b3d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70"} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152"} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bdbab3328913035d3dc001d95a6c47617605f9988a9863bbd49cc58a15e83b3d"} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d"} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d"} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d"} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9"} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9"} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d"} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9"} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d"} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9"} {"level":"debug","ts":"2026-07-24T23:39:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:27Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d"} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9"} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73"} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73"} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73"} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73"} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6017ca7a5308364c82eaa4ed1c1d3f587538d363a70fbdb22713b93389066ccd","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6017ca7a5308364c82eaa4ed1c1d3f587538d363a70fbdb22713b93389066ccd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6017ca7a5308364c82eaa4ed1c1d3f587538d363a70fbdb22713b93389066ccd"} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fbaf88b3c007735684351f00296d46a0e4fedfe56c2f3da13928ef00ecb457d8","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fbaf88b3c007735684351f00296d46a0e4fedfe56c2f3da13928ef00ecb457d8","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fbaf88b3c007735684351f00296d46a0e4fedfe56c2f3da13928ef00ecb457d8"} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6017ca7a5308364c82eaa4ed1c1d3f587538d363a70fbdb22713b93389066ccd","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6017ca7a5308364c82eaa4ed1c1d3f587538d363a70fbdb22713b93389066ccd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"fbaf88b3c007735684351f00296d46a0e4fedfe56c2f3da13928ef00ecb457d8","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["fbaf88b3c007735684351f00296d46a0e4fedfe56c2f3da13928ef00ecb457d8"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6017ca7a5308364c82eaa4ed1c1d3f587538d363a70fbdb22713b93389066ccd"} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"fbaf88b3c007735684351f00296d46a0e4fedfe56c2f3da13928ef00ecb457d8","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6017ca7a5308364c82eaa4ed1c1d3f587538d363a70fbdb22713b93389066ccd","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6017ca7a5308364c82eaa4ed1c1d3f587538d363a70fbdb22713b93389066ccd"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6017ca7a5308364c82eaa4ed1c1d3f587538d363a70fbdb22713b93389066ccd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"fbaf88b3c007735684351f00296d46a0e4fedfe56c2f3da13928ef00ecb457d8","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6017ca7a5308364c82eaa4ed1c1d3f587538d363a70fbdb22713b93389066ccd","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73"} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e59a7a8516cdbf1cb9df6ee713e44a29a0e25119a53ad240f572c735227732eb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e59a7a8516cdbf1cb9df6ee713e44a29a0e25119a53ad240f572c735227732eb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/fbaf88b3c007735684351f00296d46a0e4fedfe56c2f3da13928ef00ecb457d8"} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e59a7a8516cdbf1cb9df6ee713e44a29a0e25119a53ad240f572c735227732eb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"001c839ebbe5eb0b2ee8f76b9a350d8d4d5e62429d265a1d4082aadbc5387634","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"001c839ebbe5eb0b2ee8f76b9a350d8d4d5e62429d265a1d4082aadbc5387634","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e59a7a8516cdbf1cb9df6ee713e44a29a0e25119a53ad240f572c735227732eb","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6017ca7a5308364c82eaa4ed1c1d3f587538d363a70fbdb22713b93389066ccd"} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"001c839ebbe5eb0b2ee8f76b9a350d8d4d5e62429d265a1d4082aadbc5387634","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"001c839ebbe5eb0b2ee8f76b9a350d8d4d5e62429d265a1d4082aadbc5387634","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e59a7a8516cdbf1cb9df6ee713e44a29a0e25119a53ad240f572c735227732eb"} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e59a7a8516cdbf1cb9df6ee713e44a29a0e25119a53ad240f572c735227732eb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e59a7a8516cdbf1cb9df6ee713e44a29a0e25119a53ad240f572c735227732eb"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e59a7a8516cdbf1cb9df6ee713e44a29a0e25119a53ad240f572c735227732eb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"001c839ebbe5eb0b2ee8f76b9a350d8d4d5e62429d265a1d4082aadbc5387634","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b"} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e59a7a8516cdbf1cb9df6ee713e44a29a0e25119a53ad240f572c735227732eb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/001c839ebbe5eb0b2ee8f76b9a350d8d4d5e62429d265a1d4082aadbc5387634"} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"001c839ebbe5eb0b2ee8f76b9a350d8d4d5e62429d265a1d4082aadbc5387634","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["001c839ebbe5eb0b2ee8f76b9a350d8d4d5e62429d265a1d4082aadbc5387634"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e59a7a8516cdbf1cb9df6ee713e44a29a0e25119a53ad240f572c735227732eb"} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"001c839ebbe5eb0b2ee8f76b9a350d8d4d5e62429d265a1d4082aadbc5387634","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"001c839ebbe5eb0b2ee8f76b9a350d8d4d5e62429d265a1d4082aadbc5387634","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b"} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-24T23:39:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/001c839ebbe5eb0b2ee8f76b9a350d8d4d5e62429d265a1d4082aadbc5387634"} {"level":"info","ts":"2026-07-24T23:39:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b"} {"level":"info","ts":"2026-07-24T23:39:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f1dcca93-65b0-4218-b869-5c768d38f5f5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:45750","PortSpecifier":{"PortValue":45750}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.78:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"f1dcca93-65b0-4218-b869-5c768d38f5f5","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-ipp-a-0aa0e6.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:39:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f1dcca93-65b0-4218-b869-5c768d38f5f5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:45750","PortSpecifier":{"PortValue":45750}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.78:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784936373,"nanos":496047888},"http":{"id":"f1dcca93-65b0-4218-b869-5c768d38f5f5","method":"POST","headers":{":authority":"e2e-ipp-a-0aa0e6.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:39:33Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"f1dcca93-65b0-4218-b869-5c768d38f5f5","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-24T23:39:33Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"f1dcca93-65b0-4218-b869-5c768d38f5f5","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":"f2e2648b-d6a1-41a9-9d87-c5f19bb93d2f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=b79b2edd-2422-40de-92e8-349743037858"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/d5ea7b487fc2"]}} {"level":"debug","ts":"2026-07-24T23:39:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"f1dcca93-65b0-4218-b869-5c768d38f5f5","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/d5ea7b487fc2"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=b79b2edd-2422-40de-92e8-349743037858"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"f2e2648b-d6a1-41a9-9d87-c5f19bb93d2f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"fbaf88b3c007735684351f00296d46a0e4fedfe56c2f3da13928ef00ecb457d8"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.78:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-ipp-a-0aa0e6.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:39:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f1dcca93-65b0-4218-b869-5c768d38f5f5","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:39:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f1dcca93-65b0-4218-b869-5c768d38f5f5","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:39:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f1dcca93-65b0-4218-b869-5c768d38f5f5","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-0aa0e6/ipp-route-0aa0e6\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-0aa0e6/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:39:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"f1dcca93-65b0-4218-b869-5c768d38f5f5","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"userid","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-24T23:39:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f1dcca93-65b0-4218-b869-5c768d38f5f5","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-24T23:39:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f1dcca93-65b0-4218-b869-5c768d38f5f5","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-07-24T23:39:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f1dcca93-65b0-4218-b869-5c768d38f5f5","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:39:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f1dcca93-65b0-4218-b869-5c768d38f5f5","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:39:35Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ffff61b0-326e-4708-a886-eb892062b156","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:45758","PortSpecifier":{"PortValue":45758}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.78:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ffff61b0-326e-4708-a886-eb892062b156","method":"POST","path":"/ai-tenant-e2e-ipp-a-0aa0e6/ipp-route-0aa0e6/v1/chat/completions","host":"e2e-ipp-a-0aa0e6.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-24T23:39:35Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ffff61b0-326e-4708-a886-eb892062b156","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.9:45758","PortSpecifier":{"PortValue":45758}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.78:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784936375,"nanos":561288311},"http":{"id":"ffff61b0-326e-4708-a886-eb892062b156","method":"POST","headers":{":authority":"e2e-ipp-a-0aa0e6.apps.44d694ff-bedf-4515-b39d-d5ea7b487fc2.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-ipp-a-0aa0e6/ipp-route-0aa0e6/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:39:35Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ffff61b0-326e-4708-a886-eb892062b156","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-jAKzVIfvPZUtHaTh_taMhUaQYdUtF3fVNaEkOXZ0W2wa9t3k0OaGYpnzK8T4"} {"level":"debug","ts":"2026-07-24T23:39:35Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ffff61b0-326e-4708-a886-eb892062b156","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-ipp-a-0aa0e6.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-jAKzVIfvPZUtHaTh_taMhUaQYdUtF3fVNaEkOXZ0W2wa9t3k0OaGYpnzK8T4\"}"} {"level":"debug","ts":"2026-07-24T23:39:35Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ffff61b0-326e-4708-a886-eb892062b156","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-0aa0e6.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":"1d67f104-f59e-4372-bdb7-5469ef121837","keyName":"e2e-ipp-0aa0e6","subscription":"ipp-route-0aa0e6-sub","tenant":"e2e-ipp-a-0aa0e6","userId":"1d67f104-f59e-4372-bdb7-5469ef121837","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-24T23:39:35Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ffff61b0-326e-4708-a886-eb892062b156","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-ipp-a-0aa0e6.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-0aa0e6/ipp-route-0aa0e6\",\"requestedSubscription\":\"ipp-route-0aa0e6-sub\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-24T23:39:35Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ffff61b0-326e-4708-a886-eb892062b156","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-0aa0e6.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-0aa0e6","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-0aa0e6-sub","namespace":"ai-tenant-e2e-ipp-a-0aa0e6","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-0aa0e6/ipp-route-0aa0e6"}} {"level":"debug","ts":"2026-07-24T23:39:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ffff61b0-326e-4708-a886-eb892062b156","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-24T23:39:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ffff61b0-326e-4708-a886-eb892062b156","config":{"Name":"tenant-gateway-isolation","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":null,"OPA":{"Rego":"# Tenant hostname isolation stub.\n# Replace with a real maas-api call to validate that the API key's tenant\n# matches the gateway hostname (prevents Coke key on Pepsi gateway).\nallow { true }","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:39:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ffff61b0-326e-4708-a886-eb892062b156","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\nallow {\n not input.auth.metadata.apiKeyValidation\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:39:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ffff61b0-326e-4708-a886-eb892062b156","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-0aa0e6/ipp-route-0aa0e6\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-0aa0e6/models/facebook/opt-125m\":{\"users\":null,\"groups\":[\"system:authenticated\"]}}\n\nrequest_path := object.get(input.context.request.http, \"path\", \"\")\nrequest_headers := object.get(input.context.request.http, \"headers\", {})\n\npath_parts := [p | p := split(request_path, \"/\")[_]; p != \"\"]\n\npath_model_identity := sprintf(\"%s/%s\", [path_parts[0], path_parts[1]]) {\n\tcount(path_parts) >= 2\n\tpath_parts[0] != \"v1\"\n\tpath_parts[0] != \"maas-api\"\n}\n\nheader_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nmodel_identity := path_model_identity {\n\tpath_model_identity != \"\"\n} else := header_model_identity {\n\theader_model_identity != \"\"\n} else := \"\"\n\nusername := input.auth.metadata.apiKeyValidation.username\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n\t{ object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n\t{ object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n\t{ object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\ngroups := input.auth.metadata.apiKeyValidation.groups\n\t{ object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n\t{ object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n\t{ object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\nmodel_rules := object.get(model_access, model_identity, null)\n\n# Management endpoints (e.g. /v1/models, /maas-api/v1/api-keys) carry no model context.\n# Allow them here; subscription and rate-limit checks are gated by model-route conditions.\nallow {\n\tmodel_identity == \"\"\n}\n\n# Inference path: deny by default when no MaaSAuthPolicy covers this model.\n# Allow only when the caller's username or a group is explicitly listed.\nallow {\n\tmodel_rules != null\n\tmodel_rules.users[_] == username\n}\n\nallow {\n\tmodel_rules != null\n\tg := groups[_]\n\tmodel_rules.groups[_] == g\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:39:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ffff61b0-326e-4708-a886-eb892062b156","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"deletionTimestamp\", \"\") == \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-07-24T23:39:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ffff61b0-326e-4708-a886-eb892062b156","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-07-24T23:39:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ffff61b0-326e-4708-a886-eb892062b156","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-0aa0e6-sub"} {"level":"debug","ts":"2026-07-24T23:39:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ffff61b0-326e-4708-a886-eb892062b156","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-24T23:39:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ffff61b0-326e-4708-a886-eb892062b156","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"1d67f104-f59e-4372-bdb7-5469ef121837","keyName":"e2e-ipp-0aa0e6","selected_subscription":"ipp-route-0aa0e6-sub","selected_subscription_key":"ai-tenant-e2e-ipp-a-0aa0e6/ipp-route-0aa0e6-sub@ai-tenant-e2e-ipp-a-0aa0e6/ipp-route-0aa0e6","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"ipp-route-0aa0e6","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-0aa0e6-sub","namespace":"ai-tenant-e2e-ipp-a-0aa0e6","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-0aa0e6/ipp-route-0aa0e6"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-24T23:39:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ffff61b0-326e-4708-a886-eb892062b156","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-24T23:39:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ffff61b0-326e-4708-a886-eb892062b156","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-24T23:40:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6017ca7a5308364c82eaa4ed1c1d3f587538d363a70fbdb22713b93389066ccd"} {"level":"info","ts":"2026-07-24T23:40:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/fbaf88b3c007735684351f00296d46a0e4fedfe56c2f3da13928ef00ecb457d8"} {"level":"info","ts":"2026-07-24T23:40:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/82b3f30404447b1a8b0e2d565bc0840695ba6e5f2ec462899511f1eb95931e40"} {"level":"info","ts":"2026-07-24T23:40:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/8768c5ded7fec68a957540a4d14e4fd2b2271884a3bda0ad114e58db62481b70"} {"level":"info","ts":"2026-07-24T23:40:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/570073ff9b45c0774cb458f2320ed0341f3960fa1d9f864d0da4cf6fa63b0b73"} {"level":"info","ts":"2026-07-24T23:40:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/fb53290e3da4fdc95f507a23603b2bda4925042e826673f5d5cfb39b4782d152"} {"level":"info","ts":"2026-07-24T23:40:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f2ff431f598f6dae6f4d54dcca4bbc89140724e19f33548295c0b2cb44b86d9d"} {"level":"info","ts":"2026-07-24T23:40:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/001c839ebbe5eb0b2ee8f76b9a350d8d4d5e62429d265a1d4082aadbc5387634"} {"level":"info","ts":"2026-07-24T23:40:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9a38e90c533de5ac1a03b1e1ef7753cefbb3f13acca5bdc67831979e753c7cf9"} {"level":"info","ts":"2026-07-24T23:40:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/bdbab3328913035d3dc001d95a6c47617605f9988a9863bbd49cc58a15e83b3d"} {"level":"info","ts":"2026-07-24T23:40:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e59a7a8516cdbf1cb9df6ee713e44a29a0e25119a53ad240f572c735227732eb"} {"level":"info","ts":"2026-07-24T23:40:37Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/39cf7a676d3eb15cfb886ca5f3f4e446111fddccfd7aa5a245e08e8dded2219b"}