{"level":"debug","ts":"2026-07-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"258af0ee-a5ab-454c-89c2-aa98e024d456","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/72eb93a23c13"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=2d6d66ea-7f67-49dc-97f7-58059b4f9dd9"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"b0bf52d0-c9f8-4d2f-a401-1fe71149c23f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"86e9a3ab179fa151a11b8a4afaf8d0d100ebdbba19c4b9ee6c5af06a434e1283"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.67:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-c713d8.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.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-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"258af0ee-a5ab-454c-89c2-aa98e024d456","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-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"258af0ee-a5ab-454c-89c2-aa98e024d456","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-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"258af0ee-a5ab-454c-89c2-aa98e024d456","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-c713d8/rate-test-model-c713d8\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-c713d8/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-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"258af0ee-a5ab-454c-89c2-aa98e024d456","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"258af0ee-a5ab-454c-89c2-aa98e024d456","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-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"258af0ee-a5ab-454c-89c2-aa98e024d456","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-23T11:58:49Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"258af0ee-a5ab-454c-89c2-aa98e024d456","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-23T11:58:49Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"258af0ee-a5ab-454c-89c2-aa98e024d456","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-23T11:58:49Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:39040","PortSpecifier":{"PortValue":39040}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","method":"POST","path":"/ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c/v1/completions","host":"e2e-shared-a-839b3c.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-23T11:58:49Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:39040","PortSpecifier":{"PortValue":39040}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784807929,"nanos":502453379},"http":{"id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","method":"POST","headers":{":authority":"e2e-shared-a-839b3c.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-5faAUlOmveJTx02L_NapoVB4HPj08VJ6TdDOfSaTWd9LPDWGrGTjvffvisgE"} {"level":"debug","ts":"2026-07-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-839b3c.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-5faAUlOmveJTx02L_NapoVB4HPj08VJ6TdDOfSaTWd9LPDWGrGTjvffvisgE\"}"} {"level":"debug","ts":"2026-07-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","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-839b3c.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":"b488b088-b7dd-43f5-b99b-90410a5000f9","keyName":"e2e-rate-a-4bf7ed","subscription":"e2e-rate-iso-a-4bf7ed","tenant":"e2e-shared-a-839b3c","userId":"b488b088-b7dd-43f5-b99b-90410a5000f9","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-839b3c.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-839b3c/rate-test-model-839b3c\",\"requestedSubscription\":\"e2e-rate-iso-a-4bf7ed\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","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-839b3c.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-839b3c","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4bf7ed","namespace":"ai-tenant-e2e-shared-a-839b3c","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c"}} {"level":"debug","ts":"2026-07-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","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-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","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-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-839b3c/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-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","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-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","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-4bf7ed"} {"level":"debug","ts":"2026-07-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","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-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","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-23T11:58:49Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"b488b088-b7dd-43f5-b99b-90410a5000f9","keyName":"e2e-rate-a-4bf7ed","selected_subscription":"e2e-rate-iso-a-4bf7ed","selected_subscription_key":"ai-tenant-e2e-shared-a-839b3c/e2e-rate-iso-a-4bf7ed@ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-839b3c","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4bf7ed","namespace":"ai-tenant-e2e-shared-a-839b3c","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-23T11:58:49Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-23T11:58:49Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"213f3d86-4fa3-443c-9c89-e4fc9a4c9834","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-23T11:58:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:39046","PortSpecifier":{"PortValue":39046}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","method":"POST","path":"/ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c/v1/completions","host":"e2e-shared-a-839b3c.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-23T11:58:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:39046","PortSpecifier":{"PortValue":39046}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784807930,"nanos":593123776},"http":{"id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","method":"POST","headers":{":authority":"e2e-shared-a-839b3c.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-23T11:58:50Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-5faAUlOmveJTx02L_NapoVB4HPj08VJ6TdDOfSaTWd9LPDWGrGTjvffvisgE"} {"level":"debug","ts":"2026-07-23T11:58:50Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-839b3c.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-5faAUlOmveJTx02L_NapoVB4HPj08VJ6TdDOfSaTWd9LPDWGrGTjvffvisgE\"}"} {"level":"debug","ts":"2026-07-23T11:58:50Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","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-839b3c.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":"b488b088-b7dd-43f5-b99b-90410a5000f9","keyName":"e2e-rate-a-4bf7ed","subscription":"e2e-rate-iso-a-4bf7ed","tenant":"e2e-shared-a-839b3c","userId":"b488b088-b7dd-43f5-b99b-90410a5000f9","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-23T11:58:50Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-839b3c.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-839b3c/rate-test-model-839b3c\",\"requestedSubscription\":\"e2e-rate-iso-a-4bf7ed\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-23T11:58:50Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","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-839b3c.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-839b3c","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4bf7ed","namespace":"ai-tenant-e2e-shared-a-839b3c","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c"}} {"level":"debug","ts":"2026-07-23T11:58:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-23T11:58:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","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-23T11:58:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","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-23T11:58:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-839b3c/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-23T11:58:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","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-23T11:58:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","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-23T11:58:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","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-23T11:58:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","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-4bf7ed"} {"level":"debug","ts":"2026-07-23T11:58:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"b488b088-b7dd-43f5-b99b-90410a5000f9","keyName":"e2e-rate-a-4bf7ed","selected_subscription":"e2e-rate-iso-a-4bf7ed","selected_subscription_key":"ai-tenant-e2e-shared-a-839b3c/e2e-rate-iso-a-4bf7ed@ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-839b3c","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4bf7ed","namespace":"ai-tenant-e2e-shared-a-839b3c","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-23T11:58:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-23T11:58:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4b243ca4-a6f1-4365-a242-aa6443e474cf","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-23T11:58:51Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:39060","PortSpecifier":{"PortValue":39060}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","method":"POST","path":"/ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c/v1/completions","host":"e2e-shared-a-839b3c.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-23T11:58:51Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:39060","PortSpecifier":{"PortValue":39060}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784807931,"nanos":629964720},"http":{"id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","method":"POST","headers":{":authority":"e2e-shared-a-839b3c.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-23T11:58:51Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-5faAUlOmveJTx02L_NapoVB4HPj08VJ6TdDOfSaTWd9LPDWGrGTjvffvisgE"} {"level":"debug","ts":"2026-07-23T11:58:51Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-839b3c.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-5faAUlOmveJTx02L_NapoVB4HPj08VJ6TdDOfSaTWd9LPDWGrGTjvffvisgE\"}"} {"level":"debug","ts":"2026-07-23T11:58:51Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","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-839b3c.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":"b488b088-b7dd-43f5-b99b-90410a5000f9","keyName":"e2e-rate-a-4bf7ed","subscription":"e2e-rate-iso-a-4bf7ed","tenant":"e2e-shared-a-839b3c","userId":"b488b088-b7dd-43f5-b99b-90410a5000f9","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-23T11:58:51Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-839b3c.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-839b3c/rate-test-model-839b3c\",\"requestedSubscription\":\"e2e-rate-iso-a-4bf7ed\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-23T11:58:51Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","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-839b3c.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-839b3c","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4bf7ed","namespace":"ai-tenant-e2e-shared-a-839b3c","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c"}} {"level":"debug","ts":"2026-07-23T11:58:51Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-23T11:58:51Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","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-23T11:58:51Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","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-23T11:58:51Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","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-23T11:58:51Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-839b3c/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-23T11:58:51Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","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-23T11:58:51Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","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-4bf7ed"} {"level":"debug","ts":"2026-07-23T11:58:51Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","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-23T11:58:51Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"b488b088-b7dd-43f5-b99b-90410a5000f9","keyName":"e2e-rate-a-4bf7ed","selected_subscription":"e2e-rate-iso-a-4bf7ed","selected_subscription_key":"ai-tenant-e2e-shared-a-839b3c/e2e-rate-iso-a-4bf7ed@ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-839b3c","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-4bf7ed","namespace":"ai-tenant-e2e-shared-a-839b3c","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-23T11:58:51Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-23T11:58:51Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"26976fb5-1ebc-4f4e-aa91-058f9148616a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-23T11:58:55Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3154911c1147dba0293f5f5ac882395c04516374ef55900e1c55c05746c1c360"} {"level":"info","ts":"2026-07-23T11:58:55Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a4efc1f32fb64718de0e38e6e666edcaf5cb2034ce4165da9e84a177e44d9968"} {"level":"info","ts":"2026-07-23T11:58:55Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a4d0dd93ad60629de2b203f28883af2bc1e9182d1daf91010e35309684e32684"} {"level":"info","ts":"2026-07-23T11:58:55Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6888c21b80cf5484a80afcc4f4177e23ba76fa329f73ea9e1a854ec4867059e4"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/12348d94877db3f437e9e8685a849184b22eb5dad0b4e84bcbd11efd99a8c4f4"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7476300ab85c5f6789c55564d8ab96f70576557322e49791e0be9355e9debca8"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d773cf8aad5ebfae0e42c00d18d0de1716d598c415ed1237f2256f9cae587d0a"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/80c6c77489bdb915cc204cc693eeb3235d10fad22ec5d6bc558f821aa4b6e87a"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/59bf34eb538bcd5c294a4bc329c07bf8cd5d0a69815ceb289e4c0b1dc88932f2"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/5187d0d3cef0448ab9e220347251ecade0f994f65c4278c7e26c796f3166037c"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a8bc6ada9f857ffa1a6f3b1f1a5cd3254b0389166f5378bac5010d46810a4217"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/0fe42e8ed34eaf5c2f65754f3b447c8e8bb048b0c5f64284fd34021406b8f627"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/4ab4a30266bb7e467556e6269dcd5c11ec136acd070d0011eab2dd2b19952d30"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/86e9a3ab179fa151a11b8a4afaf8d0d100ebdbba19c4b9ee6c5af06a434e1283"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9c8da219b8e372a1e46cd5743f91ff8e5cf3e4181d13568f6beb2667122d9d17"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/aa94d303972b150f89afe13012de22a56b6387505ae9c3c692516a7fae172c1b"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/57607abf0ff89ebb242e396d33ce6bff90c38aaae7927c3bb043e022716a8704"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3825de16ca9d3893aeb3c41a9d9ed681d76db01f207275769c17f70cf48297cd"} {"level":"info","ts":"2026-07-23T11:58:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713"} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9"} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9"} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9"} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9"} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9"} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164"} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9"} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164"} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9"} {"level":"error","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164\": 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-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164"} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164"} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9"} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164"} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164"} {"level":"debug","ts":"2026-07-23T11:59:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164"} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b"} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b"} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b"} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b"} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b"} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11"} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11"} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11"} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11"} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11"} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713"} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11"} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713"} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d0dd93ad60629de2b203f28883af2bc1e9182d1daf91010e35309684e32684","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11"} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d0dd93ad60629de2b203f28883af2bc1e9182d1daf91010e35309684e32684","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713"} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d0dd93ad60629de2b203f28883af2bc1e9182d1daf91010e35309684e32684","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d0dd93ad60629de2b203f28883af2bc1e9182d1daf91010e35309684e32684","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a4d0dd93ad60629de2b203f28883af2bc1e9182d1daf91010e35309684e32684"} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d0dd93ad60629de2b203f28883af2bc1e9182d1daf91010e35309684e32684","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a4d0dd93ad60629de2b203f28883af2bc1e9182d1daf91010e35309684e32684"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713"} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d0dd93ad60629de2b203f28883af2bc1e9182d1daf91010e35309684e32684","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d0dd93ad60629de2b203f28883af2bc1e9182d1daf91010e35309684e32684","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d0dd93ad60629de2b203f28883af2bc1e9182d1daf91010e35309684e32684","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a4d0dd93ad60629de2b203f28883af2bc1e9182d1daf91010e35309684e32684"} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4d0dd93ad60629de2b203f28883af2bc1e9182d1daf91010e35309684e32684","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a4d0dd93ad60629de2b203f28883af2bc1e9182d1daf91010e35309684e32684"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4d0dd93ad60629de2b203f28883af2bc1e9182d1daf91010e35309684e32684","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a4d0dd93ad60629de2b203f28883af2bc1e9182d1daf91010e35309684e32684","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713"} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb"} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a4d0dd93ad60629de2b203f28883af2bc1e9182d1daf91010e35309684e32684"} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb"} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb"} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aa94d303972b150f89afe13012de22a56b6387505ae9c3c692516a7fae172c1b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aa94d303972b150f89afe13012de22a56b6387505ae9c3c692516a7fae172c1b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aa94d303972b150f89afe13012de22a56b6387505ae9c3c692516a7fae172c1b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aa94d303972b150f89afe13012de22a56b6387505ae9c3c692516a7fae172c1b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb"} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aa94d303972b150f89afe13012de22a56b6387505ae9c3c692516a7fae172c1b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aa94d303972b150f89afe13012de22a56b6387505ae9c3c692516a7fae172c1b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aa94d303972b150f89afe13012de22a56b6387505ae9c3c692516a7fae172c1b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aa94d303972b150f89afe13012de22a56b6387505ae9c3c692516a7fae172c1b"} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4efc1f32fb64718de0e38e6e666edcaf5cb2034ce4165da9e84a177e44d9968","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aa94d303972b150f89afe13012de22a56b6387505ae9c3c692516a7fae172c1b"} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4efc1f32fb64718de0e38e6e666edcaf5cb2034ce4165da9e84a177e44d9968","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aa94d303972b150f89afe13012de22a56b6387505ae9c3c692516a7fae172c1b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["aa94d303972b150f89afe13012de22a56b6387505ae9c3c692516a7fae172c1b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aa94d303972b150f89afe13012de22a56b6387505ae9c3c692516a7fae172c1b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a4efc1f32fb64718de0e38e6e666edcaf5cb2034ce4165da9e84a177e44d9968"} {"level":"debug","ts":"2026-07-23T11:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"12348d94877db3f437e9e8685a849184b22eb5dad0b4e84bcbd11efd99a8c4f4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:05Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"12348d94877db3f437e9e8685a849184b22eb5dad0b4e84bcbd11efd99a8c4f4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a4efc1f32fb64718de0e38e6e666edcaf5cb2034ce4165da9e84a177e44d9968","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a4efc1f32fb64718de0e38e6e666edcaf5cb2034ce4165da9e84a177e44d9968"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/12348d94877db3f437e9e8685a849184b22eb5dad0b4e84bcbd11efd99a8c4f4"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a4efc1f32fb64718de0e38e6e666edcaf5cb2034ce4165da9e84a177e44d9968","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aa94d303972b150f89afe13012de22a56b6387505ae9c3c692516a7fae172c1b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"12348d94877db3f437e9e8685a849184b22eb5dad0b4e84bcbd11efd99a8c4f4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["12348d94877db3f437e9e8685a849184b22eb5dad0b4e84bcbd11efd99a8c4f4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a4efc1f32fb64718de0e38e6e666edcaf5cb2034ce4165da9e84a177e44d9968"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"12348d94877db3f437e9e8685a849184b22eb5dad0b4e84bcbd11efd99a8c4f4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a4efc1f32fb64718de0e38e6e666edcaf5cb2034ce4165da9e84a177e44d9968","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"12348d94877db3f437e9e8685a849184b22eb5dad0b4e84bcbd11efd99a8c4f4","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aa94d303972b150f89afe13012de22a56b6387505ae9c3c692516a7fae172c1b"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/12348d94877db3f437e9e8685a849184b22eb5dad0b4e84bcbd11efd99a8c4f4"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a4efc1f32fb64718de0e38e6e666edcaf5cb2034ce4165da9e84a177e44d9968"} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"59bf34eb538bcd5c294a4bc329c07bf8cd5d0a69815ceb289e4c0b1dc88932f2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"59bf34eb538bcd5c294a4bc329c07bf8cd5d0a69815ceb289e4c0b1dc88932f2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3154911c1147dba0293f5f5ac882395c04516374ef55900e1c55c05746c1c360","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/59bf34eb538bcd5c294a4bc329c07bf8cd5d0a69815ceb289e4c0b1dc88932f2"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3154911c1147dba0293f5f5ac882395c04516374ef55900e1c55c05746c1c360","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"59bf34eb538bcd5c294a4bc329c07bf8cd5d0a69815ceb289e4c0b1dc88932f2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["59bf34eb538bcd5c294a4bc329c07bf8cd5d0a69815ceb289e4c0b1dc88932f2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3154911c1147dba0293f5f5ac882395c04516374ef55900e1c55c05746c1c360"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"59bf34eb538bcd5c294a4bc329c07bf8cd5d0a69815ceb289e4c0b1dc88932f2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a8bc6ada9f857ffa1a6f3b1f1a5cd3254b0389166f5378bac5010d46810a4217","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/59bf34eb538bcd5c294a4bc329c07bf8cd5d0a69815ceb289e4c0b1dc88932f2"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a8bc6ada9f857ffa1a6f3b1f1a5cd3254b0389166f5378bac5010d46810a4217","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3154911c1147dba0293f5f5ac882395c04516374ef55900e1c55c05746c1c360","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3154911c1147dba0293f5f5ac882395c04516374ef55900e1c55c05746c1c360"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a8bc6ada9f857ffa1a6f3b1f1a5cd3254b0389166f5378bac5010d46810a4217"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3154911c1147dba0293f5f5ac882395c04516374ef55900e1c55c05746c1c360","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3825de16ca9d3893aeb3c41a9d9ed681d76db01f207275769c17f70cf48297cd","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3825de16ca9d3893aeb3c41a9d9ed681d76db01f207275769c17f70cf48297cd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"59bf34eb538bcd5c294a4bc329c07bf8cd5d0a69815ceb289e4c0b1dc88932f2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a8bc6ada9f857ffa1a6f3b1f1a5cd3254b0389166f5378bac5010d46810a4217","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a8bc6ada9f857ffa1a6f3b1f1a5cd3254b0389166f5378bac5010d46810a4217"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3154911c1147dba0293f5f5ac882395c04516374ef55900e1c55c05746c1c360"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a8bc6ada9f857ffa1a6f3b1f1a5cd3254b0389166f5378bac5010d46810a4217","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3154911c1147dba0293f5f5ac882395c04516374ef55900e1c55c05746c1c360","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6888c21b80cf5484a80afcc4f4177e23ba76fa329f73ea9e1a854ec4867059e4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3825de16ca9d3893aeb3c41a9d9ed681d76db01f207275769c17f70cf48297cd"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6888c21b80cf5484a80afcc4f4177e23ba76fa329f73ea9e1a854ec4867059e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3825de16ca9d3893aeb3c41a9d9ed681d76db01f207275769c17f70cf48297cd","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3825de16ca9d3893aeb3c41a9d9ed681d76db01f207275769c17f70cf48297cd"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3825de16ca9d3893aeb3c41a9d9ed681d76db01f207275769c17f70cf48297cd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4ab4a30266bb7e467556e6269dcd5c11ec136acd070d0011eab2dd2b19952d30","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/59bf34eb538bcd5c294a4bc329c07bf8cd5d0a69815ceb289e4c0b1dc88932f2"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4ab4a30266bb7e467556e6269dcd5c11ec136acd070d0011eab2dd2b19952d30","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a8bc6ada9f857ffa1a6f3b1f1a5cd3254b0389166f5378bac5010d46810a4217","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a8bc6ada9f857ffa1a6f3b1f1a5cd3254b0389166f5378bac5010d46810a4217"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a8bc6ada9f857ffa1a6f3b1f1a5cd3254b0389166f5378bac5010d46810a4217","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5187d0d3cef0448ab9e220347251ecade0f994f65c4278c7e26c796f3166037c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5187d0d3cef0448ab9e220347251ecade0f994f65c4278c7e26c796f3166037c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6888c21b80cf5484a80afcc4f4177e23ba76fa329f73ea9e1a854ec4867059e4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6888c21b80cf5484a80afcc4f4177e23ba76fa329f73ea9e1a854ec4867059e4"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6888c21b80cf5484a80afcc4f4177e23ba76fa329f73ea9e1a854ec4867059e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3825de16ca9d3893aeb3c41a9d9ed681d76db01f207275769c17f70cf48297cd","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4ab4a30266bb7e467556e6269dcd5c11ec136acd070d0011eab2dd2b19952d30","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a8bc6ada9f857ffa1a6f3b1f1a5cd3254b0389166f5378bac5010d46810a4217","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a8bc6ada9f857ffa1a6f3b1f1a5cd3254b0389166f5378bac5010d46810a4217"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3154911c1147dba0293f5f5ac882395c04516374ef55900e1c55c05746c1c360"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a8bc6ada9f857ffa1a6f3b1f1a5cd3254b0389166f5378bac5010d46810a4217","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5187d0d3cef0448ab9e220347251ecade0f994f65c4278c7e26c796f3166037c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"80c6c77489bdb915cc204cc693eeb3235d10fad22ec5d6bc558f821aa4b6e87a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"80c6c77489bdb915cc204cc693eeb3235d10fad22ec5d6bc558f821aa4b6e87a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6888c21b80cf5484a80afcc4f4177e23ba76fa329f73ea9e1a854ec4867059e4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6888c21b80cf5484a80afcc4f4177e23ba76fa329f73ea9e1a854ec4867059e4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4ab4a30266bb7e467556e6269dcd5c11ec136acd070d0011eab2dd2b19952d30"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6888c21b80cf5484a80afcc4f4177e23ba76fa329f73ea9e1a854ec4867059e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"0fe42e8ed34eaf5c2f65754f3b447c8e8bb048b0c5f64284fd34021406b8f627","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5187d0d3cef0448ab9e220347251ecade0f994f65c4278c7e26c796f3166037c"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3825de16ca9d3893aeb3c41a9d9ed681d76db01f207275769c17f70cf48297cd"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a8bc6ada9f857ffa1a6f3b1f1a5cd3254b0389166f5378bac5010d46810a4217"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/80c6c77489bdb915cc204cc693eeb3235d10fad22ec5d6bc558f821aa4b6e87a"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"0fe42e8ed34eaf5c2f65754f3b447c8e8bb048b0c5f64284fd34021406b8f627","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4ab4a30266bb7e467556e6269dcd5c11ec136acd070d0011eab2dd2b19952d30","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["4ab4a30266bb7e467556e6269dcd5c11ec136acd070d0011eab2dd2b19952d30"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6888c21b80cf5484a80afcc4f4177e23ba76fa329f73ea9e1a854ec4867059e4"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4ab4a30266bb7e467556e6269dcd5c11ec136acd070d0011eab2dd2b19952d30","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a8bc6ada9f857ffa1a6f3b1f1a5cd3254b0389166f5378bac5010d46810a4217","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"86e9a3ab179fa151a11b8a4afaf8d0d100ebdbba19c4b9ee6c5af06a434e1283","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/0fe42e8ed34eaf5c2f65754f3b447c8e8bb048b0c5f64284fd34021406b8f627"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/86e9a3ab179fa151a11b8a4afaf8d0d100ebdbba19c4b9ee6c5af06a434e1283"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"86e9a3ab179fa151a11b8a4afaf8d0d100ebdbba19c4b9ee6c5af06a434e1283","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5187d0d3cef0448ab9e220347251ecade0f994f65c4278c7e26c796f3166037c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5187d0d3cef0448ab9e220347251ecade0f994f65c4278c7e26c796f3166037c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7476300ab85c5f6789c55564d8ab96f70576557322e49791e0be9355e9debca8"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d773cf8aad5ebfae0e42c00d18d0de1716d598c415ed1237f2256f9cae587d0a"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9c8da219b8e372a1e46cd5743f91ff8e5cf3e4181d13568f6beb2667122d9d17"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5187d0d3cef0448ab9e220347251ecade0f994f65c4278c7e26c796f3166037c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"80c6c77489bdb915cc204cc693eeb3235d10fad22ec5d6bc558f821aa4b6e87a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["80c6c77489bdb915cc204cc693eeb3235d10fad22ec5d6bc558f821aa4b6e87a"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4ab4a30266bb7e467556e6269dcd5c11ec136acd070d0011eab2dd2b19952d30"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/0fe42e8ed34eaf5c2f65754f3b447c8e8bb048b0c5f64284fd34021406b8f627"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"80c6c77489bdb915cc204cc693eeb3235d10fad22ec5d6bc558f821aa4b6e87a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6888c21b80cf5484a80afcc4f4177e23ba76fa329f73ea9e1a854ec4867059e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"7476300ab85c5f6789c55564d8ab96f70576557322e49791e0be9355e9debca8","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["7476300ab85c5f6789c55564d8ab96f70576557322e49791e0be9355e9debca8"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/57607abf0ff89ebb242e396d33ce6bff90c38aaae7927c3bb043e022716a8704"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/86e9a3ab179fa151a11b8a4afaf8d0d100ebdbba19c4b9ee6c5af06a434e1283"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5187d0d3cef0448ab9e220347251ecade0f994f65c4278c7e26c796f3166037c"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"7476300ab85c5f6789c55564d8ab96f70576557322e49791e0be9355e9debca8","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d773cf8aad5ebfae0e42c00d18d0de1716d598c415ed1237f2256f9cae587d0a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d773cf8aad5ebfae0e42c00d18d0de1716d598c415ed1237f2256f9cae587d0a"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/80c6c77489bdb915cc204cc693eeb3235d10fad22ec5d6bc558f821aa4b6e87a"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/7476300ab85c5f6789c55564d8ab96f70576557322e49791e0be9355e9debca8"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d773cf8aad5ebfae0e42c00d18d0de1716d598c415ed1237f2256f9cae587d0a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"0fe42e8ed34eaf5c2f65754f3b447c8e8bb048b0c5f64284fd34021406b8f627","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["0fe42e8ed34eaf5c2f65754f3b447c8e8bb048b0c5f64284fd34021406b8f627"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d773cf8aad5ebfae0e42c00d18d0de1716d598c415ed1237f2256f9cae587d0a"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"0fe42e8ed34eaf5c2f65754f3b447c8e8bb048b0c5f64284fd34021406b8f627","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9c8da219b8e372a1e46cd5743f91ff8e5cf3e4181d13568f6beb2667122d9d17","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9c8da219b8e372a1e46cd5743f91ff8e5cf3e4181d13568f6beb2667122d9d17"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/0fe42e8ed34eaf5c2f65754f3b447c8e8bb048b0c5f64284fd34021406b8f627"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9c8da219b8e372a1e46cd5743f91ff8e5cf3e4181d13568f6beb2667122d9d17","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4ab4a30266bb7e467556e6269dcd5c11ec136acd070d0011eab2dd2b19952d30","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"57607abf0ff89ebb242e396d33ce6bff90c38aaae7927c3bb043e022716a8704","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["57607abf0ff89ebb242e396d33ce6bff90c38aaae7927c3bb043e022716a8704"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"57607abf0ff89ebb242e396d33ce6bff90c38aaae7927c3bb043e022716a8704","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"86e9a3ab179fa151a11b8a4afaf8d0d100ebdbba19c4b9ee6c5af06a434e1283","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-23T11:59:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["86e9a3ab179fa151a11b8a4afaf8d0d100ebdbba19c4b9ee6c5af06a434e1283"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9c8da219b8e372a1e46cd5743f91ff8e5cf3e4181d13568f6beb2667122d9d17"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/57607abf0ff89ebb242e396d33ce6bff90c38aaae7927c3bb043e022716a8704"} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"86e9a3ab179fa151a11b8a4afaf8d0d100ebdbba19c4b9ee6c5af06a434e1283","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5187d0d3cef0448ab9e220347251ecade0f994f65c4278c7e26c796f3166037c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"80c6c77489bdb915cc204cc693eeb3235d10fad22ec5d6bc558f821aa4b6e87a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"7476300ab85c5f6789c55564d8ab96f70576557322e49791e0be9355e9debca8","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d773cf8aad5ebfae0e42c00d18d0de1716d598c415ed1237f2256f9cae587d0a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"0fe42e8ed34eaf5c2f65754f3b447c8e8bb048b0c5f64284fd34021406b8f627","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9c8da219b8e372a1e46cd5743f91ff8e5cf3e4181d13568f6beb2667122d9d17","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"57607abf0ff89ebb242e396d33ce6bff90c38aaae7927c3bb043e022716a8704","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"86e9a3ab179fa151a11b8a4afaf8d0d100ebdbba19c4b9ee6c5af06a434e1283","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-23T11:59:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/86e9a3ab179fa151a11b8a4afaf8d0d100ebdbba19c4b9ee6c5af06a434e1283"} {"level":"info","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2ed3e36b-fa45-4a2a-a7ef-df25d5249844","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:46230","PortSpecifier":{"PortValue":46230}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"2ed3e36b-fa45-4a2a-a7ef-df25d5249844","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-839b3c.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2ed3e36b-fa45-4a2a-a7ef-df25d5249844","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:46230","PortSpecifier":{"PortValue":46230}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784807948,"nanos":720036469},"http":{"id":"2ed3e36b-fa45-4a2a-a7ef-df25d5249844","method":"POST","headers":{":authority":"e2e-shared-a-839b3c.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.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-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"2ed3e36b-fa45-4a2a-a7ef-df25d5249844","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"2ed3e36b-fa45-4a2a-a7ef-df25d5249844","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":"b0bf52d0-c9f8-4d2f-a401-1fe71149c23f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=2d6d66ea-7f67-49dc-97f7-58059b4f9dd9"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/72eb93a23c13"]}} {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"2ed3e36b-fa45-4a2a-a7ef-df25d5249844","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/72eb93a23c13"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=2d6d66ea-7f67-49dc-97f7-58059b4f9dd9"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"b0bf52d0-c9f8-4d2f-a401-1fe71149c23f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"9c8da219b8e372a1e46cd5743f91ff8e5cf3e4181d13568f6beb2667122d9d17"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.38:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-839b3c.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.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-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2ed3e36b-fa45-4a2a-a7ef-df25d5249844","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-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2ed3e36b-fa45-4a2a-a7ef-df25d5249844","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-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2ed3e36b-fa45-4a2a-a7ef-df25d5249844","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-839b3c/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-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"2ed3e36b-fa45-4a2a-a7ef-df25d5249844","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2ed3e36b-fa45-4a2a-a7ef-df25d5249844","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-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2ed3e36b-fa45-4a2a-a7ef-df25d5249844","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-23T11:59:08Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2ed3e36b-fa45-4a2a-a7ef-df25d5249844","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2ed3e36b-fa45-4a2a-a7ef-df25d5249844","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ad97dee4-20b5-4e22-9cde-8e1f8404a0fc","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:53078","PortSpecifier":{"PortValue":53078}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.67:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ad97dee4-20b5-4e22-9cde-8e1f8404a0fc","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-c713d8.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ad97dee4-20b5-4e22-9cde-8e1f8404a0fc","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:53078","PortSpecifier":{"PortValue":53078}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.67:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784807948,"nanos":758304139},"http":{"id":"ad97dee4-20b5-4e22-9cde-8e1f8404a0fc","method":"POST","headers":{":authority":"e2e-shared-b-c713d8.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.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-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"ad97dee4-20b5-4e22-9cde-8e1f8404a0fc","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ad97dee4-20b5-4e22-9cde-8e1f8404a0fc","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":"b0bf52d0-c9f8-4d2f-a401-1fe71149c23f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=2d6d66ea-7f67-49dc-97f7-58059b4f9dd9"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/72eb93a23c13"]}} {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ad97dee4-20b5-4e22-9cde-8e1f8404a0fc","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/72eb93a23c13"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=2d6d66ea-7f67-49dc-97f7-58059b4f9dd9"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"b0bf52d0-c9f8-4d2f-a401-1fe71149c23f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"86e9a3ab179fa151a11b8a4afaf8d0d100ebdbba19c4b9ee6c5af06a434e1283"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.67:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-c713d8.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.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-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ad97dee4-20b5-4e22-9cde-8e1f8404a0fc","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-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ad97dee4-20b5-4e22-9cde-8e1f8404a0fc","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-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ad97dee4-20b5-4e22-9cde-8e1f8404a0fc","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-c713d8/rate-test-model-c713d8\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-c713d8/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-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"ad97dee4-20b5-4e22-9cde-8e1f8404a0fc","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"groups_str","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ad97dee4-20b5-4e22-9cde-8e1f8404a0fc","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-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ad97dee4-20b5-4e22-9cde-8e1f8404a0fc","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-23T11:59:08Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ad97dee4-20b5-4e22-9cde-8e1f8404a0fc","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ad97dee4-20b5-4e22-9cde-8e1f8404a0fc","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:46232","PortSpecifier":{"PortValue":46232}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","method":"POST","path":"/ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c/v1/completions","host":"e2e-shared-a-839b3c.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:46232","PortSpecifier":{"PortValue":46232}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784807948,"nanos":798513359},"http":{"id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","method":"POST","headers":{":authority":"e2e-shared-a-839b3c.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-DYtozPc8bpyR3a6I_KNypg7a2nyVtEYEvsV8zBIMzCs1NVTtmAMvwJxJ5ocL"} {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-839b3c.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-DYtozPc8bpyR3a6I_KNypg7a2nyVtEYEvsV8zBIMzCs1NVTtmAMvwJxJ5ocL\"}"} {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","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-839b3c.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":"db09d866-0206-4d39-82ce-5fc08bb14f7a","keyName":"e2e-rate-a-623174","subscription":"e2e-rate-iso-a-623174","tenant":"e2e-shared-a-839b3c","userId":"db09d866-0206-4d39-82ce-5fc08bb14f7a","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-839b3c.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-839b3c/rate-test-model-839b3c\",\"requestedSubscription\":\"e2e-rate-iso-a-623174\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","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-839b3c.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-839b3c","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-623174","namespace":"ai-tenant-e2e-shared-a-839b3c","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c"}} {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","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-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","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-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","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-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-839b3c/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-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","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-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","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-623174"} {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","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-23T11:59:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","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":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyId","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"db09d866-0206-4d39-82ce-5fc08bb14f7a","keyName":"e2e-rate-a-623174","selected_subscription":"e2e-rate-iso-a-623174","selected_subscription_key":"ai-tenant-e2e-shared-a-839b3c/e2e-rate-iso-a-623174@ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-839b3c","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-623174","namespace":"ai-tenant-e2e-shared-a-839b3c","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-23T11:59:08Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a8eb9605-4973-4875-8ac0-dca6f1bda495","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-23T11:59:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:46242","PortSpecifier":{"PortValue":46242}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","method":"POST","path":"/ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c/v1/completions","host":"e2e-shared-a-839b3c.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-23T11:59:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:46242","PortSpecifier":{"PortValue":46242}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784807949,"nanos":835653512},"http":{"id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","method":"POST","headers":{":authority":"e2e-shared-a-839b3c.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-23T11:59:09Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-DYtozPc8bpyR3a6I_KNypg7a2nyVtEYEvsV8zBIMzCs1NVTtmAMvwJxJ5ocL"} {"level":"debug","ts":"2026-07-23T11:59:09Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-839b3c.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-DYtozPc8bpyR3a6I_KNypg7a2nyVtEYEvsV8zBIMzCs1NVTtmAMvwJxJ5ocL\"}"} {"level":"debug","ts":"2026-07-23T11:59:09Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","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-839b3c.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":"db09d866-0206-4d39-82ce-5fc08bb14f7a","keyName":"e2e-rate-a-623174","subscription":"e2e-rate-iso-a-623174","tenant":"e2e-shared-a-839b3c","userId":"db09d866-0206-4d39-82ce-5fc08bb14f7a","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-23T11:59:09Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-839b3c.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-839b3c/rate-test-model-839b3c\",\"requestedSubscription\":\"e2e-rate-iso-a-623174\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-23T11:59:09Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","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-839b3c.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-839b3c","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-623174","namespace":"ai-tenant-e2e-shared-a-839b3c","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c"}} {"level":"debug","ts":"2026-07-23T11:59:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-23T11:59:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","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-23T11:59:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","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-23T11:59:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","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-23T11:59:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-839b3c/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-23T11:59:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","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-23T11:59:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","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-23T11:59:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","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-623174"} {"level":"debug","ts":"2026-07-23T11:59:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","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":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyId","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"db09d866-0206-4d39-82ce-5fc08bb14f7a","keyName":"e2e-rate-a-623174","selected_subscription":"e2e-rate-iso-a-623174","selected_subscription_key":"ai-tenant-e2e-shared-a-839b3c/e2e-rate-iso-a-623174@ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-839b3c","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-623174","namespace":"ai-tenant-e2e-shared-a-839b3c","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-23T11:59:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-23T11:59:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"aa85606b-c2e5-480e-a95a-0ff0d5e2a138","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"23960a6c-b7e1-4e86-a8d0-37371313e380","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:46254","PortSpecifier":{"PortValue":46254}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"23960a6c-b7e1-4e86-a8d0-37371313e380","method":"POST","path":"/ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c/v1/completions","host":"e2e-shared-a-839b3c.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"23960a6c-b7e1-4e86-a8d0-37371313e380","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:46254","PortSpecifier":{"PortValue":46254}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.38:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784807950,"nanos":874251956},"http":{"id":"23960a6c-b7e1-4e86-a8d0-37371313e380","method":"POST","headers":{":authority":"e2e-shared-a-839b3c.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"23960a6c-b7e1-4e86-a8d0-37371313e380","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-DYtozPc8bpyR3a6I_KNypg7a2nyVtEYEvsV8zBIMzCs1NVTtmAMvwJxJ5ocL"} {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"23960a6c-b7e1-4e86-a8d0-37371313e380","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-839b3c.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-DYtozPc8bpyR3a6I_KNypg7a2nyVtEYEvsV8zBIMzCs1NVTtmAMvwJxJ5ocL\"}"} {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"23960a6c-b7e1-4e86-a8d0-37371313e380","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-839b3c.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":"db09d866-0206-4d39-82ce-5fc08bb14f7a","keyName":"e2e-rate-a-623174","subscription":"e2e-rate-iso-a-623174","tenant":"e2e-shared-a-839b3c","userId":"db09d866-0206-4d39-82ce-5fc08bb14f7a","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"23960a6c-b7e1-4e86-a8d0-37371313e380","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-839b3c.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-839b3c/rate-test-model-839b3c\",\"requestedSubscription\":\"e2e-rate-iso-a-623174\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"23960a6c-b7e1-4e86-a8d0-37371313e380","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-839b3c.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-839b3c","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-623174","namespace":"ai-tenant-e2e-shared-a-839b3c","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c"}} {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"23960a6c-b7e1-4e86-a8d0-37371313e380","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"23960a6c-b7e1-4e86-a8d0-37371313e380","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-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"23960a6c-b7e1-4e86-a8d0-37371313e380","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-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"23960a6c-b7e1-4e86-a8d0-37371313e380","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-a-839b3c/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-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"23960a6c-b7e1-4e86-a8d0-37371313e380","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-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"23960a6c-b7e1-4e86-a8d0-37371313e380","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-623174"} {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"23960a6c-b7e1-4e86-a8d0-37371313e380","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-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"23960a6c-b7e1-4e86-a8d0-37371313e380","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-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"23960a6c-b7e1-4e86-a8d0-37371313e380","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":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyId","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"db09d866-0206-4d39-82ce-5fc08bb14f7a","keyName":"e2e-rate-a-623174","selected_subscription":"e2e-rate-iso-a-623174","selected_subscription_key":"ai-tenant-e2e-shared-a-839b3c/e2e-rate-iso-a-623174@ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-839b3c","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-623174","namespace":"ai-tenant-e2e-shared-a-839b3c","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-a-839b3c/rate-test-model-839b3c"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"23960a6c-b7e1-4e86-a8d0-37371313e380","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"23960a6c-b7e1-4e86-a8d0-37371313e380","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9ae36904-e9d3-45e8-a910-8a7292d61310","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:53092","PortSpecifier":{"PortValue":53092}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.67:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"9ae36904-e9d3-45e8-a910-8a7292d61310","method":"POST","path":"/ai-tenant-e2e-shared-b-c713d8/rate-test-model-c713d8/v1/completions","host":"e2e-shared-b-c713d8.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9ae36904-e9d3-45e8-a910-8a7292d61310","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.13:53092","PortSpecifier":{"PortValue":53092}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.67:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1784807950,"nanos":904376052},"http":{"id":"9ae36904-e9d3-45e8-a910-8a7292d61310","method":"POST","headers":{":authority":"e2e-shared-b-c713d8.apps.31c971b8-78d0-44b6-a9e7-72eb93a23c13.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-b-c713d8/rate-test-model-c713d8/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"9ae36904-e9d3-45e8-a910-8a7292d61310","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-NbRaMYJpqzR2FwyZ_p9V19ch7OjenJ8m30XM6JeH8S0ihGt3mq8271M7XUkX"} {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"9ae36904-e9d3-45e8-a910-8a7292d61310","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-c713d8.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-NbRaMYJpqzR2FwyZ_p9V19ch7OjenJ8m30XM6JeH8S0ihGt3mq8271M7XUkX\"}"} {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"9ae36904-e9d3-45e8-a910-8a7292d61310","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-c713d8.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":"3d5ea42c-ae57-49ce-9000-d9ecd75fc26b","keyName":"e2e-rate-b-623174","subscription":"e2e-rate-iso-b-623174","tenant":"e2e-shared-b-c713d8","userId":"3d5ea42c-ae57-49ce-9000-d9ecd75fc26b","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"9ae36904-e9d3-45e8-a910-8a7292d61310","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-b-c713d8.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-c713d8/rate-test-model-c713d8\",\"requestedSubscription\":\"e2e-rate-iso-b-623174\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"9ae36904-e9d3-45e8-a910-8a7292d61310","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-c713d8.odh-ai-gateway-infra.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"rate-test-model-c713d8","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-623174","namespace":"ai-tenant-e2e-shared-b-c713d8","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-c713d8/rate-test-model-c713d8"}} {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"9ae36904-e9d3-45e8-a910-8a7292d61310","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9ae36904-e9d3-45e8-a910-8a7292d61310","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-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9ae36904-e9d3-45e8-a910-8a7292d61310","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-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9ae36904-e9d3-45e8-a910-8a7292d61310","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-c713d8/rate-test-model-c713d8\":{\"users\":null,\"groups\":[\"system:authenticated\"]},\"publishers/ai-tenant-e2e-shared-b-c713d8/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-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9ae36904-e9d3-45e8-a910-8a7292d61310","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-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9ae36904-e9d3-45e8-a910-8a7292d61310","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-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9ae36904-e9d3-45e8-a910-8a7292d61310","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-623174"} {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9ae36904-e9d3-45e8-a910-8a7292d61310","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-23T11:59:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9ae36904-e9d3-45e8-a910-8a7292d61310","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":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"3d5ea42c-ae57-49ce-9000-d9ecd75fc26b","keyName":"e2e-rate-b-623174","selected_subscription":"e2e-rate-iso-b-623174","selected_subscription_key":"ai-tenant-e2e-shared-b-c713d8/e2e-rate-iso-b-623174@ai-tenant-e2e-shared-b-c713d8/rate-test-model-c713d8","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-c713d8","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-623174","namespace":"ai-tenant-e2e-shared-b-c713d8","phase":"Active","ready":true,"resolvedModel":"ai-tenant-e2e-shared-b-c713d8/rate-test-model-c713d8"},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9ae36904-e9d3-45e8-a910-8a7292d61310","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-23T11:59:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9ae36904-e9d3-45e8-a910-8a7292d61310","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-23T11:59:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a8bc6ada9f857ffa1a6f3b1f1a5cd3254b0389166f5378bac5010d46810a4217"} {"level":"info","ts":"2026-07-23T11:59:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3825de16ca9d3893aeb3c41a9d9ed681d76db01f207275769c17f70cf48297cd"} {"level":"info","ts":"2026-07-23T11:59:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d773cf8aad5ebfae0e42c00d18d0de1716d598c415ed1237f2256f9cae587d0a"} {"level":"info","ts":"2026-07-23T11:59:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a4efc1f32fb64718de0e38e6e666edcaf5cb2034ce4165da9e84a177e44d9968"} {"level":"info","ts":"2026-07-23T11:59:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/59bf34eb538bcd5c294a4bc329c07bf8cd5d0a69815ceb289e4c0b1dc88932f2"} {"level":"info","ts":"2026-07-23T11:59:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/4ab4a30266bb7e467556e6269dcd5c11ec136acd070d0011eab2dd2b19952d30"} {"level":"info","ts":"2026-07-23T11:59:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/5187d0d3cef0448ab9e220347251ecade0f994f65c4278c7e26c796f3166037c"} {"level":"info","ts":"2026-07-23T11:59:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/353b7e692c8c647dc74564cccb5f19f4497949997cf4b8c7ea2b34cfa8841164"} {"level":"info","ts":"2026-07-23T11:59:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e1f9190711740f8df0ae500f21546ce2af3051575612de522ff0ca0dabfff51b"} {"level":"info","ts":"2026-07-23T11:59:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a61ac5539701d03476c992b5d7eb7eea3135d8122162cb51acc3527a5eda4713"} {"level":"info","ts":"2026-07-23T11:59:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/aa94d303972b150f89afe13012de22a56b6387505ae9c3c692516a7fae172c1b"} {"level":"info","ts":"2026-07-23T11:59:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9c8da219b8e372a1e46cd5743f91ff8e5cf3e4181d13568f6beb2667122d9d17"} {"level":"info","ts":"2026-07-23T11:59:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/80c6c77489bdb915cc204cc693eeb3235d10fad22ec5d6bc558f821aa4b6e87a"} {"level":"info","ts":"2026-07-23T11:59:21Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/12348d94877db3f437e9e8685a849184b22eb5dad0b4e84bcbd11efd99a8c4f4"} {"level":"info","ts":"2026-07-23T11:59:21Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6888c21b80cf5484a80afcc4f4177e23ba76fa329f73ea9e1a854ec4867059e4"} {"level":"info","ts":"2026-07-23T11:59:21Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/34d2970697f7a46c6a7ef513c77c84233f22a7b5e7fc00d946282950003e0ca9"} {"level":"info","ts":"2026-07-23T11:59:21Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e5963b155b8e72cdf1672cb6acfb5b89859cdcabfc71226b3e087171c2bf2c11"} {"level":"info","ts":"2026-07-23T11:59:21Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/db239faf0c6c69dc4ccc83ce522c50eb94d79041ee946a1868138dbad6a060fb"} {"level":"info","ts":"2026-07-23T11:59:21Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/57607abf0ff89ebb242e396d33ce6bff90c38aaae7927c3bb043e022716a8704"} {"level":"info","ts":"2026-07-23T11:59:21Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3154911c1147dba0293f5f5ac882395c04516374ef55900e1c55c05746c1c360"} {"level":"info","ts":"2026-07-23T11:59:21Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a4d0dd93ad60629de2b203f28883af2bc1e9182d1daf91010e35309684e32684"} {"level":"info","ts":"2026-07-23T11:59:21Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7476300ab85c5f6789c55564d8ab96f70576557322e49791e0be9355e9debca8"} {"level":"info","ts":"2026-07-23T11:59:21Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/0fe42e8ed34eaf5c2f65754f3b447c8e8bb048b0c5f64284fd34021406b8f627"} {"level":"info","ts":"2026-07-23T11:59:21Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/86e9a3ab179fa151a11b8a4afaf8d0d100ebdbba19c4b9ee6c5af06a434e1283"}