{"level":"debug","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"dea249ec-3d77-49ca-b6f3-fcc34d187788","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-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"dea249ec-3d77-49ca-b6f3-fcc34d187788","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-984886/rate-test-model-984886\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-984886/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-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"dea249ec-3d77-49ca-b6f3-fcc34d187788","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","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_error_message","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"dea249ec-3d77-49ca-b6f3-fcc34d187788","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-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"dea249ec-3d77-49ca-b6f3-fcc34d187788","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-29T08:06:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"dea249ec-3d77-49ca-b6f3-fcc34d187788","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"dea249ec-3d77-49ca-b6f3-fcc34d187788","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e8594ad6-c300-43f5-a73e-b5166a89bec1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:43736","PortSpecifier":{"PortValue":43736}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"e8594ad6-c300-43f5-a73e-b5166a89bec1","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-71e038.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e8594ad6-c300-43f5-a73e-b5166a89bec1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:43736","PortSpecifier":{"PortValue":43736}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785312369,"nanos":831239694},"http":{"id":"e8594ad6-c300-43f5-a73e-b5166a89bec1","method":"POST","headers":{":authority":"e2e-shared-b-71e038.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.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-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"e8594ad6-c300-43f5-a73e-b5166a89bec1","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"e8594ad6-c300-43f5-a73e-b5166a89bec1","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":"4457c600-7b34-4d35-b337-6803c721e0a7","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=45b6c4c0-f2c4-4489-9f3c-596cc6265344"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/88e6c72809ff"]}} {"level":"debug","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"e8594ad6-c300-43f5-a73e-b5166a89bec1","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/88e6c72809ff"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=45b6c4c0-f2c4-4489-9f3c-596cc6265344"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"4457c600-7b34-4d35-b337-6803c721e0a7","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ba227f2fdc261027c555dba8d5a95a4061fc341827b884cbd931f29e20c91772"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.77:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-71e038.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.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-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e8594ad6-c300-43f5-a73e-b5166a89bec1","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-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e8594ad6-c300-43f5-a73e-b5166a89bec1","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-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e8594ad6-c300-43f5-a73e-b5166a89bec1","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-71e038/rate-test-model-71e038\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-71e038/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-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"e8594ad6-c300-43f5-a73e-b5166a89bec1","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e8594ad6-c300-43f5-a73e-b5166a89bec1","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-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e8594ad6-c300-43f5-a73e-b5166a89bec1","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-29T08:06:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e8594ad6-c300-43f5-a73e-b5166a89bec1","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e8594ad6-c300-43f5-a73e-b5166a89bec1","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"231654cb-c684-455c-88c7-281440021201","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:45292","PortSpecifier":{"PortValue":45292}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.71:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"231654cb-c684-455c-88c7-281440021201","method":"POST","path":"/ai-tenant-e2e-shared-a-984886/rate-test-model-984886/v1/completions","host":"e2e-shared-a-984886.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"231654cb-c684-455c-88c7-281440021201","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:45292","PortSpecifier":{"PortValue":45292}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.71:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785312369,"nanos":870559145},"http":{"id":"231654cb-c684-455c-88c7-281440021201","method":"POST","headers":{":authority":"e2e-shared-a-984886.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-984886/rate-test-model-984886/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"231654cb-c684-455c-88c7-281440021201","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-ZywyJmZyffxLwHML_3ccgul9JFutPmqNzPMH3OsgW9QkTfHMG8MxQCaHLBcs"} {"level":"debug","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"231654cb-c684-455c-88c7-281440021201","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-984886.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-ZywyJmZyffxLwHML_3ccgul9JFutPmqNzPMH3OsgW9QkTfHMG8MxQCaHLBcs\"}"} {"level":"debug","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"231654cb-c684-455c-88c7-281440021201","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-984886.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":"bf7b1806-1c28-422e-aaaf-453f5891591a","keyName":"e2e-rate-a-3ce072","subscription":"e2e-rate-iso-a-3ce072","tenant":"e2e-shared-a-984886","userId":"bf7b1806-1c28-422e-aaaf-453f5891591a","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"231654cb-c684-455c-88c7-281440021201","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-984886.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-984886/rate-test-model-984886\",\"requestedSubscription\":\"e2e-rate-iso-a-3ce072\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"231654cb-c684-455c-88c7-281440021201","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-984886.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-984886/models/facebook/opt-125m","name":"rate-test-model-984886","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-3ce072","namespace":"ai-tenant-e2e-shared-a-984886","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-984886/rate-test-model-984886"}} {"level":"debug","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"231654cb-c684-455c-88c7-281440021201","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"231654cb-c684-455c-88c7-281440021201","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-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"231654cb-c684-455c-88c7-281440021201","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-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"231654cb-c684-455c-88c7-281440021201","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-984886/rate-test-model-984886\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-984886/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-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"231654cb-c684-455c-88c7-281440021201","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-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"231654cb-c684-455c-88c7-281440021201","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-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"231654cb-c684-455c-88c7-281440021201","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-3ce072"} {"level":"debug","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"231654cb-c684-455c-88c7-281440021201","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-29T08:06:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"231654cb-c684-455c-88c7-281440021201","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_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"userid","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":"bf7b1806-1c28-422e-aaaf-453f5891591a","keyName":"e2e-rate-a-3ce072","selected_subscription":"e2e-rate-iso-a-3ce072","selected_subscription_key":"ai-tenant-e2e-shared-a-984886/e2e-rate-iso-a-3ce072@ai-tenant-e2e-shared-a-984886/rate-test-model-984886","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-984886/models/facebook/opt-125m","name":"rate-test-model-984886","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-3ce072","namespace":"ai-tenant-e2e-shared-a-984886","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-984886/rate-test-model-984886"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"231654cb-c684-455c-88c7-281440021201","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-29T08:06:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"231654cb-c684-455c-88c7-281440021201","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-29T08:06:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:45298","PortSpecifier":{"PortValue":45298}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.71:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","method":"POST","path":"/ai-tenant-e2e-shared-a-984886/rate-test-model-984886/v1/completions","host":"e2e-shared-a-984886.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-29T08:06:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:45298","PortSpecifier":{"PortValue":45298}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.71:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785312370,"nanos":967472210},"http":{"id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","method":"POST","headers":{":authority":"e2e-shared-a-984886.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-984886/rate-test-model-984886/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-29T08:06:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-ZywyJmZyffxLwHML_3ccgul9JFutPmqNzPMH3OsgW9QkTfHMG8MxQCaHLBcs"} {"level":"debug","ts":"2026-07-29T08:06:10Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-984886.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-ZywyJmZyffxLwHML_3ccgul9JFutPmqNzPMH3OsgW9QkTfHMG8MxQCaHLBcs\"}"} {"level":"debug","ts":"2026-07-29T08:06:10Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","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-984886.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":"bf7b1806-1c28-422e-aaaf-453f5891591a","keyName":"e2e-rate-a-3ce072","subscription":"e2e-rate-iso-a-3ce072","tenant":"e2e-shared-a-984886","userId":"bf7b1806-1c28-422e-aaaf-453f5891591a","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-29T08:06:10Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-984886.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-984886/rate-test-model-984886\",\"requestedSubscription\":\"e2e-rate-iso-a-3ce072\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-29T08:06:10Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","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-984886.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-984886/models/facebook/opt-125m","name":"rate-test-model-984886","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-3ce072","namespace":"ai-tenant-e2e-shared-a-984886","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-984886/rate-test-model-984886"}} {"level":"debug","ts":"2026-07-29T08:06:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-29T08:06:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","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-29T08:06:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","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-29T08:06:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","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-29T08:06:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-984886/rate-test-model-984886\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-984886/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-29T08:06:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","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-29T08:06:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","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-3ce072"} {"level":"debug","ts":"2026-07-29T08:06:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","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-29T08:06:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","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_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"userid","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":"bf7b1806-1c28-422e-aaaf-453f5891591a","keyName":"e2e-rate-a-3ce072","selected_subscription":"e2e-rate-iso-a-3ce072","selected_subscription_key":"ai-tenant-e2e-shared-a-984886/e2e-rate-iso-a-3ce072@ai-tenant-e2e-shared-a-984886/rate-test-model-984886","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-984886/models/facebook/opt-125m","name":"rate-test-model-984886","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-3ce072","namespace":"ai-tenant-e2e-shared-a-984886","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-984886/rate-test-model-984886"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-29T08:06:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-29T08:06:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ea1cdc77-4b5f-4f52-b008-dfbe829eb2cb","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-29T08:06:12Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4565d70b-721d-4ea9-a72b-d445285e73ed","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:45314","PortSpecifier":{"PortValue":45314}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.71:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"4565d70b-721d-4ea9-a72b-d445285e73ed","method":"POST","path":"/ai-tenant-e2e-shared-a-984886/rate-test-model-984886/v1/completions","host":"e2e-shared-a-984886.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-29T08:06:12Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4565d70b-721d-4ea9-a72b-d445285e73ed","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:45314","PortSpecifier":{"PortValue":45314}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.71:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785312372,"nanos":11632617},"http":{"id":"4565d70b-721d-4ea9-a72b-d445285e73ed","method":"POST","headers":{":authority":"e2e-shared-a-984886.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-984886/rate-test-model-984886/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-29T08:06:12Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"4565d70b-721d-4ea9-a72b-d445285e73ed","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-ZywyJmZyffxLwHML_3ccgul9JFutPmqNzPMH3OsgW9QkTfHMG8MxQCaHLBcs"} {"level":"debug","ts":"2026-07-29T08:06:12Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"4565d70b-721d-4ea9-a72b-d445285e73ed","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-984886.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-ZywyJmZyffxLwHML_3ccgul9JFutPmqNzPMH3OsgW9QkTfHMG8MxQCaHLBcs\"}"} {"level":"debug","ts":"2026-07-29T08:06:12Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"4565d70b-721d-4ea9-a72b-d445285e73ed","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-984886.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":"bf7b1806-1c28-422e-aaaf-453f5891591a","keyName":"e2e-rate-a-3ce072","subscription":"e2e-rate-iso-a-3ce072","tenant":"e2e-shared-a-984886","userId":"bf7b1806-1c28-422e-aaaf-453f5891591a","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-29T08:06:12Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"4565d70b-721d-4ea9-a72b-d445285e73ed","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-984886.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-984886/rate-test-model-984886\",\"requestedSubscription\":\"e2e-rate-iso-a-3ce072\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-29T08:06:12Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"4565d70b-721d-4ea9-a72b-d445285e73ed","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-984886.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-984886/models/facebook/opt-125m","name":"rate-test-model-984886","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-3ce072","namespace":"ai-tenant-e2e-shared-a-984886","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-984886/rate-test-model-984886"}} {"level":"debug","ts":"2026-07-29T08:06:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"4565d70b-721d-4ea9-a72b-d445285e73ed","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-29T08:06:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4565d70b-721d-4ea9-a72b-d445285e73ed","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-29T08:06:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4565d70b-721d-4ea9-a72b-d445285e73ed","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-29T08:06:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4565d70b-721d-4ea9-a72b-d445285e73ed","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-984886/rate-test-model-984886\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-984886/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-29T08:06:12Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4565d70b-721d-4ea9-a72b-d445285e73ed","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-29T08:06:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4565d70b-721d-4ea9-a72b-d445285e73ed","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-29T08:06:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4565d70b-721d-4ea9-a72b-d445285e73ed","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-29T08:06:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4565d70b-721d-4ea9-a72b-d445285e73ed","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-3ce072"} {"level":"debug","ts":"2026-07-29T08:06:12Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4565d70b-721d-4ea9-a72b-d445285e73ed","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_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"userid","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":"bf7b1806-1c28-422e-aaaf-453f5891591a","keyName":"e2e-rate-a-3ce072","selected_subscription":"e2e-rate-iso-a-3ce072","selected_subscription_key":"ai-tenant-e2e-shared-a-984886/e2e-rate-iso-a-3ce072@ai-tenant-e2e-shared-a-984886/rate-test-model-984886","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-984886/models/facebook/opt-125m","name":"rate-test-model-984886","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-3ce072","namespace":"ai-tenant-e2e-shared-a-984886","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-984886/rate-test-model-984886"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-29T08:06:12Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4565d70b-721d-4ea9-a72b-d445285e73ed","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-29T08:06:12Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4565d70b-721d-4ea9-a72b-d445285e73ed","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"627a523c-2b2f-4f91-a179-1bc2e6f33de5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:36810","PortSpecifier":{"PortValue":36810}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.71:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"627a523c-2b2f-4f91-a179-1bc2e6f33de5","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-984886.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"627a523c-2b2f-4f91-a179-1bc2e6f33de5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:36810","PortSpecifier":{"PortValue":36810}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.71:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785312391,"nanos":749600583},"http":{"id":"627a523c-2b2f-4f91-a179-1bc2e6f33de5","method":"POST","headers":{":authority":"e2e-shared-a-984886.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.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-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"627a523c-2b2f-4f91-a179-1bc2e6f33de5","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"627a523c-2b2f-4f91-a179-1bc2e6f33de5","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":"4457c600-7b34-4d35-b337-6803c721e0a7","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=45b6c4c0-f2c4-4489-9f3c-596cc6265344"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/88e6c72809ff"]}} {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"627a523c-2b2f-4f91-a179-1bc2e6f33de5","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/88e6c72809ff"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=45b6c4c0-f2c4-4489-9f3c-596cc6265344"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"4457c600-7b34-4d35-b337-6803c721e0a7","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"3eb939dfde9e099759fe5af96fc0b10f4dfee77ab294b45839009d4b28582c41"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.71:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-984886.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.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-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"627a523c-2b2f-4f91-a179-1bc2e6f33de5","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-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"627a523c-2b2f-4f91-a179-1bc2e6f33de5","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-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"627a523c-2b2f-4f91-a179-1bc2e6f33de5","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-984886/rate-test-model-984886\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-984886/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-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"627a523c-2b2f-4f91-a179-1bc2e6f33de5","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","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_error_message","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"627a523c-2b2f-4f91-a179-1bc2e6f33de5","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-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"627a523c-2b2f-4f91-a179-1bc2e6f33de5","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-29T08:06:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"627a523c-2b2f-4f91-a179-1bc2e6f33de5","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"627a523c-2b2f-4f91-a179-1bc2e6f33de5","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"94fcd5f3-6bc0-4654-8d15-fd17a658070d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:55504","PortSpecifier":{"PortValue":55504}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"94fcd5f3-6bc0-4654-8d15-fd17a658070d","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-71e038.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"94fcd5f3-6bc0-4654-8d15-fd17a658070d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:55504","PortSpecifier":{"PortValue":55504}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785312391,"nanos":787463559},"http":{"id":"94fcd5f3-6bc0-4654-8d15-fd17a658070d","method":"POST","headers":{":authority":"e2e-shared-b-71e038.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.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-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"94fcd5f3-6bc0-4654-8d15-fd17a658070d","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"94fcd5f3-6bc0-4654-8d15-fd17a658070d","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":"4457c600-7b34-4d35-b337-6803c721e0a7","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=45b6c4c0-f2c4-4489-9f3c-596cc6265344"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/88e6c72809ff"]}} {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"94fcd5f3-6bc0-4654-8d15-fd17a658070d","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/88e6c72809ff"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=45b6c4c0-f2c4-4489-9f3c-596cc6265344"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"4457c600-7b34-4d35-b337-6803c721e0a7","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ba227f2fdc261027c555dba8d5a95a4061fc341827b884cbd931f29e20c91772"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.77:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-71e038.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.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-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"94fcd5f3-6bc0-4654-8d15-fd17a658070d","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-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"94fcd5f3-6bc0-4654-8d15-fd17a658070d","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-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"94fcd5f3-6bc0-4654-8d15-fd17a658070d","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-71e038/rate-test-model-71e038\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-71e038/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-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"94fcd5f3-6bc0-4654-8d15-fd17a658070d","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"94fcd5f3-6bc0-4654-8d15-fd17a658070d","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-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"94fcd5f3-6bc0-4654-8d15-fd17a658070d","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-29T08:06:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"94fcd5f3-6bc0-4654-8d15-fd17a658070d","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"94fcd5f3-6bc0-4654-8d15-fd17a658070d","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:36818","PortSpecifier":{"PortValue":36818}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.71:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","method":"POST","path":"/ai-tenant-e2e-shared-a-984886/rate-test-model-984886/v1/completions","host":"e2e-shared-a-984886.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:36818","PortSpecifier":{"PortValue":36818}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.71:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785312391,"nanos":825797370},"http":{"id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","method":"POST","headers":{":authority":"e2e-shared-a-984886.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-984886/rate-test-model-984886/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-fdWknuq9oDFdXK17_6LwoJZdBkexFCajRveuLPus7TFjfHS9RlN8CIsl6Hwt"} {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-984886.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-fdWknuq9oDFdXK17_6LwoJZdBkexFCajRveuLPus7TFjfHS9RlN8CIsl6Hwt\"}"} {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","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-984886.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":"07160049-982d-40b1-ad8b-b216666da331","keyName":"e2e-rate-a-6a9294","subscription":"e2e-rate-iso-a-6a9294","tenant":"e2e-shared-a-984886","userId":"07160049-982d-40b1-ad8b-b216666da331","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-984886.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-984886/rate-test-model-984886\",\"requestedSubscription\":\"e2e-rate-iso-a-6a9294\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","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-984886.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-984886/models/facebook/opt-125m","name":"rate-test-model-984886","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6a9294","namespace":"ai-tenant-e2e-shared-a-984886","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-984886/rate-test-model-984886"}} {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","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-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","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-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-984886/rate-test-model-984886\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-984886/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-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","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-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","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-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","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-6a9294"} {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","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-29T08:06:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","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_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"userid","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":"07160049-982d-40b1-ad8b-b216666da331","keyName":"e2e-rate-a-6a9294","selected_subscription":"e2e-rate-iso-a-6a9294","selected_subscription_key":"ai-tenant-e2e-shared-a-984886/e2e-rate-iso-a-6a9294@ai-tenant-e2e-shared-a-984886/rate-test-model-984886","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-984886/models/facebook/opt-125m","name":"rate-test-model-984886","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6a9294","namespace":"ai-tenant-e2e-shared-a-984886","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-984886/rate-test-model-984886"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-29T08:06:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"bd57dc8c-b924-4ab8-b588-9ea60bccc8c1","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-29T08:06:32Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ae119976-049d-44a8-bf5d-f46d9c09df88","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:36832","PortSpecifier":{"PortValue":36832}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.71:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ae119976-049d-44a8-bf5d-f46d9c09df88","method":"POST","path":"/ai-tenant-e2e-shared-a-984886/rate-test-model-984886/v1/completions","host":"e2e-shared-a-984886.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-29T08:06:32Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ae119976-049d-44a8-bf5d-f46d9c09df88","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:36832","PortSpecifier":{"PortValue":36832}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.71:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785312392,"nanos":866283089},"http":{"id":"ae119976-049d-44a8-bf5d-f46d9c09df88","method":"POST","headers":{":authority":"e2e-shared-a-984886.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-984886/rate-test-model-984886/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-29T08:06:32Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ae119976-049d-44a8-bf5d-f46d9c09df88","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-fdWknuq9oDFdXK17_6LwoJZdBkexFCajRveuLPus7TFjfHS9RlN8CIsl6Hwt"} {"level":"debug","ts":"2026-07-29T08:06:32Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ae119976-049d-44a8-bf5d-f46d9c09df88","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-984886.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-fdWknuq9oDFdXK17_6LwoJZdBkexFCajRveuLPus7TFjfHS9RlN8CIsl6Hwt\"}"} {"level":"debug","ts":"2026-07-29T08:06:32Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ae119976-049d-44a8-bf5d-f46d9c09df88","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-984886.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":"07160049-982d-40b1-ad8b-b216666da331","keyName":"e2e-rate-a-6a9294","subscription":"e2e-rate-iso-a-6a9294","tenant":"e2e-shared-a-984886","userId":"07160049-982d-40b1-ad8b-b216666da331","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-29T08:06:32Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ae119976-049d-44a8-bf5d-f46d9c09df88","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-984886.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-984886/rate-test-model-984886\",\"requestedSubscription\":\"e2e-rate-iso-a-6a9294\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-29T08:06:32Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ae119976-049d-44a8-bf5d-f46d9c09df88","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-984886.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-984886/models/facebook/opt-125m","name":"rate-test-model-984886","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6a9294","namespace":"ai-tenant-e2e-shared-a-984886","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-984886/rate-test-model-984886"}} {"level":"debug","ts":"2026-07-29T08:06:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ae119976-049d-44a8-bf5d-f46d9c09df88","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-29T08:06:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ae119976-049d-44a8-bf5d-f46d9c09df88","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-29T08:06:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ae119976-049d-44a8-bf5d-f46d9c09df88","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-29T08:06:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ae119976-049d-44a8-bf5d-f46d9c09df88","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-29T08:06:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ae119976-049d-44a8-bf5d-f46d9c09df88","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-984886/rate-test-model-984886\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-984886/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-29T08:06:32Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ae119976-049d-44a8-bf5d-f46d9c09df88","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-6a9294"} {"level":"debug","ts":"2026-07-29T08:06:32Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ae119976-049d-44a8-bf5d-f46d9c09df88","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-29T08:06:32Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ae119976-049d-44a8-bf5d-f46d9c09df88","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-29T08:06:32Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ae119976-049d-44a8-bf5d-f46d9c09df88","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_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"userid","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":"07160049-982d-40b1-ad8b-b216666da331","keyName":"e2e-rate-a-6a9294","selected_subscription":"e2e-rate-iso-a-6a9294","selected_subscription_key":"ai-tenant-e2e-shared-a-984886/e2e-rate-iso-a-6a9294@ai-tenant-e2e-shared-a-984886/rate-test-model-984886","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-984886/models/facebook/opt-125m","name":"rate-test-model-984886","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6a9294","namespace":"ai-tenant-e2e-shared-a-984886","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-984886/rate-test-model-984886"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-29T08:06:32Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ae119976-049d-44a8-bf5d-f46d9c09df88","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-29T08:06:32Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ae119976-049d-44a8-bf5d-f46d9c09df88","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"996f6300-07e6-4ad8-b2a2-c360b6729303","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:36840","PortSpecifier":{"PortValue":36840}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.71:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"996f6300-07e6-4ad8-b2a2-c360b6729303","method":"POST","path":"/ai-tenant-e2e-shared-a-984886/rate-test-model-984886/v1/completions","host":"e2e-shared-a-984886.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"996f6300-07e6-4ad8-b2a2-c360b6729303","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:36840","PortSpecifier":{"PortValue":36840}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.71:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785312393,"nanos":905438603},"http":{"id":"996f6300-07e6-4ad8-b2a2-c360b6729303","method":"POST","headers":{":authority":"e2e-shared-a-984886.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-984886/rate-test-model-984886/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"996f6300-07e6-4ad8-b2a2-c360b6729303","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-fdWknuq9oDFdXK17_6LwoJZdBkexFCajRveuLPus7TFjfHS9RlN8CIsl6Hwt"} {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"996f6300-07e6-4ad8-b2a2-c360b6729303","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-984886.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-fdWknuq9oDFdXK17_6LwoJZdBkexFCajRveuLPus7TFjfHS9RlN8CIsl6Hwt\"}"} {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"996f6300-07e6-4ad8-b2a2-c360b6729303","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-984886.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":"07160049-982d-40b1-ad8b-b216666da331","keyName":"e2e-rate-a-6a9294","subscription":"e2e-rate-iso-a-6a9294","tenant":"e2e-shared-a-984886","userId":"07160049-982d-40b1-ad8b-b216666da331","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"996f6300-07e6-4ad8-b2a2-c360b6729303","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-984886.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-984886/rate-test-model-984886\",\"requestedSubscription\":\"e2e-rate-iso-a-6a9294\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"996f6300-07e6-4ad8-b2a2-c360b6729303","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-984886.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-984886/models/facebook/opt-125m","name":"rate-test-model-984886","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6a9294","namespace":"ai-tenant-e2e-shared-a-984886","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-984886/rate-test-model-984886"}} {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"996f6300-07e6-4ad8-b2a2-c360b6729303","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"996f6300-07e6-4ad8-b2a2-c360b6729303","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-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"996f6300-07e6-4ad8-b2a2-c360b6729303","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-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"996f6300-07e6-4ad8-b2a2-c360b6729303","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-984886/rate-test-model-984886\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-984886/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-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"996f6300-07e6-4ad8-b2a2-c360b6729303","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-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"996f6300-07e6-4ad8-b2a2-c360b6729303","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-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"996f6300-07e6-4ad8-b2a2-c360b6729303","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-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"996f6300-07e6-4ad8-b2a2-c360b6729303","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-6a9294"} {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"996f6300-07e6-4ad8-b2a2-c360b6729303","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_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"userid","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":"07160049-982d-40b1-ad8b-b216666da331","keyName":"e2e-rate-a-6a9294","selected_subscription":"e2e-rate-iso-a-6a9294","selected_subscription_key":"ai-tenant-e2e-shared-a-984886/e2e-rate-iso-a-6a9294@ai-tenant-e2e-shared-a-984886/rate-test-model-984886","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-a-984886/models/facebook/opt-125m","name":"rate-test-model-984886","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-6a9294","namespace":"ai-tenant-e2e-shared-a-984886","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-984886/rate-test-model-984886"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"996f6300-07e6-4ad8-b2a2-c360b6729303","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"996f6300-07e6-4ad8-b2a2-c360b6729303","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4a865521-2a80-4cc6-b93a-20624feced37","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:55518","PortSpecifier":{"PortValue":55518}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"4a865521-2a80-4cc6-b93a-20624feced37","method":"POST","path":"/ai-tenant-e2e-shared-b-71e038/rate-test-model-71e038/v1/completions","host":"e2e-shared-b-71e038.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4a865521-2a80-4cc6-b93a-20624feced37","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:55518","PortSpecifier":{"PortValue":55518}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.77:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785312393,"nanos":944153897},"http":{"id":"4a865521-2a80-4cc6-b93a-20624feced37","method":"POST","headers":{":authority":"e2e-shared-b-71e038.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-b-71e038/rate-test-model-71e038/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"4a865521-2a80-4cc6-b93a-20624feced37","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-aUKKZUu5ILdQhX5y_anJCu3VmlAgneVN5YKI1IqsxIlQ00cwIYp8HPBQpeNh"} {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"4a865521-2a80-4cc6-b93a-20624feced37","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-71e038.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-aUKKZUu5ILdQhX5y_anJCu3VmlAgneVN5YKI1IqsxIlQ00cwIYp8HPBQpeNh\"}"} {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"4a865521-2a80-4cc6-b93a-20624feced37","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-71e038.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":"e33c44a1-857f-4984-a024-a1ffed3e0a97","keyName":"e2e-rate-b-6a9294","subscription":"e2e-rate-iso-b-6a9294","tenant":"e2e-shared-b-71e038","userId":"e33c44a1-857f-4984-a024-a1ffed3e0a97","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"4a865521-2a80-4cc6-b93a-20624feced37","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-b-71e038.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-71e038/rate-test-model-71e038\",\"requestedSubscription\":\"e2e-rate-iso-b-6a9294\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"4a865521-2a80-4cc6-b93a-20624feced37","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-71e038.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-71e038/models/facebook/opt-125m","name":"rate-test-model-71e038","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-6a9294","namespace":"ai-tenant-e2e-shared-b-71e038","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-71e038/rate-test-model-71e038"}} {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"4a865521-2a80-4cc6-b93a-20624feced37","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4a865521-2a80-4cc6-b93a-20624feced37","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-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4a865521-2a80-4cc6-b93a-20624feced37","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-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4a865521-2a80-4cc6-b93a-20624feced37","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-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4a865521-2a80-4cc6-b93a-20624feced37","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-71e038/rate-test-model-71e038\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-71e038/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-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4a865521-2a80-4cc6-b93a-20624feced37","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-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4a865521-2a80-4cc6-b93a-20624feced37","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-6a9294"} {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4a865521-2a80-4cc6-b93a-20624feced37","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-29T08:06:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4a865521-2a80-4cc6-b93a-20624feced37","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":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"e33c44a1-857f-4984-a024-a1ffed3e0a97","keyName":"e2e-rate-b-6a9294","selected_subscription":"e2e-rate-iso-b-6a9294","selected_subscription_key":"ai-tenant-e2e-shared-b-71e038/e2e-rate-iso-b-6a9294@ai-tenant-e2e-shared-b-71e038/rate-test-model-71e038","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-shared-b-71e038/models/facebook/opt-125m","name":"rate-test-model-71e038","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-6a9294","namespace":"ai-tenant-e2e-shared-b-71e038","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-71e038/rate-test-model-71e038"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4a865521-2a80-4cc6-b93a-20624feced37","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-29T08:06:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4a865521-2a80-4cc6-b93a-20624feced37","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/19b894f778b1cf09cf65b554bba7fa0248cbff1b3f88cadc9696b994a1affc98"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3a980111adbba03b21db8021d27edf781d869eaee455872f3b5c6277d48d5f41"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/05f46bb4c74b6d3b869cc40f2e2cbf2f375115ab6c87138705258d6f674f66e4"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/56c1271dcb8d21d7d70f360769ee77f1ecfcb2d7c0488bf0cdf302e21eb86602"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2a03d795409cdd65d6771a09db82ea7e75289e8493e964755d7a5b14e1f853ce"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d6d3663a2f289d541936f479eb3a9606b46a31e05b92086290d93918c90eee27"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3eb939dfde9e099759fe5af96fc0b10f4dfee77ab294b45839009d4b28582c41"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a75cd1aa738b21acc2848e6f44d0644d3113832e404254ece53ab8826aae1143"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/58967b74fe0a71c4c2c3bc420999d4de8bee4c06d07b21af9728267724c54dd0"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c5fd6f32448c0e410c34534691f7cb10335aca2ce9e3da7e2733ed9cf099228f"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/0bcb6f37710566022b89ca73dd402a69c2b8b7c5883e38fef2f7eeb3c9404ab6"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/70360169a0620f53f465aceab2ac8036bb27820dcdacbca0ec8c254afdd82d49"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/0b796ad8c4d8e93dbc67e772afb1d1fc66a591c146f02a9224a2a0c260c36f50"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/fb95ced534687077ab9ff488a1f053e1324bd82a5a036c4c8a7fc312617859c7"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b567416b066c467a35229727e7df7767636c45d8fe37913d16137c4915296fce"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/243fa5a4a8448817a35b5d972fa17c94f533a05e1b03bf1c491c9576a9dea1f1"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2a925c9886dc1e9322cb6de74494966a14bff6e88097c40d9d722a01ff887809"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ba227f2fdc261027c555dba8d5a95a4061fc341827b884cbd931f29e20c91772"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/fda280fb296bf5bb640149269ddfe1bade974d6cd402dcab5913ea22627b80ff"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/0204ae598c4abaee188232b561dcdc5a7449021633663199ba14dc1f6927c170"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/230c6112305b32b5925d7b19c66e6c3faa04a275798d4c13eba1672cdd6e7777"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/378baa0b91a341e28b80a5349fb1fd31b515d0122ce8269c4d26993f342b719e"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/95c07dc82cb0c2dd90a4f06e88a5eaa60e8da25beb0c510d108bf16991343869"} {"level":"info","ts":"2026-07-29T08:06:40Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/26bae39751222214a9eec21bb3e973570e6a58beead9e06d30965e0c0d67edbd"} {"level":"info","ts":"2026-07-29T08:07:43Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1a7b96b9-8a79-47f6-a5de-e9af2b751c37","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:51390","PortSpecifier":{"PortValue":51390}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.35:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"1a7b96b9-8a79-47f6-a5de-e9af2b751c37","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-29T08:07:43Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1a7b96b9-8a79-47f6-a5de-e9af2b751c37","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:51390","PortSpecifier":{"PortValue":51390}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.35:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785312463,"nanos":714003973},"http":{"id":"1a7b96b9-8a79-47f6-a5de-e9af2b751c37","method":"POST","headers":{":authority":"maas.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.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-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"1a7b96b9-8a79-47f6-a5de-e9af2b751c37","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"1a7b96b9-8a79-47f6-a5de-e9af2b751c37","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":"4457c600-7b34-4d35-b337-6803c721e0a7","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=45b6c4c0-f2c4-4489-9f3c-596cc6265344"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/88e6c72809ff"]}} {"level":"debug","ts":"2026-07-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"1a7b96b9-8a79-47f6-a5de-e9af2b751c37","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/88e6c72809ff"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=45b6c4c0-f2c4-4489-9f3c-596cc6265344"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"4457c600-7b34-4d35-b337-6803c721e0a7","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"b64d1d3a1a41de71c5b05aa58c2da5025409dfbb29fbaa63fe6a7b8fb71bf42e"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.35:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.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-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1a7b96b9-8a79-47f6-a5de-e9af2b751c37","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-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1a7b96b9-8a79-47f6-a5de-e9af2b751c37","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-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1a7b96b9-8a79-47f6-a5de-e9af2b751c37","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-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"1a7b96b9-8a79-47f6-a5de-e9af2b751c37","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","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1a7b96b9-8a79-47f6-a5de-e9af2b751c37","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-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1a7b96b9-8a79-47f6-a5de-e9af2b751c37","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-29T08:07:43Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1a7b96b9-8a79-47f6-a5de-e9af2b751c37","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-29T08:07:43Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1a7b96b9-8a79-47f6-a5de-e9af2b751c37","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-29T08:07:43Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:51392","PortSpecifier":{"PortValue":51392}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.35:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-29T08:07:43Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:51392","PortSpecifier":{"PortValue":51392}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.35:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785312463,"nanos":794055682},"http":{"id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","method":"POST","headers":{":authority":"maas.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.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-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1Ja1r4RG7nnptlbfg_2By3Rwrb1sl5zsuzBOG9b2ZjdZVbQ9RYN3ZhD8iGPis"} {"level":"debug","ts":"2026-07-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","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-1Ja1r4RG7nnptlbfg_2By3Rwrb1sl5zsuzBOG9b2ZjdZVbQ9RYN3ZhD8iGPis\"}"} {"level":"debug","ts":"2026-07-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","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":"c06b6ef3-cf16-4c27-83b8-3406a529e634","keyName":"e2e-ipp-default","subscription":"simulator-subscription","tenant":"models-as-a-service","userId":"c06b6ef3-cf16-4c27-83b8-3406a529e634","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","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-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","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-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","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.134.0.35:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.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-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","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-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","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-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","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-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","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-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","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-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","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-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","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-29T08:07:43Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","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":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"c06b6ef3-cf16-4c27-83b8-3406a529e634","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-29T08:07:43Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-29T08:07:43Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8dd7b156-5b2c-4a8a-9881-215e18dac828","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-29T08:08:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8878fb52cd4b208242ceb412206c034fce8d5c766dcc7fc68323c8c0c40a9b11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:14Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8878fb52cd4b208242ceb412206c034fce8d5c766dcc7fc68323c8c0c40a9b11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8878fb52cd4b208242ceb412206c034fce8d5c766dcc7fc68323c8c0c40a9b11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8878fb52cd4b208242ceb412206c034fce8d5c766dcc7fc68323c8c0c40a9b11"} {"level":"info","ts":"2026-07-29T08:08:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8878fb52cd4b208242ceb412206c034fce8d5c766dcc7fc68323c8c0c40a9b11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8878fb52cd4b208242ceb412206c034fce8d5c766dcc7fc68323c8c0c40a9b11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-29T08:08:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"8878fb52cd4b208242ceb412206c034fce8d5c766dcc7fc68323c8c0c40a9b11","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"8878fb52cd4b208242ceb412206c034fce8d5c766dcc7fc68323c8c0c40a9b11\": 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-29T08:08:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8878fb52cd4b208242ceb412206c034fce8d5c766dcc7fc68323c8c0c40a9b11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8878fb52cd4b208242ceb412206c034fce8d5c766dcc7fc68323c8c0c40a9b11","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-29T08:08:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8878fb52cd4b208242ceb412206c034fce8d5c766dcc7fc68323c8c0c40a9b11"} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8878fb52cd4b208242ceb412206c034fce8d5c766dcc7fc68323c8c0c40a9b11"} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a"} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8878fb52cd4b208242ceb412206c034fce8d5c766dcc7fc68323c8c0c40a9b11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8878fb52cd4b208242ceb412206c034fce8d5c766dcc7fc68323c8c0c40a9b11"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a"} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8878fb52cd4b208242ceb412206c034fce8d5c766dcc7fc68323c8c0c40a9b11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8878fb52cd4b208242ceb412206c034fce8d5c766dcc7fc68323c8c0c40a9b11"} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8878fb52cd4b208242ceb412206c034fce8d5c766dcc7fc68323c8c0c40a9b11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a"} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a"} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a\": 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-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a"} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a"} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a"} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a"} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4"} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4"} {"level":"error","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4\": 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-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4"} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a"} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4"} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4"} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4"} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4"} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8431e8a517e71e40349cd39bf94cc9c2346145b73e50eca2508304a1ccc0515a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8431e8a517e71e40349cd39bf94cc9c2346145b73e50eca2508304a1ccc0515a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8431e8a517e71e40349cd39bf94cc9c2346145b73e50eca2508304a1ccc0515a"} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8431e8a517e71e40349cd39bf94cc9c2346145b73e50eca2508304a1ccc0515a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8431e8a517e71e40349cd39bf94cc9c2346145b73e50eca2508304a1ccc0515a"} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8431e8a517e71e40349cd39bf94cc9c2346145b73e50eca2508304a1ccc0515a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8431e8a517e71e40349cd39bf94cc9c2346145b73e50eca2508304a1ccc0515a"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4"} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8431e8a517e71e40349cd39bf94cc9c2346145b73e50eca2508304a1ccc0515a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8431e8a517e71e40349cd39bf94cc9c2346145b73e50eca2508304a1ccc0515a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8431e8a517e71e40349cd39bf94cc9c2346145b73e50eca2508304a1ccc0515a"} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8431e8a517e71e40349cd39bf94cc9c2346145b73e50eca2508304a1ccc0515a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8431e8a517e71e40349cd39bf94cc9c2346145b73e50eca2508304a1ccc0515a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8431e8a517e71e40349cd39bf94cc9c2346145b73e50eca2508304a1ccc0515a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8431e8a517e71e40349cd39bf94cc9c2346145b73e50eca2508304a1ccc0515a"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8431e8a517e71e40349cd39bf94cc9c2346145b73e50eca2508304a1ccc0515a"} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8431e8a517e71e40349cd39bf94cc9c2346145b73e50eca2508304a1ccc0515a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947"} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8431e8a517e71e40349cd39bf94cc9c2346145b73e50eca2508304a1ccc0515a"} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8431e8a517e71e40349cd39bf94cc9c2346145b73e50eca2508304a1ccc0515a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947"} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"095c1e2e047334d49495f163151422092f2873198dd58ea0a8c398f28d3ec132","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/095c1e2e047334d49495f163151422092f2873198dd58ea0a8c398f28d3ec132"} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"095c1e2e047334d49495f163151422092f2873198dd58ea0a8c398f28d3ec132","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947"} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"095c1e2e047334d49495f163151422092f2873198dd58ea0a8c398f28d3ec132","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"095c1e2e047334d49495f163151422092f2873198dd58ea0a8c398f28d3ec132","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/095c1e2e047334d49495f163151422092f2873198dd58ea0a8c398f28d3ec132"} {"level":"error","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947\": 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-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d7f69111cf11a48a2790e91ba12301d0a07db474930e51232ea817bd1d3cf768","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d7f69111cf11a48a2790e91ba12301d0a07db474930e51232ea817bd1d3cf768","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"095c1e2e047334d49495f163151422092f2873198dd58ea0a8c398f28d3ec132","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["095c1e2e047334d49495f163151422092f2873198dd58ea0a8c398f28d3ec132"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947"} {"level":"info","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"095c1e2e047334d49495f163151422092f2873198dd58ea0a8c398f28d3ec132","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d7f69111cf11a48a2790e91ba12301d0a07db474930e51232ea817bd1d3cf768"} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d7f69111cf11a48a2790e91ba12301d0a07db474930e51232ea817bd1d3cf768","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d7f69111cf11a48a2790e91ba12301d0a07db474930e51232ea817bd1d3cf768"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d7f69111cf11a48a2790e91ba12301d0a07db474930e51232ea817bd1d3cf768","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"095c1e2e047334d49495f163151422092f2873198dd58ea0a8c398f28d3ec132","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947"} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d7f69111cf11a48a2790e91ba12301d0a07db474930e51232ea817bd1d3cf768","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"57b48f320b50cf81f652ae7e34e8ac882aeb5b0bea1c05c98e64248ad1c7f0b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/095c1e2e047334d49495f163151422092f2873198dd58ea0a8c398f28d3ec132"} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"57b48f320b50cf81f652ae7e34e8ac882aeb5b0bea1c05c98e64248ad1c7f0b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"57b48f320b50cf81f652ae7e34e8ac882aeb5b0bea1c05c98e64248ad1c7f0b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d7f69111cf11a48a2790e91ba12301d0a07db474930e51232ea817bd1d3cf768"} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"57b48f320b50cf81f652ae7e34e8ac882aeb5b0bea1c05c98e64248ad1c7f0b3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947"} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"57b48f320b50cf81f652ae7e34e8ac882aeb5b0bea1c05c98e64248ad1c7f0b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/57b48f320b50cf81f652ae7e34e8ac882aeb5b0bea1c05c98e64248ad1c7f0b3"} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"57b48f320b50cf81f652ae7e34e8ac882aeb5b0bea1c05c98e64248ad1c7f0b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"57b48f320b50cf81f652ae7e34e8ac882aeb5b0bea1c05c98e64248ad1c7f0b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/57b48f320b50cf81f652ae7e34e8ac882aeb5b0bea1c05c98e64248ad1c7f0b3"} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"57b48f320b50cf81f652ae7e34e8ac882aeb5b0bea1c05c98e64248ad1c7f0b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["57b48f320b50cf81f652ae7e34e8ac882aeb5b0bea1c05c98e64248ad1c7f0b3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50"} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"57b48f320b50cf81f652ae7e34e8ac882aeb5b0bea1c05c98e64248ad1c7f0b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"57b48f320b50cf81f652ae7e34e8ac882aeb5b0bea1c05c98e64248ad1c7f0b3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50"} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/57b48f320b50cf81f652ae7e34e8ac882aeb5b0bea1c05c98e64248ad1c7f0b3"} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50"} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3"} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5fa6025750b582537479fc426adac0ee4c8e881928c129f9290e2a4a62283f4d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50"} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5fa6025750b582537479fc426adac0ee4c8e881928c129f9290e2a4a62283f4d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5fa6025750b582537479fc426adac0ee4c8e881928c129f9290e2a4a62283f4d"} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5fa6025750b582537479fc426adac0ee4c8e881928c129f9290e2a4a62283f4d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5fa6025750b582537479fc426adac0ee4c8e881928c129f9290e2a4a62283f4d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5fa6025750b582537479fc426adac0ee4c8e881928c129f9290e2a4a62283f4d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3"} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5fa6025750b582537479fc426adac0ee4c8e881928c129f9290e2a4a62283f4d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50"} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5fa6025750b582537479fc426adac0ee4c8e881928c129f9290e2a4a62283f4d"} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3"} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c"} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3"} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c"} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3"} {"level":"error","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c\": 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-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c"} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c"} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c"} {"level":"error","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c\": 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-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-29T08:08:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c"} {"level":"error","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c\": 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-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-29T08:08:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-29T08:08:34Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"977e96f6-5a7e-437d-9fb2-96c583f65dac","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:37506","PortSpecifier":{"PortValue":37506}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.88:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"977e96f6-5a7e-437d-9fb2-96c583f65dac","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-ipp-a-940406.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-29T08:08:34Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"977e96f6-5a7e-437d-9fb2-96c583f65dac","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:37506","PortSpecifier":{"PortValue":37506}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.88:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785312514,"nanos":347717071},"http":{"id":"977e96f6-5a7e-437d-9fb2-96c583f65dac","method":"POST","headers":{":authority":"e2e-ipp-a-940406.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.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-29T08:08:34Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"977e96f6-5a7e-437d-9fb2-96c583f65dac","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-29T08:08:34Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"977e96f6-5a7e-437d-9fb2-96c583f65dac","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":"4457c600-7b34-4d35-b337-6803c721e0a7","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=45b6c4c0-f2c4-4489-9f3c-596cc6265344"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/88e6c72809ff"]}} {"level":"debug","ts":"2026-07-29T08:08:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"977e96f6-5a7e-437d-9fb2-96c583f65dac","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/88e6c72809ff"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=45b6c4c0-f2c4-4489-9f3c-596cc6265344"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"4457c600-7b34-4d35-b337-6803c721e0a7","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"5fa6025750b582537479fc426adac0ee4c8e881928c129f9290e2a4a62283f4d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.88:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-ipp-a-940406.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.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-29T08:08:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"977e96f6-5a7e-437d-9fb2-96c583f65dac","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-29T08:08:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"977e96f6-5a7e-437d-9fb2-96c583f65dac","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-29T08:08:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"977e96f6-5a7e-437d-9fb2-96c583f65dac","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-940406/ipp-route-940406\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-940406/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-29T08:08:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"977e96f6-5a7e-437d-9fb2-96c583f65dac","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":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-29T08:08:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"977e96f6-5a7e-437d-9fb2-96c583f65dac","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-29T08:08:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"977e96f6-5a7e-437d-9fb2-96c583f65dac","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-29T08:08:34Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"977e96f6-5a7e-437d-9fb2-96c583f65dac","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-29T08:08:34Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"977e96f6-5a7e-437d-9fb2-96c583f65dac","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-29T08:08:36Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:42844","PortSpecifier":{"PortValue":42844}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.88:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","method":"POST","path":"/ai-tenant-e2e-ipp-a-940406/ipp-route-940406/v1/chat/completions","host":"e2e-ipp-a-940406.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-29T08:08:36Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.14:42844","PortSpecifier":{"PortValue":42844}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.88:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1785312516,"nanos":417488160},"http":{"id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","method":"POST","headers":{":authority":"e2e-ipp-a-940406.apps.f433f359-3ef5-41d6-bd46-88e6c72809ff.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-ipp-a-940406/ipp-route-940406/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-29T08:08:36Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-fONAwk2fGCklEHrv_bx6pv5jCWHRJSbfHlWMRcdeGuxRP4XeJam8WzZrY26j"} {"level":"debug","ts":"2026-07-29T08:08:36Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-ipp-a-940406.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-fONAwk2fGCklEHrv_bx6pv5jCWHRJSbfHlWMRcdeGuxRP4XeJam8WzZrY26j\"}"} {"level":"debug","ts":"2026-07-29T08:08:36Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","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-940406.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":"6d487142-19ec-432a-ae75-b3552556ff58","keyName":"e2e-ipp-940406","subscription":"ipp-route-940406-sub","tenant":"e2e-ipp-a-940406","userId":"6d487142-19ec-432a-ae75-b3552556ff58","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-29T08:08:36Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-ipp-a-940406.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-940406/ipp-route-940406\",\"requestedSubscription\":\"ipp-route-940406-sub\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-29T08:08:36Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","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-940406.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-940406/models/facebook/opt-125m","name":"ipp-route-940406","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-940406-sub","namespace":"ai-tenant-e2e-ipp-a-940406","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-940406/ipp-route-940406"}} {"level":"debug","ts":"2026-07-29T08:08:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-29T08:08:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","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-29T08:08:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","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-29T08:08:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-ipp-a-940406/ipp-route-940406\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-ipp-a-940406/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-29T08:08:36Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","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-29T08:08:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","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-29T08:08:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","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-940406-sub"} {"level":"debug","ts":"2026-07-29T08:08:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","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-29T08:08:36Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","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":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"6d487142-19ec-432a-ae75-b3552556ff58","keyName":"e2e-ipp-940406","selected_subscription":"ipp-route-940406-sub","selected_subscription_key":"ai-tenant-e2e-ipp-a-940406/ipp-route-940406-sub@ai-tenant-e2e-ipp-a-940406/ipp-route-940406","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"model_name":"publishers/ai-tenant-e2e-ipp-a-940406/models/facebook/opt-125m","name":"ipp-route-940406","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"ipp-route-940406-sub","namespace":"ai-tenant-e2e-ipp-a-940406","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-ipp-a-940406/ipp-route-940406"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-29T08:08:36Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-29T08:08:36Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6eabc8e0-0ee9-494f-b02b-8f6ba3ddf747","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-29T08:09:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/095c1e2e047334d49495f163151422092f2873198dd58ea0a8c398f28d3ec132"} {"level":"info","ts":"2026-07-29T08:09:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d810ef20ba3cb0800f24038eedbd7fb33a4e112a1ed3c5c27347820ac39b73b3"} {"level":"info","ts":"2026-07-29T08:09:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/8431e8a517e71e40349cd39bf94cc9c2346145b73e50eca2508304a1ccc0515a"} {"level":"info","ts":"2026-07-29T08:09:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6a5c9909b6b72152bbc5b4510cc80d385e6ac527a85d77819d29b72247e56b3a"} {"level":"info","ts":"2026-07-29T08:09:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d7f69111cf11a48a2790e91ba12301d0a07db474930e51232ea817bd1d3cf768"} {"level":"info","ts":"2026-07-29T08:09:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/8878fb52cd4b208242ceb412206c034fce8d5c766dcc7fc68323c8c0c40a9b11"} {"level":"info","ts":"2026-07-29T08:09:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e1565289f6a23d3ec8ed0e46de9d1a5ae083338f72f3872c6221c0c4d4db5ee4"} {"level":"info","ts":"2026-07-29T08:09:34Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/57b48f320b50cf81f652ae7e34e8ac882aeb5b0bea1c05c98e64248ad1c7f0b3"} {"level":"info","ts":"2026-07-29T08:09:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/5fa6025750b582537479fc426adac0ee4c8e881928c129f9290e2a4a62283f4d"} {"level":"info","ts":"2026-07-29T08:09:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c8d7ab2dd44822cbb27b927860597d954e783c4967b99088c55c82f7fa6f707c"} {"level":"info","ts":"2026-07-29T08:09:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/29153a8563847966e314da9ca5c21cddf6264d7364e850e64bfbbcd4a3d8f947"} {"level":"info","ts":"2026-07-29T08:09:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2b8ee8a381af379a59f8ef3ba3c010c939cda159fa9adc860d0391c96fd69b50"}