{"level":"debug","ts":"2026-07-27T20:17:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"4b552be6-4e03-4d60-bbc3-b23f261f9c88","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:17:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4b552be6-4e03-4d60-bbc3-b23f261f9c88","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-27T20:17:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4b552be6-4e03-4d60-bbc3-b23f261f9c88","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-27T20:17:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4b552be6-4e03-4d60-bbc3-b23f261f9c88","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-27T20:17:45Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4b552be6-4e03-4d60-bbc3-b23f261f9c88","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-97e28d/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-27T20:17:45Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4b552be6-4e03-4d60-bbc3-b23f261f9c88","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-27T20:17:45Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4b552be6-4e03-4d60-bbc3-b23f261f9c88","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-27T20:17:45Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4b552be6-4e03-4d60-bbc3-b23f261f9c88","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-17065b"} {"level":"debug","ts":"2026-07-27T20:17:45Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4b552be6-4e03-4d60-bbc3-b23f261f9c88","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"4911fe8a-a314-46cb-a533-ca9216b5d7ec","keyName":"e2e-rate-a-17065b","selected_subscription":"e2e-rate-iso-a-17065b","selected_subscription_key":"ai-tenant-e2e-shared-a-97e28d/e2e-rate-iso-a-17065b@ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-97e28d/models/facebook/opt-125m","name":"rate-test-model-97e28d","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-17065b","namespace":"ai-tenant-e2e-shared-a-97e28d","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T20:17:45Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4b552be6-4e03-4d60-bbc3-b23f261f9c88","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T20:17:45Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4b552be6-4e03-4d60-bbc3-b23f261f9c88","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"cd00421b-8bc4-4959-b089-658b7491e5bf","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:38612","PortSpecifier":{"PortValue":38612}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"cd00421b-8bc4-4959-b089-658b7491e5bf","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"cd00421b-8bc4-4959-b089-658b7491e5bf","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:38612","PortSpecifier":{"PortValue":38612}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785183484,"nanos":276399094},"http":{"id":"cd00421b-8bc4-4959-b089-658b7491e5bf","method":"POST","headers":{":authority":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.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-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"cd00421b-8bc4-4959-b089-658b7491e5bf","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"cd00421b-8bc4-4959-b089-658b7491e5bf","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":"5f566304-997a-497f-a8f8-33d5f599a33b","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=766ca704-63c7-4e56-9101-6474e075bf55"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/8008512a0fb1"]}} {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"cd00421b-8bc4-4959-b089-658b7491e5bf","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/8008512a0fb1"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=766ca704-63c7-4e56-9101-6474e075bf55"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"5f566304-997a-497f-a8f8-33d5f599a33b","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"428416eae27035d0ef2148226dce236cac16f62d13ced15cb49d9b3db87800f6"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.87:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.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-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cd00421b-8bc4-4959-b089-658b7491e5bf","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-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cd00421b-8bc4-4959-b089-658b7491e5bf","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-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cd00421b-8bc4-4959-b089-658b7491e5bf","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-97e28d/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-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"cd00421b-8bc4-4959-b089-658b7491e5bf","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cd00421b-8bc4-4959-b089-658b7491e5bf","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-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cd00421b-8bc4-4959-b089-658b7491e5bf","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-27T20:18:04Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"cd00421b-8bc4-4959-b089-658b7491e5bf","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"cd00421b-8bc4-4959-b089-658b7491e5bf","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8c43e3ad-146e-4d35-a2ff-f11a52559fb4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:40280","PortSpecifier":{"PortValue":40280}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.88:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"8c43e3ad-146e-4d35-a2ff-f11a52559fb4","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-e837b8.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8c43e3ad-146e-4d35-a2ff-f11a52559fb4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:40280","PortSpecifier":{"PortValue":40280}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.88:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785183484,"nanos":314695506},"http":{"id":"8c43e3ad-146e-4d35-a2ff-f11a52559fb4","method":"POST","headers":{":authority":"e2e-shared-b-e837b8.apps.98c63052-5512-48ed-9e58-8008512a0fb1.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-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"8c43e3ad-146e-4d35-a2ff-f11a52559fb4","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"8c43e3ad-146e-4d35-a2ff-f11a52559fb4","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":"5f566304-997a-497f-a8f8-33d5f599a33b","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=766ca704-63c7-4e56-9101-6474e075bf55"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/8008512a0fb1"]}} {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"8c43e3ad-146e-4d35-a2ff-f11a52559fb4","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/8008512a0fb1"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=766ca704-63c7-4e56-9101-6474e075bf55"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"5f566304-997a-497f-a8f8-33d5f599a33b","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"2dfde5568b0e56da4465d3f0e90f6b693bd3b2ec2fa136c2435747c7b3bba75d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.88:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-e837b8.apps.98c63052-5512-48ed-9e58-8008512a0fb1.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-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8c43e3ad-146e-4d35-a2ff-f11a52559fb4","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-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8c43e3ad-146e-4d35-a2ff-f11a52559fb4","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-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8c43e3ad-146e-4d35-a2ff-f11a52559fb4","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-e837b8/rate-test-model-e837b8\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-e837b8/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-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"8c43e3ad-146e-4d35-a2ff-f11a52559fb4","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":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8c43e3ad-146e-4d35-a2ff-f11a52559fb4","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-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8c43e3ad-146e-4d35-a2ff-f11a52559fb4","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-27T20:18:04Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8c43e3ad-146e-4d35-a2ff-f11a52559fb4","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8c43e3ad-146e-4d35-a2ff-f11a52559fb4","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:38624","PortSpecifier":{"PortValue":38624}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","method":"POST","path":"/ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d/v1/completions","host":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:38624","PortSpecifier":{"PortValue":38624}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785183484,"nanos":351871119},"http":{"id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","method":"POST","headers":{":authority":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-XkCB0sinFylACk9J_V8G3rOufSJWctMxJgvhirM82VeuncG0YCxpnkLBH54D"} {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-97e28d.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-XkCB0sinFylACk9J_V8G3rOufSJWctMxJgvhirM82VeuncG0YCxpnkLBH54D\"}"} {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","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-97e28d.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":"3fb636dc-26be-47b3-ac14-54760be31a1c","keyName":"e2e-rate-a-481c4b","subscription":"e2e-rate-iso-a-481c4b","tenant":"e2e-shared-a-97e28d","userId":"3fb636dc-26be-47b3-ac14-54760be31a1c","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-97e28d.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-97e28d/rate-test-model-97e28d\",\"requestedSubscription\":\"e2e-rate-iso-a-481c4b\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","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-97e28d.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-97e28d/models/facebook/opt-125m","name":"rate-test-model-97e28d","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-481c4b","namespace":"ai-tenant-e2e-shared-a-97e28d","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d"}} {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","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-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","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-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-97e28d/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-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","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-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","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-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","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-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","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-481c4b"} {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"3fb636dc-26be-47b3-ac14-54760be31a1c","keyName":"e2e-rate-a-481c4b","selected_subscription":"e2e-rate-iso-a-481c4b","selected_subscription_key":"ai-tenant-e2e-shared-a-97e28d/e2e-rate-iso-a-481c4b@ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-97e28d/models/facebook/opt-125m","name":"rate-test-model-97e28d","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-481c4b","namespace":"ai-tenant-e2e-shared-a-97e28d","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T20:18:04Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1fefdfb5-5e6d-4078-a1af-b02f0ae3aa85","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T20:18:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"67475912-0a90-464d-945a-de89ac2c58ec","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:38626","PortSpecifier":{"PortValue":38626}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"67475912-0a90-464d-945a-de89ac2c58ec","method":"POST","path":"/ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d/v1/completions","host":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T20:18:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"67475912-0a90-464d-945a-de89ac2c58ec","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:38626","PortSpecifier":{"PortValue":38626}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785183485,"nanos":388065599},"http":{"id":"67475912-0a90-464d-945a-de89ac2c58ec","method":"POST","headers":{":authority":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:05Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"67475912-0a90-464d-945a-de89ac2c58ec","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-XkCB0sinFylACk9J_V8G3rOufSJWctMxJgvhirM82VeuncG0YCxpnkLBH54D"} {"level":"debug","ts":"2026-07-27T20:18:05Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"67475912-0a90-464d-945a-de89ac2c58ec","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-97e28d.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-XkCB0sinFylACk9J_V8G3rOufSJWctMxJgvhirM82VeuncG0YCxpnkLBH54D\"}"} {"level":"debug","ts":"2026-07-27T20:18:05Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"67475912-0a90-464d-945a-de89ac2c58ec","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-97e28d.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":"3fb636dc-26be-47b3-ac14-54760be31a1c","keyName":"e2e-rate-a-481c4b","subscription":"e2e-rate-iso-a-481c4b","tenant":"e2e-shared-a-97e28d","userId":"3fb636dc-26be-47b3-ac14-54760be31a1c","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T20:18:05Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"67475912-0a90-464d-945a-de89ac2c58ec","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-97e28d.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-97e28d/rate-test-model-97e28d\",\"requestedSubscription\":\"e2e-rate-iso-a-481c4b\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T20:18:05Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"67475912-0a90-464d-945a-de89ac2c58ec","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-97e28d.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-97e28d/models/facebook/opt-125m","name":"rate-test-model-97e28d","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-481c4b","namespace":"ai-tenant-e2e-shared-a-97e28d","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d"}} {"level":"debug","ts":"2026-07-27T20:18:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"67475912-0a90-464d-945a-de89ac2c58ec","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"67475912-0a90-464d-945a-de89ac2c58ec","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-27T20:18:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"67475912-0a90-464d-945a-de89ac2c58ec","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-27T20:18:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"67475912-0a90-464d-945a-de89ac2c58ec","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-97e28d/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-27T20:18:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"67475912-0a90-464d-945a-de89ac2c58ec","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-27T20:18:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"67475912-0a90-464d-945a-de89ac2c58ec","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-27T20:18:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"67475912-0a90-464d-945a-de89ac2c58ec","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-481c4b"} {"level":"debug","ts":"2026-07-27T20:18:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"67475912-0a90-464d-945a-de89ac2c58ec","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-27T20:18:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"67475912-0a90-464d-945a-de89ac2c58ec","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"3fb636dc-26be-47b3-ac14-54760be31a1c","keyName":"e2e-rate-a-481c4b","selected_subscription":"e2e-rate-iso-a-481c4b","selected_subscription_key":"ai-tenant-e2e-shared-a-97e28d/e2e-rate-iso-a-481c4b@ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-97e28d/models/facebook/opt-125m","name":"rate-test-model-97e28d","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-481c4b","namespace":"ai-tenant-e2e-shared-a-97e28d","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T20:18:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"67475912-0a90-464d-945a-de89ac2c58ec","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T20:18:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"67475912-0a90-464d-945a-de89ac2c58ec","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T20:18:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:38640","PortSpecifier":{"PortValue":38640}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","method":"POST","path":"/ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d/v1/completions","host":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T20:18:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:38640","PortSpecifier":{"PortValue":38640}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785183486,"nanos":426708831},"http":{"id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","method":"POST","headers":{":authority":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-XkCB0sinFylACk9J_V8G3rOufSJWctMxJgvhirM82VeuncG0YCxpnkLBH54D"} {"level":"debug","ts":"2026-07-27T20:18:06Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-97e28d.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-XkCB0sinFylACk9J_V8G3rOufSJWctMxJgvhirM82VeuncG0YCxpnkLBH54D\"}"} {"level":"debug","ts":"2026-07-27T20:18:06Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","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-97e28d.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":"3fb636dc-26be-47b3-ac14-54760be31a1c","keyName":"e2e-rate-a-481c4b","subscription":"e2e-rate-iso-a-481c4b","tenant":"e2e-shared-a-97e28d","userId":"3fb636dc-26be-47b3-ac14-54760be31a1c","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T20:18:06Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-97e28d.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-97e28d/rate-test-model-97e28d\",\"requestedSubscription\":\"e2e-rate-iso-a-481c4b\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T20:18:06Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","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-97e28d.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-97e28d/models/facebook/opt-125m","name":"rate-test-model-97e28d","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-481c4b","namespace":"ai-tenant-e2e-shared-a-97e28d","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d"}} {"level":"debug","ts":"2026-07-27T20:18:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","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-27T20:18:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","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-27T20:18:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-97e28d/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-27T20:18:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","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-27T20:18:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","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-27T20:18:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","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-481c4b"} {"level":"debug","ts":"2026-07-27T20:18:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","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-27T20:18:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"3fb636dc-26be-47b3-ac14-54760be31a1c","keyName":"e2e-rate-a-481c4b","selected_subscription":"e2e-rate-iso-a-481c4b","selected_subscription_key":"ai-tenant-e2e-shared-a-97e28d/e2e-rate-iso-a-481c4b@ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-97e28d/models/facebook/opt-125m","name":"rate-test-model-97e28d","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-481c4b","namespace":"ai-tenant-e2e-shared-a-97e28d","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T20:18:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T20:18:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a7e065f1-ae0e-45c1-9093-4c30845b2b18","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T20:18:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"184bd2da-e276-44ec-b732-ef9e0e59782f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:38642","PortSpecifier":{"PortValue":38642}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"184bd2da-e276-44ec-b732-ef9e0e59782f","method":"POST","path":"/ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d/v1/completions","host":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T20:18:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"184bd2da-e276-44ec-b732-ef9e0e59782f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:38642","PortSpecifier":{"PortValue":38642}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785183487,"nanos":478594441},"http":{"id":"184bd2da-e276-44ec-b732-ef9e0e59782f","method":"POST","headers":{":authority":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"184bd2da-e276-44ec-b732-ef9e0e59782f","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-XkCB0sinFylACk9J_V8G3rOufSJWctMxJgvhirM82VeuncG0YCxpnkLBH54D"} {"level":"debug","ts":"2026-07-27T20:18:07Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"184bd2da-e276-44ec-b732-ef9e0e59782f","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-97e28d.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-XkCB0sinFylACk9J_V8G3rOufSJWctMxJgvhirM82VeuncG0YCxpnkLBH54D\"}"} {"level":"debug","ts":"2026-07-27T20:18:07Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"184bd2da-e276-44ec-b732-ef9e0e59782f","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-97e28d.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":"3fb636dc-26be-47b3-ac14-54760be31a1c","keyName":"e2e-rate-a-481c4b","subscription":"e2e-rate-iso-a-481c4b","tenant":"e2e-shared-a-97e28d","userId":"3fb636dc-26be-47b3-ac14-54760be31a1c","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T20:18:07Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"184bd2da-e276-44ec-b732-ef9e0e59782f","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-97e28d.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-97e28d/rate-test-model-97e28d\",\"requestedSubscription\":\"e2e-rate-iso-a-481c4b\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T20:18:07Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"184bd2da-e276-44ec-b732-ef9e0e59782f","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-97e28d.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-97e28d/models/facebook/opt-125m","name":"rate-test-model-97e28d","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-481c4b","namespace":"ai-tenant-e2e-shared-a-97e28d","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d"}} {"level":"debug","ts":"2026-07-27T20:18:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"184bd2da-e276-44ec-b732-ef9e0e59782f","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"184bd2da-e276-44ec-b732-ef9e0e59782f","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-27T20:18:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"184bd2da-e276-44ec-b732-ef9e0e59782f","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-27T20:18:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"184bd2da-e276-44ec-b732-ef9e0e59782f","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-97e28d/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-27T20:18:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"184bd2da-e276-44ec-b732-ef9e0e59782f","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-27T20:18:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"184bd2da-e276-44ec-b732-ef9e0e59782f","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-27T20:18:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"184bd2da-e276-44ec-b732-ef9e0e59782f","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-481c4b"} {"level":"debug","ts":"2026-07-27T20:18:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"184bd2da-e276-44ec-b732-ef9e0e59782f","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-27T20:18:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"184bd2da-e276-44ec-b732-ef9e0e59782f","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"3fb636dc-26be-47b3-ac14-54760be31a1c","keyName":"e2e-rate-a-481c4b","selected_subscription":"e2e-rate-iso-a-481c4b","selected_subscription_key":"ai-tenant-e2e-shared-a-97e28d/e2e-rate-iso-a-481c4b@ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-97e28d/models/facebook/opt-125m","name":"rate-test-model-97e28d","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-481c4b","namespace":"ai-tenant-e2e-shared-a-97e28d","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T20:18:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"184bd2da-e276-44ec-b732-ef9e0e59782f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T20:18:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"184bd2da-e276-44ec-b732-ef9e0e59782f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T20:18:08Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2ced998d-c5cb-4110-8656-ecd14235406f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:51042","PortSpecifier":{"PortValue":51042}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"2ced998d-c5cb-4110-8656-ecd14235406f","method":"POST","path":"/ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d/v1/completions","host":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T20:18:08Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2ced998d-c5cb-4110-8656-ecd14235406f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:51042","PortSpecifier":{"PortValue":51042}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785183488,"nanos":524214621},"http":{"id":"2ced998d-c5cb-4110-8656-ecd14235406f","method":"POST","headers":{":authority":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:08Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"2ced998d-c5cb-4110-8656-ecd14235406f","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-XkCB0sinFylACk9J_V8G3rOufSJWctMxJgvhirM82VeuncG0YCxpnkLBH54D"} {"level":"debug","ts":"2026-07-27T20:18:08Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"2ced998d-c5cb-4110-8656-ecd14235406f","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-97e28d.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-XkCB0sinFylACk9J_V8G3rOufSJWctMxJgvhirM82VeuncG0YCxpnkLBH54D\"}"} {"level":"debug","ts":"2026-07-27T20:18:08Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"2ced998d-c5cb-4110-8656-ecd14235406f","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-97e28d.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":"3fb636dc-26be-47b3-ac14-54760be31a1c","keyName":"e2e-rate-a-481c4b","subscription":"e2e-rate-iso-a-481c4b","tenant":"e2e-shared-a-97e28d","userId":"3fb636dc-26be-47b3-ac14-54760be31a1c","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T20:18:08Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"2ced998d-c5cb-4110-8656-ecd14235406f","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-97e28d.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-97e28d/rate-test-model-97e28d\",\"requestedSubscription\":\"e2e-rate-iso-a-481c4b\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T20:18:08Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"2ced998d-c5cb-4110-8656-ecd14235406f","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-97e28d.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-97e28d/models/facebook/opt-125m","name":"rate-test-model-97e28d","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-481c4b","namespace":"ai-tenant-e2e-shared-a-97e28d","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d"}} {"level":"debug","ts":"2026-07-27T20:18:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"2ced998d-c5cb-4110-8656-ecd14235406f","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2ced998d-c5cb-4110-8656-ecd14235406f","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-27T20:18:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2ced998d-c5cb-4110-8656-ecd14235406f","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-27T20:18:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2ced998d-c5cb-4110-8656-ecd14235406f","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-27T20:18:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2ced998d-c5cb-4110-8656-ecd14235406f","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-97e28d/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-27T20:18:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2ced998d-c5cb-4110-8656-ecd14235406f","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-27T20:18:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2ced998d-c5cb-4110-8656-ecd14235406f","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-481c4b"} {"level":"debug","ts":"2026-07-27T20:18:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2ced998d-c5cb-4110-8656-ecd14235406f","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-27T20:18:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2ced998d-c5cb-4110-8656-ecd14235406f","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"3fb636dc-26be-47b3-ac14-54760be31a1c","keyName":"e2e-rate-a-481c4b","selected_subscription":"e2e-rate-iso-a-481c4b","selected_subscription_key":"ai-tenant-e2e-shared-a-97e28d/e2e-rate-iso-a-481c4b@ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-97e28d/models/facebook/opt-125m","name":"rate-test-model-97e28d","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-481c4b","namespace":"ai-tenant-e2e-shared-a-97e28d","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T20:18:08Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2ced998d-c5cb-4110-8656-ecd14235406f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T20:18:08Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2ced998d-c5cb-4110-8656-ecd14235406f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T20:18:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:51054","PortSpecifier":{"PortValue":51054}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","method":"POST","path":"/ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d/v1/completions","host":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T20:18:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:51054","PortSpecifier":{"PortValue":51054}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785183489,"nanos":560813420},"http":{"id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","method":"POST","headers":{":authority":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:09Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-XkCB0sinFylACk9J_V8G3rOufSJWctMxJgvhirM82VeuncG0YCxpnkLBH54D"} {"level":"debug","ts":"2026-07-27T20:18:09Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-97e28d.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-XkCB0sinFylACk9J_V8G3rOufSJWctMxJgvhirM82VeuncG0YCxpnkLBH54D\"}"} {"level":"debug","ts":"2026-07-27T20:18:09Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","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-97e28d.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":"3fb636dc-26be-47b3-ac14-54760be31a1c","keyName":"e2e-rate-a-481c4b","subscription":"e2e-rate-iso-a-481c4b","tenant":"e2e-shared-a-97e28d","userId":"3fb636dc-26be-47b3-ac14-54760be31a1c","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T20:18:09Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-97e28d.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-97e28d/rate-test-model-97e28d\",\"requestedSubscription\":\"e2e-rate-iso-a-481c4b\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T20:18:09Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","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-97e28d.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-97e28d/models/facebook/opt-125m","name":"rate-test-model-97e28d","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-481c4b","namespace":"ai-tenant-e2e-shared-a-97e28d","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d"}} {"level":"debug","ts":"2026-07-27T20:18:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","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-27T20:18:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","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-27T20:18:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","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-27T20:18:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-97e28d/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-27T20:18:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","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-27T20:18:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","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-481c4b"} {"level":"debug","ts":"2026-07-27T20:18:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","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-27T20:18:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"3fb636dc-26be-47b3-ac14-54760be31a1c","keyName":"e2e-rate-a-481c4b","selected_subscription":"e2e-rate-iso-a-481c4b","selected_subscription_key":"ai-tenant-e2e-shared-a-97e28d/e2e-rate-iso-a-481c4b@ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-97e28d/models/facebook/opt-125m","name":"rate-test-model-97e28d","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-481c4b","namespace":"ai-tenant-e2e-shared-a-97e28d","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T20:18:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T20:18:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ab508ccd-17cd-47be-8b67-91bb94e6620e","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T20:18:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9596175b-429a-4c90-9d61-44534f8c67d9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:51068","PortSpecifier":{"PortValue":51068}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"9596175b-429a-4c90-9d61-44534f8c67d9","method":"POST","path":"/ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d/v1/completions","host":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T20:18:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9596175b-429a-4c90-9d61-44534f8c67d9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:51068","PortSpecifier":{"PortValue":51068}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785183490,"nanos":600362456},"http":{"id":"9596175b-429a-4c90-9d61-44534f8c67d9","method":"POST","headers":{":authority":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"9596175b-429a-4c90-9d61-44534f8c67d9","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-XkCB0sinFylACk9J_V8G3rOufSJWctMxJgvhirM82VeuncG0YCxpnkLBH54D"} {"level":"debug","ts":"2026-07-27T20:18:10Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"9596175b-429a-4c90-9d61-44534f8c67d9","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-97e28d.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-XkCB0sinFylACk9J_V8G3rOufSJWctMxJgvhirM82VeuncG0YCxpnkLBH54D\"}"} {"level":"debug","ts":"2026-07-27T20:18:10Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"9596175b-429a-4c90-9d61-44534f8c67d9","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-97e28d.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":"3fb636dc-26be-47b3-ac14-54760be31a1c","keyName":"e2e-rate-a-481c4b","subscription":"e2e-rate-iso-a-481c4b","tenant":"e2e-shared-a-97e28d","userId":"3fb636dc-26be-47b3-ac14-54760be31a1c","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T20:18:10Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"9596175b-429a-4c90-9d61-44534f8c67d9","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-97e28d.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-97e28d/rate-test-model-97e28d\",\"requestedSubscription\":\"e2e-rate-iso-a-481c4b\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T20:18:10Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"9596175b-429a-4c90-9d61-44534f8c67d9","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-97e28d.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-97e28d/models/facebook/opt-125m","name":"rate-test-model-97e28d","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-481c4b","namespace":"ai-tenant-e2e-shared-a-97e28d","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d"}} {"level":"debug","ts":"2026-07-27T20:18:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"9596175b-429a-4c90-9d61-44534f8c67d9","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9596175b-429a-4c90-9d61-44534f8c67d9","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-27T20:18:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9596175b-429a-4c90-9d61-44534f8c67d9","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-27T20:18:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9596175b-429a-4c90-9d61-44534f8c67d9","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-97e28d/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-27T20:18:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9596175b-429a-4c90-9d61-44534f8c67d9","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-27T20:18:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9596175b-429a-4c90-9d61-44534f8c67d9","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-481c4b"} {"level":"debug","ts":"2026-07-27T20:18:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9596175b-429a-4c90-9d61-44534f8c67d9","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-27T20:18:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9596175b-429a-4c90-9d61-44534f8c67d9","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-27T20:18:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9596175b-429a-4c90-9d61-44534f8c67d9","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"3fb636dc-26be-47b3-ac14-54760be31a1c","keyName":"e2e-rate-a-481c4b","selected_subscription":"e2e-rate-iso-a-481c4b","selected_subscription_key":"ai-tenant-e2e-shared-a-97e28d/e2e-rate-iso-a-481c4b@ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-97e28d/models/facebook/opt-125m","name":"rate-test-model-97e28d","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-481c4b","namespace":"ai-tenant-e2e-shared-a-97e28d","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T20:18:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9596175b-429a-4c90-9d61-44534f8c67d9","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T20:18:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9596175b-429a-4c90-9d61-44534f8c67d9","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T20:18:11Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"04594463-dffe-4ea6-a126-9fb43feda30d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:51080","PortSpecifier":{"PortValue":51080}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"04594463-dffe-4ea6-a126-9fb43feda30d","method":"POST","path":"/ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d/v1/completions","host":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T20:18:11Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"04594463-dffe-4ea6-a126-9fb43feda30d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:51080","PortSpecifier":{"PortValue":51080}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785183491,"nanos":636601709},"http":{"id":"04594463-dffe-4ea6-a126-9fb43feda30d","method":"POST","headers":{":authority":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:11Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"04594463-dffe-4ea6-a126-9fb43feda30d","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-XkCB0sinFylACk9J_V8G3rOufSJWctMxJgvhirM82VeuncG0YCxpnkLBH54D"} {"level":"debug","ts":"2026-07-27T20:18:11Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"04594463-dffe-4ea6-a126-9fb43feda30d","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-97e28d.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-XkCB0sinFylACk9J_V8G3rOufSJWctMxJgvhirM82VeuncG0YCxpnkLBH54D\"}"} {"level":"debug","ts":"2026-07-27T20:18:11Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"04594463-dffe-4ea6-a126-9fb43feda30d","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-97e28d.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":"3fb636dc-26be-47b3-ac14-54760be31a1c","keyName":"e2e-rate-a-481c4b","subscription":"e2e-rate-iso-a-481c4b","tenant":"e2e-shared-a-97e28d","userId":"3fb636dc-26be-47b3-ac14-54760be31a1c","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T20:18:11Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"04594463-dffe-4ea6-a126-9fb43feda30d","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-97e28d.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-97e28d/rate-test-model-97e28d\",\"requestedSubscription\":\"e2e-rate-iso-a-481c4b\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T20:18:11Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"04594463-dffe-4ea6-a126-9fb43feda30d","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-97e28d.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-97e28d/models/facebook/opt-125m","name":"rate-test-model-97e28d","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-481c4b","namespace":"ai-tenant-e2e-shared-a-97e28d","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d"}} {"level":"debug","ts":"2026-07-27T20:18:11Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"04594463-dffe-4ea6-a126-9fb43feda30d","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:11Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"04594463-dffe-4ea6-a126-9fb43feda30d","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-27T20:18:11Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"04594463-dffe-4ea6-a126-9fb43feda30d","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-27T20:18:11Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"04594463-dffe-4ea6-a126-9fb43feda30d","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-97e28d/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-27T20:18:11Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"04594463-dffe-4ea6-a126-9fb43feda30d","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-27T20:18:11Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"04594463-dffe-4ea6-a126-9fb43feda30d","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-27T20:18:11Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"04594463-dffe-4ea6-a126-9fb43feda30d","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-481c4b"} {"level":"debug","ts":"2026-07-27T20:18:11Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"04594463-dffe-4ea6-a126-9fb43feda30d","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-27T20:18:11Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"04594463-dffe-4ea6-a126-9fb43feda30d","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"3fb636dc-26be-47b3-ac14-54760be31a1c","keyName":"e2e-rate-a-481c4b","selected_subscription":"e2e-rate-iso-a-481c4b","selected_subscription_key":"ai-tenant-e2e-shared-a-97e28d/e2e-rate-iso-a-481c4b@ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-97e28d/models/facebook/opt-125m","name":"rate-test-model-97e28d","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-481c4b","namespace":"ai-tenant-e2e-shared-a-97e28d","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T20:18:11Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"04594463-dffe-4ea6-a126-9fb43feda30d","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T20:18:11Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"04594463-dffe-4ea6-a126-9fb43feda30d","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ac4105f8-1121-46e6-98b3-98259b21159e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:51084","PortSpecifier":{"PortValue":51084}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ac4105f8-1121-46e6-98b3-98259b21159e","method":"POST","path":"/ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d/v1/completions","host":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ac4105f8-1121-46e6-98b3-98259b21159e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:51084","PortSpecifier":{"PortValue":51084}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.87:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785183492,"nanos":674569481},"http":{"id":"ac4105f8-1121-46e6-98b3-98259b21159e","method":"POST","headers":{":authority":"e2e-shared-a-97e28d.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ac4105f8-1121-46e6-98b3-98259b21159e","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-XkCB0sinFylACk9J_V8G3rOufSJWctMxJgvhirM82VeuncG0YCxpnkLBH54D"} {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ac4105f8-1121-46e6-98b3-98259b21159e","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-97e28d.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-XkCB0sinFylACk9J_V8G3rOufSJWctMxJgvhirM82VeuncG0YCxpnkLBH54D\"}"} {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ac4105f8-1121-46e6-98b3-98259b21159e","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-97e28d.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":"3fb636dc-26be-47b3-ac14-54760be31a1c","keyName":"e2e-rate-a-481c4b","subscription":"e2e-rate-iso-a-481c4b","tenant":"e2e-shared-a-97e28d","userId":"3fb636dc-26be-47b3-ac14-54760be31a1c","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ac4105f8-1121-46e6-98b3-98259b21159e","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-97e28d.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-97e28d/rate-test-model-97e28d\",\"requestedSubscription\":\"e2e-rate-iso-a-481c4b\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ac4105f8-1121-46e6-98b3-98259b21159e","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-97e28d.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-97e28d/models/facebook/opt-125m","name":"rate-test-model-97e28d","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-481c4b","namespace":"ai-tenant-e2e-shared-a-97e28d","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d"}} {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ac4105f8-1121-46e6-98b3-98259b21159e","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ac4105f8-1121-46e6-98b3-98259b21159e","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-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ac4105f8-1121-46e6-98b3-98259b21159e","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-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ac4105f8-1121-46e6-98b3-98259b21159e","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-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ac4105f8-1121-46e6-98b3-98259b21159e","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-97e28d/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-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ac4105f8-1121-46e6-98b3-98259b21159e","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-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ac4105f8-1121-46e6-98b3-98259b21159e","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-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ac4105f8-1121-46e6-98b3-98259b21159e","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-481c4b"} {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ac4105f8-1121-46e6-98b3-98259b21159e","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"3fb636dc-26be-47b3-ac14-54760be31a1c","keyName":"e2e-rate-a-481c4b","selected_subscription":"e2e-rate-iso-a-481c4b","selected_subscription_key":"ai-tenant-e2e-shared-a-97e28d/e2e-rate-iso-a-481c4b@ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-97e28d/models/facebook/opt-125m","name":"rate-test-model-97e28d","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-481c4b","namespace":"ai-tenant-e2e-shared-a-97e28d","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-97e28d/rate-test-model-97e28d"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ac4105f8-1121-46e6-98b3-98259b21159e","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ac4105f8-1121-46e6-98b3-98259b21159e","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:40614","PortSpecifier":{"PortValue":40614}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.88:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","method":"POST","path":"/ai-tenant-e2e-shared-b-e837b8/rate-test-model-e837b8/v1/completions","host":"e2e-shared-b-e837b8.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:40614","PortSpecifier":{"PortValue":40614}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.88:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785183492,"nanos":707429759},"http":{"id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","method":"POST","headers":{":authority":"e2e-shared-b-e837b8.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-b-e837b8/rate-test-model-e837b8/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-12YlFZI99v3j1929I_jrsK2rXRLY6b2gBm064RBl4DLN8SER9V8Ib47DhMEp9"} {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-e837b8.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-12YlFZI99v3j1929I_jrsK2rXRLY6b2gBm064RBl4DLN8SER9V8Ib47DhMEp9\"}"} {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","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-e837b8.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":"7a82113d-2f65-4877-b0cd-2d4af6a7fd11","keyName":"e2e-rate-b-481c4b","subscription":"e2e-rate-iso-b-481c4b","tenant":"e2e-shared-b-e837b8","userId":"7a82113d-2f65-4877-b0cd-2d4af6a7fd11","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-b-e837b8.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-e837b8/rate-test-model-e837b8\",\"requestedSubscription\":\"e2e-rate-iso-b-481c4b\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","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-e837b8.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-b-e837b8/models/facebook/opt-125m","name":"rate-test-model-e837b8","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-481c4b","namespace":"ai-tenant-e2e-shared-b-e837b8","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-e837b8/rate-test-model-e837b8"}} {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","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-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","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-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","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-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-e837b8/rate-test-model-e837b8\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-e837b8/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-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","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-481c4b"} {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","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-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","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-27T20:18:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"7a82113d-2f65-4877-b0cd-2d4af6a7fd11","keyName":"e2e-rate-b-481c4b","selected_subscription":"e2e-rate-iso-b-481c4b","selected_subscription_key":"ai-tenant-e2e-shared-b-e837b8/e2e-rate-iso-b-481c4b@ai-tenant-e2e-shared-b-e837b8/rate-test-model-e837b8","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-b-e837b8/models/facebook/opt-125m","name":"rate-test-model-e837b8","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-481c4b","namespace":"ai-tenant-e2e-shared-b-e837b8","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-e837b8/rate-test-model-e837b8"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T20:18:12Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ecf1ba8f-2fc9-4893-8148-72fde43541cd","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T20:18:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a424481101bf6ddfc4496b425abe830a55663fd382496b9f76e25a642d6eb515"} {"level":"info","ts":"2026-07-27T20:18:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/bb8d2a514b85447d8e9ae74a00b6fac16c69d697c0539ad3f0af419d2406d143"} {"level":"info","ts":"2026-07-27T20:18:17Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/4655c90631438208693519b4f50bf55106d897e9d9b73d7d34184b1da41ab980"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/5fc9c6bef65f6b73f8603d48a589c941dc20684edf20c53f10685b15ffaabc08"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6aea2e7b2d77a6533eee997a0f7fd432a5c8513a251cd4d4e814e52da95e9d04"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1f09ed023f3514c156f0e62688bb74dcb2256056ff35cc9c300af5a5c20b103a"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/600950c6a9787b4a8b4e230d8f18f4427ae8c712283cc47163dc96b86e448d8f"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/428416eae27035d0ef2148226dce236cac16f62d13ced15cb49d9b3db87800f6"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2557d6df7b209fbf56e798cfd150767e6be81cdb8539ce97234922063e3a6dbe"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f374e6bb85c4d6c6cfb384de7e96c37d454dc095ec47d9d964e3e6a8d51244a2"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/97d374096c75651bfd1751ede9341917f5b41d7e0202362230b0ba795070eb7a"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3f6202be3c4fd602f11bfa3b23d25b99dce3ed0f4728265cf32b11257df0a691"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9a4f1e1480d841af96ee81e8fef148fc7ee62de47805990f14816ec4cc3e658a"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2e3dcdb5c30e29921186a7ed0e4ccaa190298072997b8a78ab2c2f283645dbfb"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c6f856aea70ecf5f2f511df3d93b13e7e608d965fcc2567e463549c30f7d1dac"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2dfde5568b0e56da4465d3f0e90f6b693bd3b2ec2fa136c2435747c7b3bba75d"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/887c7deb1e875ddf3a6c0e3aa91efed36af7f7c7420fd96fbb93f1c4c9b9c511"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e5f6f2e616903e1f50b83cc9990337293b26b55191f085650cefeed8137652cd"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/0390bbd1d7493991385b704cac209f2c8840ffba6b10a2cb8f568d3374130697"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b185e444429dd5ae1da8799e6bdc54023824d875cf809d227f226842699a7d56"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/60db8f2da14fa88cb30e3460c7d0c6b72a570f592023517af8a91c410018b8a3"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/52798415be6d8c1db6e8e23b01010910a0cae8733104f1a8551b364719924a7b"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9ca57d200f7e8e4be323406c709ba454035aee831682278891520ea6ad958b01"} {"level":"info","ts":"2026-07-27T20:18:18Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7a08bd5948232190979a3ba93c50c94cc2a88a887f359bead62f351bdb885279"} {"level":"info","ts":"2026-07-27T20:19:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"44d67d63-b729-4448-9497-6be108574aad","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:34030","PortSpecifier":{"PortValue":34030}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.69:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"44d67d63-b729-4448-9497-6be108574aad","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T20:19:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"44d67d63-b729-4448-9497-6be108574aad","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:34030","PortSpecifier":{"PortValue":34030}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.69:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785183566,"nanos":33142808},"http":{"id":"44d67d63-b729-4448-9497-6be108574aad","method":"POST","headers":{":authority":"maas.apps.98c63052-5512-48ed-9e58-8008512a0fb1.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-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"44d67d63-b729-4448-9497-6be108574aad","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"44d67d63-b729-4448-9497-6be108574aad","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":"5f566304-997a-497f-a8f8-33d5f599a33b","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=766ca704-63c7-4e56-9101-6474e075bf55"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/8008512a0fb1"]}} {"level":"debug","ts":"2026-07-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"44d67d63-b729-4448-9497-6be108574aad","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/8008512a0fb1"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=766ca704-63c7-4e56-9101-6474e075bf55"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"5f566304-997a-497f-a8f8-33d5f599a33b","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"b64d1d3a1a41de71c5b05aa58c2da5025409dfbb29fbaa63fe6a7b8fb71bf42e"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.69:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.98c63052-5512-48ed-9e58-8008512a0fb1.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-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"44d67d63-b729-4448-9497-6be108574aad","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-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"44d67d63-b729-4448-9497-6be108574aad","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-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"44d67d63-b729-4448-9497-6be108574aad","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-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"44d67d63-b729-4448-9497-6be108574aad","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"44d67d63-b729-4448-9497-6be108574aad","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-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"44d67d63-b729-4448-9497-6be108574aad","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-27T20:19:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"44d67d63-b729-4448-9497-6be108574aad","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T20:19:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"44d67d63-b729-4448-9497-6be108574aad","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T20:19:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"31c26ca2-f4d7-4587-8a96-cbde35928903","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:34042","PortSpecifier":{"PortValue":34042}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.69:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"31c26ca2-f4d7-4587-8a96-cbde35928903","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T20:19:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"31c26ca2-f4d7-4587-8a96-cbde35928903","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:34042","PortSpecifier":{"PortValue":34042}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.69:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785183566,"nanos":73435473},"http":{"id":"31c26ca2-f4d7-4587-8a96-cbde35928903","method":"POST","headers":{":authority":"maas.apps.98c63052-5512-48ed-9e58-8008512a0fb1.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-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"31c26ca2-f4d7-4587-8a96-cbde35928903","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1Ph8U8inPxDNPJKTc_p0xQsKjkAY1Usf0mpOgs4OEMMVqh6sVx5wAcDnJ6ZzH"} {"level":"debug","ts":"2026-07-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"31c26ca2-f4d7-4587-8a96-cbde35928903","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-1Ph8U8inPxDNPJKTc_p0xQsKjkAY1Usf0mpOgs4OEMMVqh6sVx5wAcDnJ6ZzH\"}"} {"level":"debug","ts":"2026-07-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"31c26ca2-f4d7-4587-8a96-cbde35928903","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":"ce8331b4-4953-4987-9502-d64d3f45b831","keyName":"e2e-ipp-default","subscription":"simulator-subscription","tenant":"models-as-a-service","userId":"ce8331b4-4953-4987-9502-d64d3f45b831","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"31c26ca2-f4d7-4587-8a96-cbde35928903","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-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"31c26ca2-f4d7-4587-8a96-cbde35928903","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","model_name":"publishers/llm/models/facebook/opt-125m","name":"facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true,"resolvedModel":"llm/facebook-opt-125m-simulated"}} {"level":"debug","ts":"2026-07-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"31c26ca2-f4d7-4587-8a96-cbde35928903","input":{"auth":{"identity":"Bearer **** subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","model_name":"publishers/llm/models/facebook/opt-125m","name":"facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true,"resolvedModel":"llm/facebook-opt-125m-simulated"}}},"context":{"context_extensions":{"host":"311b1be286674fd5684c9ac59b318287dade9769cfe4aeebd8c88e2dc6b72418"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.69:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.98c63052-5512-48ed-9e58-8008512a0fb1.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-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"31c26ca2-f4d7-4587-8a96-cbde35928903","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-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"31c26ca2-f4d7-4587-8a96-cbde35928903","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-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"31c26ca2-f4d7-4587-8a96-cbde35928903","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-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"31c26ca2-f4d7-4587-8a96-cbde35928903","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-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"31c26ca2-f4d7-4587-8a96-cbde35928903","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-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"31c26ca2-f4d7-4587-8a96-cbde35928903","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-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"31c26ca2-f4d7-4587-8a96-cbde35928903","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-27T20:19:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"31c26ca2-f4d7-4587-8a96-cbde35928903","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","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":"ce8331b4-4953-4987-9502-d64d3f45b831","keyName":"e2e-ipp-default","selected_subscription":"simulator-subscription","selected_subscription_key":"models-as-a-service/simulator-subscription@llm/facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","model_name":"publishers/llm/models/facebook/opt-125m","name":"facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true,"resolvedModel":"llm/facebook-opt-125m-simulated"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T20:19:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"31c26ca2-f4d7-4587-8a96-cbde35928903","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T20:19:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"31c26ca2-f4d7-4587-8a96-cbde35928903","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4926305ebf0f4216a22a68939de6459aa14f5c4708ba80ecc235d2e1b96b1abe","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4926305ebf0f4216a22a68939de6459aa14f5c4708ba80ecc235d2e1b96b1abe","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4926305ebf0f4216a22a68939de6459aa14f5c4708ba80ecc235d2e1b96b1abe","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4926305ebf0f4216a22a68939de6459aa14f5c4708ba80ecc235d2e1b96b1abe"} {"level":"error","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"4926305ebf0f4216a22a68939de6459aa14f5c4708ba80ecc235d2e1b96b1abe","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"4926305ebf0f4216a22a68939de6459aa14f5c4708ba80ecc235d2e1b96b1abe\": 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-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4926305ebf0f4216a22a68939de6459aa14f5c4708ba80ecc235d2e1b96b1abe","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4926305ebf0f4216a22a68939de6459aa14f5c4708ba80ecc235d2e1b96b1abe","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4926305ebf0f4216a22a68939de6459aa14f5c4708ba80ecc235d2e1b96b1abe"} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4926305ebf0f4216a22a68939de6459aa14f5c4708ba80ecc235d2e1b96b1abe","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["4926305ebf0f4216a22a68939de6459aa14f5c4708ba80ecc235d2e1b96b1abe"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4926305ebf0f4216a22a68939de6459aa14f5c4708ba80ecc235d2e1b96b1abe","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9372667ae76049e8b57f77c9c2db7de31eef0cbab38826efde6bd6d223f64ac7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9372667ae76049e8b57f77c9c2db7de31eef0cbab38826efde6bd6d223f64ac7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4926305ebf0f4216a22a68939de6459aa14f5c4708ba80ecc235d2e1b96b1abe","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"be186802ea9593861172de5d17f2c6393e87acfa5d3d045d8d4186f942f31df4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9372667ae76049e8b57f77c9c2db7de31eef0cbab38826efde6bd6d223f64ac7"} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"be186802ea9593861172de5d17f2c6393e87acfa5d3d045d8d4186f942f31df4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9372667ae76049e8b57f77c9c2db7de31eef0cbab38826efde6bd6d223f64ac7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9372667ae76049e8b57f77c9c2db7de31eef0cbab38826efde6bd6d223f64ac7"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4926305ebf0f4216a22a68939de6459aa14f5c4708ba80ecc235d2e1b96b1abe"} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9372667ae76049e8b57f77c9c2db7de31eef0cbab38826efde6bd6d223f64ac7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"be186802ea9593861172de5d17f2c6393e87acfa5d3d045d8d4186f942f31df4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"be186802ea9593861172de5d17f2c6393e87acfa5d3d045d8d4186f942f31df4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9372667ae76049e8b57f77c9c2db7de31eef0cbab38826efde6bd6d223f64ac7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"be186802ea9593861172de5d17f2c6393e87acfa5d3d045d8d4186f942f31df4","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/be186802ea9593861172de5d17f2c6393e87acfa5d3d045d8d4186f942f31df4"} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"be186802ea9593861172de5d17f2c6393e87acfa5d3d045d8d4186f942f31df4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["be186802ea9593861172de5d17f2c6393e87acfa5d3d045d8d4186f942f31df4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"be186802ea9593861172de5d17f2c6393e87acfa5d3d045d8d4186f942f31df4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"be186802ea9593861172de5d17f2c6393e87acfa5d3d045d8d4186f942f31df4","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9372667ae76049e8b57f77c9c2db7de31eef0cbab38826efde6bd6d223f64ac7"} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"487dab23c9621f653b56c9ec886c5060bca4fcf30d6cbe33af9ad96df796729f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/be186802ea9593861172de5d17f2c6393e87acfa5d3d045d8d4186f942f31df4"} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"487dab23c9621f653b56c9ec886c5060bca4fcf30d6cbe33af9ad96df796729f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"487dab23c9621f653b56c9ec886c5060bca4fcf30d6cbe33af9ad96df796729f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/487dab23c9621f653b56c9ec886c5060bca4fcf30d6cbe33af9ad96df796729f"} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"487dab23c9621f653b56c9ec886c5060bca4fcf30d6cbe33af9ad96df796729f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"487dab23c9621f653b56c9ec886c5060bca4fcf30d6cbe33af9ad96df796729f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"487dab23c9621f653b56c9ec886c5060bca4fcf30d6cbe33af9ad96df796729f","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"487dab23c9621f653b56c9ec886c5060bca4fcf30d6cbe33af9ad96df796729f\": 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-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"487dab23c9621f653b56c9ec886c5060bca4fcf30d6cbe33af9ad96df796729f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"487dab23c9621f653b56c9ec886c5060bca4fcf30d6cbe33af9ad96df796729f","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/487dab23c9621f653b56c9ec886c5060bca4fcf30d6cbe33af9ad96df796729f"} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/487dab23c9621f653b56c9ec886c5060bca4fcf30d6cbe33af9ad96df796729f"} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9ec014dbfcffc2f98adf82b3e9b2e56bc4715ac2d1f831542a0c965ec0027b72","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9ec014dbfcffc2f98adf82b3e9b2e56bc4715ac2d1f831542a0c965ec0027b72","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9ec014dbfcffc2f98adf82b3e9b2e56bc4715ac2d1f831542a0c965ec0027b72","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9ec014dbfcffc2f98adf82b3e9b2e56bc4715ac2d1f831542a0c965ec0027b72","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9ec014dbfcffc2f98adf82b3e9b2e56bc4715ac2d1f831542a0c965ec0027b72"} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"487dab23c9621f653b56c9ec886c5060bca4fcf30d6cbe33af9ad96df796729f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["487dab23c9621f653b56c9ec886c5060bca4fcf30d6cbe33af9ad96df796729f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"487dab23c9621f653b56c9ec886c5060bca4fcf30d6cbe33af9ad96df796729f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"487dab23c9621f653b56c9ec886c5060bca4fcf30d6cbe33af9ad96df796729f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9ec014dbfcffc2f98adf82b3e9b2e56bc4715ac2d1f831542a0c965ec0027b72","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9ec014dbfcffc2f98adf82b3e9b2e56bc4715ac2d1f831542a0c965ec0027b72"} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/487dab23c9621f653b56c9ec886c5060bca4fcf30d6cbe33af9ad96df796729f"} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9ec014dbfcffc2f98adf82b3e9b2e56bc4715ac2d1f831542a0c965ec0027b72","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9ec014dbfcffc2f98adf82b3e9b2e56bc4715ac2d1f831542a0c965ec0027b72"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9ec014dbfcffc2f98adf82b3e9b2e56bc4715ac2d1f831542a0c965ec0027b72","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9ec014dbfcffc2f98adf82b3e9b2e56bc4715ac2d1f831542a0c965ec0027b72","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9ec014dbfcffc2f98adf82b3e9b2e56bc4715ac2d1f831542a0c965ec0027b72"} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39"} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39"} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39\": 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-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39"} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39"} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39"} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39"} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39"} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39"} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88"} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88"} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39"} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:00Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88"} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88"} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"75d9be8227a4a01c23ce1d9ee0ac66c42f782d41e803ed467a4a6846e8b369fc","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/75d9be8227a4a01c23ce1d9ee0ac66c42f782d41e803ed467a4a6846e8b369fc"} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"75d9be8227a4a01c23ce1d9ee0ac66c42f782d41e803ed467a4a6846e8b369fc","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"75d9be8227a4a01c23ce1d9ee0ac66c42f782d41e803ed467a4a6846e8b369fc","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["75d9be8227a4a01c23ce1d9ee0ac66c42f782d41e803ed467a4a6846e8b369fc"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88"} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"75d9be8227a4a01c23ce1d9ee0ac66c42f782d41e803ed467a4a6846e8b369fc","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/75d9be8227a4a01c23ce1d9ee0ac66c42f782d41e803ed467a4a6846e8b369fc"} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75d9be8227a4a01c23ce1d9ee0ac66c42f782d41e803ed467a4a6846e8b369fc","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88"} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/75d9be8227a4a01c23ce1d9ee0ac66c42f782d41e803ed467a4a6846e8b369fc"} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff"} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88"} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"484236418e7ef5420e8a8d29f2912c0dbdb84e0c564021aae3fdfe098342d3bf","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"484236418e7ef5420e8a8d29f2912c0dbdb84e0c564021aae3fdfe098342d3bf","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff"} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"02c7640291edbebcc9ecf79962c824a204623618e61b32a3023d4d209b66eb83","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"02c7640291edbebcc9ecf79962c824a204623618e61b32a3023d4d209b66eb83","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"484236418e7ef5420e8a8d29f2912c0dbdb84e0c564021aae3fdfe098342d3bf","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/484236418e7ef5420e8a8d29f2912c0dbdb84e0c564021aae3fdfe098342d3bf"} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"484236418e7ef5420e8a8d29f2912c0dbdb84e0c564021aae3fdfe098342d3bf","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/02c7640291edbebcc9ecf79962c824a204623618e61b32a3023d4d209b66eb83"} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"02c7640291edbebcc9ecf79962c824a204623618e61b32a3023d4d209b66eb83","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["02c7640291edbebcc9ecf79962c824a204623618e61b32a3023d4d209b66eb83"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"02c7640291edbebcc9ecf79962c824a204623618e61b32a3023d4d209b66eb83","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"484236418e7ef5420e8a8d29f2912c0dbdb84e0c564021aae3fdfe098342d3bf","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["484236418e7ef5420e8a8d29f2912c0dbdb84e0c564021aae3fdfe098342d3bf"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff"} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"484236418e7ef5420e8a8d29f2912c0dbdb84e0c564021aae3fdfe098342d3bf","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"02c7640291edbebcc9ecf79962c824a204623618e61b32a3023d4d209b66eb83","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"484236418e7ef5420e8a8d29f2912c0dbdb84e0c564021aae3fdfe098342d3bf","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"484236418e7ef5420e8a8d29f2912c0dbdb84e0c564021aae3fdfe098342d3bf","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"484236418e7ef5420e8a8d29f2912c0dbdb84e0c564021aae3fdfe098342d3bf","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/484236418e7ef5420e8a8d29f2912c0dbdb84e0c564021aae3fdfe098342d3bf"} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"484236418e7ef5420e8a8d29f2912c0dbdb84e0c564021aae3fdfe098342d3bf","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["484236418e7ef5420e8a8d29f2912c0dbdb84e0c564021aae3fdfe098342d3bf"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"484236418e7ef5420e8a8d29f2912c0dbdb84e0c564021aae3fdfe098342d3bf","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"484236418e7ef5420e8a8d29f2912c0dbdb84e0c564021aae3fdfe098342d3bf","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/02c7640291edbebcc9ecf79962c824a204623618e61b32a3023d4d209b66eb83"} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff"} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/484236418e7ef5420e8a8d29f2912c0dbdb84e0c564021aae3fdfe098342d3bf"} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"34bed241eb9e935879eb7d93d4299c6d7c7205ce55c162b821aafbb1d1ba2c05","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"34bed241eb9e935879eb7d93d4299c6d7c7205ce55c162b821aafbb1d1ba2c05","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"34bed241eb9e935879eb7d93d4299c6d7c7205ce55c162b821aafbb1d1ba2c05","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/34bed241eb9e935879eb7d93d4299c6d7c7205ce55c162b821aafbb1d1ba2c05"} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"34bed241eb9e935879eb7d93d4299c6d7c7205ce55c162b821aafbb1d1ba2c05","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"34bed241eb9e935879eb7d93d4299c6d7c7205ce55c162b821aafbb1d1ba2c05","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"34bed241eb9e935879eb7d93d4299c6d7c7205ce55c162b821aafbb1d1ba2c05","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"34bed241eb9e935879eb7d93d4299c6d7c7205ce55c162b821aafbb1d1ba2c05\": 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-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"34bed241eb9e935879eb7d93d4299c6d7c7205ce55c162b821aafbb1d1ba2c05","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"34bed241eb9e935879eb7d93d4299c6d7c7205ce55c162b821aafbb1d1ba2c05","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/34bed241eb9e935879eb7d93d4299c6d7c7205ce55c162b821aafbb1d1ba2c05"} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/34bed241eb9e935879eb7d93d4299c6d7c7205ce55c162b821aafbb1d1ba2c05"} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"34bed241eb9e935879eb7d93d4299c6d7c7205ce55c162b821aafbb1d1ba2c05","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-27T20:20:01Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["34bed241eb9e935879eb7d93d4299c6d7c7205ce55c162b821aafbb1d1ba2c05"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"34bed241eb9e935879eb7d93d4299c6d7c7205ce55c162b821aafbb1d1ba2c05","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"34bed241eb9e935879eb7d93d4299c6d7c7205ce55c162b821aafbb1d1ba2c05","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-27T20:20:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/34bed241eb9e935879eb7d93d4299c6d7c7205ce55c162b821aafbb1d1ba2c05"} {"level":"info","ts":"2026-07-27T20:20:19Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d3a3de4e-72e3-4499-88a6-b17399d3c481","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:40334","PortSpecifier":{"PortValue":40334}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.96:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"d3a3de4e-72e3-4499-88a6-b17399d3c481","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-ipp-a-6c472a.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T20:20:19Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d3a3de4e-72e3-4499-88a6-b17399d3c481","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:40334","PortSpecifier":{"PortValue":40334}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.96:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785183619,"nanos":42218197},"http":{"id":"d3a3de4e-72e3-4499-88a6-b17399d3c481","method":"POST","headers":{":authority":"e2e-ipp-a-6c472a.apps.98c63052-5512-48ed-9e58-8008512a0fb1.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-27T20:20:19Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"d3a3de4e-72e3-4499-88a6-b17399d3c481","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-27T20:20:19Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"d3a3de4e-72e3-4499-88a6-b17399d3c481","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":"5f566304-997a-497f-a8f8-33d5f599a33b","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=766ca704-63c7-4e56-9101-6474e075bf55"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/8008512a0fb1"]}} {"level":"debug","ts":"2026-07-27T20:20:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"d3a3de4e-72e3-4499-88a6-b17399d3c481","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/8008512a0fb1"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=766ca704-63c7-4e56-9101-6474e075bf55"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"5f566304-997a-497f-a8f8-33d5f599a33b","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.96:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-ipp-a-6c472a.apps.98c63052-5512-48ed-9e58-8008512a0fb1.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-27T20:20:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d3a3de4e-72e3-4499-88a6-b17399d3c481","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-27T20:20:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d3a3de4e-72e3-4499-88a6-b17399d3c481","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-27T20:20:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d3a3de4e-72e3-4499-88a6-b17399d3c481","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-6c472a/ipp-route-6c472a\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-6c472a/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-27T20:20:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"d3a3de4e-72e3-4499-88a6-b17399d3c481","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":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-27T20:20:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d3a3de4e-72e3-4499-88a6-b17399d3c481","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-27T20:20:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d3a3de4e-72e3-4499-88a6-b17399d3c481","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-27T20:20:19Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d3a3de4e-72e3-4499-88a6-b17399d3c481","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T20:20:19Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d3a3de4e-72e3-4499-88a6-b17399d3c481","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T20:20:21Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:40340","PortSpecifier":{"PortValue":40340}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.96:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","method":"POST","path":"/ai-tenant-e2e-ipp-a-6c472a/ipp-route-6c472a/v1/chat/completions","host":"e2e-ipp-a-6c472a.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-27T20:20:21Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.35:40340","PortSpecifier":{"PortValue":40340}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.96:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785183621,"nanos":103700256},"http":{"id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","method":"POST","headers":{":authority":"e2e-ipp-a-6c472a.apps.98c63052-5512-48ed-9e58-8008512a0fb1.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-ipp-a-6c472a/ipp-route-6c472a/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:20:21Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-Toql8mnt6p99x6pA_Vjv3XGO5oKOozFVWR6VEMQeBw1VlpnZSbVoFeua4HDU"} {"level":"debug","ts":"2026-07-27T20:20:21Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-ipp-a-6c472a.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-Toql8mnt6p99x6pA_Vjv3XGO5oKOozFVWR6VEMQeBw1VlpnZSbVoFeua4HDU\"}"} {"level":"debug","ts":"2026-07-27T20:20:21Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","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-6c472a.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":"38af7b79-42aa-48b8-a5b9-83e9b88e86ee","keyName":"e2e-ipp-6c472a","subscription":"ipp-route-6c472a-sub","tenant":"e2e-ipp-a-6c472a","userId":"38af7b79-42aa-48b8-a5b9-83e9b88e86ee","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-27T20:20:21Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-ipp-a-6c472a.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-6c472a/ipp-route-6c472a\",\"requestedSubscription\":\"ipp-route-6c472a-sub\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-27T20:20:21Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","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-6c472a.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-ipp-a-6c472a/models/facebook/opt-125m","name":"ipp-route-6c472a","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-6c472a-sub","namespace":"ai-tenant-e2e-ipp-a-6c472a","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-6c472a/ipp-route-6c472a"}} {"level":"debug","ts":"2026-07-27T20:20:21Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-27T20:20:21Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","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-27T20:20:21Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","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-27T20:20:21Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","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-27T20:20:21Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-6c472a/ipp-route-6c472a\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-6c472a/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-27T20:20:21Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","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-27T20:20:21Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","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-6c472a-sub"} {"level":"debug","ts":"2026-07-27T20:20:21Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","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-27T20:20:21Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","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":"keyName","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"38af7b79-42aa-48b8-a5b9-83e9b88e86ee","keyName":"e2e-ipp-6c472a","selected_subscription":"ipp-route-6c472a-sub","selected_subscription_key":"ai-tenant-e2e-ipp-a-6c472a/ipp-route-6c472a-sub@ai-tenant-e2e-ipp-a-6c472a/ipp-route-6c472a","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-ipp-a-6c472a/models/facebook/opt-125m","name":"ipp-route-6c472a","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-6c472a-sub","namespace":"ai-tenant-e2e-ipp-a-6c472a","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-6c472a/ipp-route-6c472a"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-27T20:20:21Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-27T20:20:21Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d9109433-9b91-4cb1-8cd0-d25d71725a97","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-27T20:21:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/93ab4e28d9f82f17730c57a039c42a8ff9c1ab6f4de1460ea9a33485b204edff"} {"level":"info","ts":"2026-07-27T20:21:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/34bed241eb9e935879eb7d93d4299c6d7c7205ce55c162b821aafbb1d1ba2c05"} {"level":"info","ts":"2026-07-27T20:21:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/487dab23c9621f653b56c9ec886c5060bca4fcf30d6cbe33af9ad96df796729f"} {"level":"info","ts":"2026-07-27T20:21:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/41d10aa17b685d2fc6c7a715f9d772f26d4cc194577069f454d7b283de945f39"} {"level":"info","ts":"2026-07-27T20:21:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9ec014dbfcffc2f98adf82b3e9b2e56bc4715ac2d1f831542a0c965ec0027b72"} {"level":"info","ts":"2026-07-27T20:21:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a07e120be954032a6eb9e5aeefe51f3a6326da13e8d9a8f7ccacbf74db35bf88"} {"level":"info","ts":"2026-07-27T20:21:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/be186802ea9593861172de5d17f2c6393e87acfa5d3d045d8d4186f942f31df4"} {"level":"info","ts":"2026-07-27T20:21:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/75d9be8227a4a01c23ce1d9ee0ac66c42f782d41e803ed467a4a6846e8b369fc"} {"level":"info","ts":"2026-07-27T20:21:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/02c7640291edbebcc9ecf79962c824a204623618e61b32a3023d4d209b66eb83"} {"level":"info","ts":"2026-07-27T20:21:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/4926305ebf0f4216a22a68939de6459aa14f5c4708ba80ecc235d2e1b96b1abe"} {"level":"info","ts":"2026-07-27T20:21:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/484236418e7ef5420e8a8d29f2912c0dbdb84e0c564021aae3fdfe098342d3bf"} {"level":"info","ts":"2026-07-27T20:21:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9372667ae76049e8b57f77c9c2db7de31eef0cbab38826efde6bd6d223f64ac7"}