--- Authorino logs from kuadrant-system (label=authorino-resource=authorino) --- {"level":"debug","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"f1d58230-ddd6-48ab-bd02-59c1a74c4ceb","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f1d58230-ddd6-48ab-bd02-59c1a74c4ceb","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-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f1d58230-ddd6-48ab-bd02-59c1a74c4ceb","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-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f1d58230-ddd6-48ab-bd02-59c1a74c4ceb","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-inf-a-ebef4e/test-model-ebef4e\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f1d58230-ddd6-48ab-bd02-59c1a74c4ceb","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-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f1d58230-ddd6-48ab-bd02-59c1a74c4ceb","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":"test-model-ebef4e-sub"} {"level":"debug","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f1d58230-ddd6-48ab-bd02-59c1a74c4ceb","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-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f1d58230-ddd6-48ab-bd02-59c1a74c4ceb","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-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f1d58230-ddd6-48ab-bd02-59c1a74c4ceb","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":"groups_str","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","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":"6df66de8-9c91-45b5-82b7-4466fd74e01a","keyName":"e2e-tenant-inference-ebef4e","selected_subscription":"test-model-ebef4e-sub","selected_subscription_key":"ai-tenant-e2e-inf-a-ebef4e/test-model-ebef4e-sub@ai-tenant-e2e-inf-a-ebef4e/test-model-ebef4e","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"test-model-ebef4e","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"test-model-ebef4e-sub","namespace":"ai-tenant-e2e-inf-a-ebef4e","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f1d58230-ddd6-48ab-bd02-59c1a74c4ceb","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f1d58230-ddd6-48ab-bd02-59c1a74c4ceb","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"be783fd6-1d84-4472-90a9-3570b89224e3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:50310","PortSpecifier":{"PortValue":50310}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.47:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"be783fd6-1d84-4472-90a9-3570b89224e3","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-inf-a-ebef4e.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"be783fd6-1d84-4472-90a9-3570b89224e3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:50310","PortSpecifier":{"PortValue":50310}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.47:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783349776,"nanos":300533863},"http":{"id":"be783fd6-1d84-4472-90a9-3570b89224e3","method":"POST","headers":{":authority":"e2e-inf-a-ebef4e.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"be783fd6-1d84-4472-90a9-3570b89224e3","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"be783fd6-1d84-4472-90a9-3570b89224e3","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"be783fd6-1d84-4472-90a9-3570b89224e3","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"0ce1523df9eb08ca206e15e829a66e3e13fb9d4a903069451bd8f3d4bb9e14cd"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.47:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-inf-a-ebef4e.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"be783fd6-1d84-4472-90a9-3570b89224e3","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-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"be783fd6-1d84-4472-90a9-3570b89224e3","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-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"be783fd6-1d84-4472-90a9-3570b89224e3","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-inf-a-ebef4e/test-model-ebef4e\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"be783fd6-1d84-4472-90a9-3570b89224e3","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyId","Value":{}},{"Name":"userid","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"be783fd6-1d84-4472-90a9-3570b89224e3","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-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"be783fd6-1d84-4472-90a9-3570b89224e3","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-06T14:56:16Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"be783fd6-1d84-4472-90a9-3570b89224e3","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"be783fd6-1d84-4472-90a9-3570b89224e3","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"989d0355-10d7-44bd-8af2-5a06bc0ef85d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:47066","PortSpecifier":{"PortValue":47066}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.37:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"989d0355-10d7-44bd-8af2-5a06bc0ef85d","method":"POST","path":"/ai-tenant-e2e-inf-b-139570/test-model-139570/v1/chat/completions","host":"e2e-inf-b-139570.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"989d0355-10d7-44bd-8af2-5a06bc0ef85d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:47066","PortSpecifier":{"PortValue":47066}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.37:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783349776,"nanos":342297301},"http":{"id":"989d0355-10d7-44bd-8af2-5a06bc0ef85d","method":"POST","headers":{":authority":"e2e-inf-b-139570.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-inf-b-139570/test-model-139570/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"989d0355-10d7-44bd-8af2-5a06bc0ef85d","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-dyLqieBUckbcoazn_B7WnqzGJuX1eglpSuGKpXXVJQgIq4oDsFHzmwluj3Da"} {"level":"debug","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"989d0355-10d7-44bd-8af2-5a06bc0ef85d","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-inf-b-139570.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-dyLqieBUckbcoazn_B7WnqzGJuX1eglpSuGKpXXVJQgIq4oDsFHzmwluj3Da\"}"} {"level":"debug","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"989d0355-10d7-44bd-8af2-5a06bc0ef85d","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-inf-b-139570.opendatahub.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":{"reason":"key not found","tenant":"","valid":false}} {"level":"debug","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"cannot fetch metadata","request id":"989d0355-10d7-44bd-8af2-5a06bc0ef85d","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-inf-b-139570.opendatahub.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}},"reason":"no such key: groups"} {"level":"debug","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"989d0355-10d7-44bd-8af2-5a06bc0ef85d","input":{"auth":{"identity":"Bearer **** not found","tenant":"","valid":false}}},"context":{"context_extensions":{"host":"8e57f3eacbba1620811f6657e527040f968a1c72f988a7b6816d271481df24c0"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.37:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-inf-b-139570.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-inf-b-139570/test-model-139570/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access denied","request id":"989d0355-10d7-44bd-8af2-5a06bc0ef85d","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},"reason":"Unauthorized"} {"level":"info","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"989d0355-10d7-44bd-8af2-5a06bc0ef85d","authorized":false,"response":"PERMISSION_DENIED","object":{"code":7,"status":403,"message":"Unauthorized"}} {"level":"debug","ts":"2026-07-06T14:56:16Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"989d0355-10d7-44bd-8af2-5a06bc0ef85d","authorized":false,"response":"PERMISSION_DENIED","object":{"code":7,"status":403,"message":"Unauthorized","headers":[{"content-type":"text/plain"},{"x-ext-auth-reason":""}]}} {"level":"info","ts":"2026-07-06T14:56:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ff6fa5ff1eafd0fe1174e4205fb1ca77da0e069711308beb7ffbe56de0b4b626"} {"level":"info","ts":"2026-07-06T14:56:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c17130a81becd980033825f787b55a93d99c97594cb422dad13187814d9a8602"} {"level":"info","ts":"2026-07-06T14:56:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3cd61058f2c0943916ab1dbd1167635eeb2865bb41438b63b1605a27298ab0a6"} {"level":"info","ts":"2026-07-06T14:56:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/7ad917d84ec6ad2eea272eb1dfbc4ad86b8c703bd85c52d50db82ddd4efe1952"} {"level":"info","ts":"2026-07-06T14:56:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/8e57f3eacbba1620811f6657e527040f968a1c72f988a7b6816d271481df24c0"} {"level":"info","ts":"2026-07-06T14:56:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/5420bd4b9a1d732b0c0b313527313e14f9d8873159f5d30cf0919e038fa4e4b2"} {"level":"info","ts":"2026-07-06T14:56:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/fc3fe4c701e71247e27cc010c323cc21dfe99dc36dc65dcd95eaa104d2baa675"} {"level":"info","ts":"2026-07-06T14:56:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e3655e00657e1e250d2111d96bf07aa0f34a69473fa928e823b39d7e66a65ed2"} {"level":"info","ts":"2026-07-06T14:56:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/70d783b6972c809d085cdaf507d84d969925046d07c36bcaaae422f8e8644a55"} {"level":"info","ts":"2026-07-06T14:56:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e3ae5da66963a862613fe70abb1e1068d177999ec77858bdf1ac5462d4a9566f"} {"level":"info","ts":"2026-07-06T14:56:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/0ce1523df9eb08ca206e15e829a66e3e13fb9d4a903069451bd8f3d4bb9e14cd"} {"level":"info","ts":"2026-07-06T14:56:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1d45abc0b02db75f38f60b4213708a6e7e4859d0bfecc2f239c0e20d03b15977"} {"level":"info","ts":"2026-07-06T14:56:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/88bc92a8e5dd614e6419ac0cb5524a9c3e34635d97cf2e4ba6a020d8a2a30107"} {"level":"info","ts":"2026-07-06T14:56:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c49b78507cfaea1d31e879c9a53634a9acf4bb7410f4aa388a1532ccb3cc4ee6"} {"level":"info","ts":"2026-07-06T14:56:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1027a141df08d6730d997ed8b7955af88cbb59ca731ff3a2e1ac6df3599aec22"} {"level":"info","ts":"2026-07-06T14:56:22Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/0ca70651d2042726ab89caa1f94b03aa0bfcf1387efc2b299b43b723e1bbc225"} {"level":"info","ts":"2026-07-06T14:56:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d109e6a58bb39aa00bfa0e0c488c4e02432700c84704324565f69a59718bd97a"} {"level":"info","ts":"2026-07-06T14:56:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1f4862dac2cf1c5776ff3fb7e4bc2559e1efb2d2360ee93f32375d199d382570"} {"level":"info","ts":"2026-07-06T14:57:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/4b35e91a10478e0b3b7f8a43460d7c1e6db5e74acf79aaed871f88066ab1ae08"} {"level":"info","ts":"2026-07-06T14:57:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d69e5142927bd062951130866caee21842e14183cc65a184f5c94b8507a39d17"} {"level":"debug","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9c5c83f71089861f024d28f16a86a730821b411460561d2f53e85b37722b857c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:27Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9c5c83f71089861f024d28f16a86a730821b411460561d2f53e85b37722b857c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9c5c83f71089861f024d28f16a86a730821b411460561d2f53e85b37722b857c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9c5c83f71089861f024d28f16a86a730821b411460561d2f53e85b37722b857c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9c5c83f71089861f024d28f16a86a730821b411460561d2f53e85b37722b857c"} {"level":"debug","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9c5c83f71089861f024d28f16a86a730821b411460561d2f53e85b37722b857c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9c5c83f71089861f024d28f16a86a730821b411460561d2f53e85b37722b857c"} {"level":"debug","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9c5c83f71089861f024d28f16a86a730821b411460561d2f53e85b37722b857c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:27Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:27Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9c5c83f71089861f024d28f16a86a730821b411460561d2f53e85b37722b857c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9c5c83f71089861f024d28f16a86a730821b411460561d2f53e85b37722b857c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9c5c83f71089861f024d28f16a86a730821b411460561d2f53e85b37722b857c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9c5c83f71089861f024d28f16a86a730821b411460561d2f53e85b37722b857c"} {"level":"debug","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:27Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:27Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"info","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:27Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"error","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36\": 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-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"debug","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:27Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:27Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:27Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"debug","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"debug","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:27Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:27Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:27Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:27Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"info","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:27Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36\": 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-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"debug","ts":"2026-07-06T14:57:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:35Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:35Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"debug","ts":"2026-07-06T14:57:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6f6617a8e5bddc46af8ad0b0978abe5de1e52c0f1b4166d3a149debdbbde6df6"} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"6f6617a8e5bddc46af8ad0b0978abe5de1e52c0f1b4166d3a149debdbbde6df6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["6f6617a8e5bddc46af8ad0b0978abe5de1e52c0f1b4166d3a149debdbbde6df6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"6f6617a8e5bddc46af8ad0b0978abe5de1e52c0f1b4166d3a149debdbbde6df6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"6f6617a8e5bddc46af8ad0b0978abe5de1e52c0f1b4166d3a149debdbbde6df6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/6f6617a8e5bddc46af8ad0b0978abe5de1e52c0f1b4166d3a149debdbbde6df6"} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"error","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add\": 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-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add\": 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-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:57:36Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:57:36Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"info","ts":"2026-07-06T14:57:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2f0ddb9525dbc945e59df24a56973df7ec4fab402fe452148e59f597b1bb1f36"} {"level":"info","ts":"2026-07-06T14:57:41Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9c5c83f71089861f024d28f16a86a730821b411460561d2f53e85b37722b857c"} {"level":"info","ts":"2026-07-06T14:57:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/6f6617a8e5bddc46af8ad0b0978abe5de1e52c0f1b4166d3a149debdbbde6df6"} {"level":"info","ts":"2026-07-06T14:57:46Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/45afcf7fbdb07909819d8e0d77160f811811b3cab8c116c4d22e87524c731add"} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10"} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10"} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10"} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10"} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d0aface9c792d2d9a69dd0f3568f6f78d512460bca28c52f318ccfe7a9894fc0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d0aface9c792d2d9a69dd0f3568f6f78d512460bca28c52f318ccfe7a9894fc0"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d0aface9c792d2d9a69dd0f3568f6f78d512460bca28c52f318ccfe7a9894fc0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d0aface9c792d2d9a69dd0f3568f6f78d512460bca28c52f318ccfe7a9894fc0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d0aface9c792d2d9a69dd0f3568f6f78d512460bca28c52f318ccfe7a9894fc0"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d0aface9c792d2d9a69dd0f3568f6f78d512460bca28c52f318ccfe7a9894fc0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d0aface9c792d2d9a69dd0f3568f6f78d512460bca28c52f318ccfe7a9894fc0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d0aface9c792d2d9a69dd0f3568f6f78d512460bca28c52f318ccfe7a9894fc0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c1f60bfbc876bdd290c17726df212ba1d5357c3347f485372b9689c9e9bf9757","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c1f60bfbc876bdd290c17726df212ba1d5357c3347f485372b9689c9e9bf9757"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c1f60bfbc876bdd290c17726df212ba1d5357c3347f485372b9689c9e9bf9757","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d0aface9c792d2d9a69dd0f3568f6f78d512460bca28c52f318ccfe7a9894fc0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d0aface9c792d2d9a69dd0f3568f6f78d512460bca28c52f318ccfe7a9894fc0"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d0aface9c792d2d9a69dd0f3568f6f78d512460bca28c52f318ccfe7a9894fc0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c1f60bfbc876bdd290c17726df212ba1d5357c3347f485372b9689c9e9bf9757","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c1f60bfbc876bdd290c17726df212ba1d5357c3347f485372b9689c9e9bf9757"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c1f60bfbc876bdd290c17726df212ba1d5357c3347f485372b9689c9e9bf9757","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d0aface9c792d2d9a69dd0f3568f6f78d512460bca28c52f318ccfe7a9894fc0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d0aface9c792d2d9a69dd0f3568f6f78d512460bca28c52f318ccfe7a9894fc0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d0aface9c792d2d9a69dd0f3568f6f78d512460bca28c52f318ccfe7a9894fc0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c1f60bfbc876bdd290c17726df212ba1d5357c3347f485372b9689c9e9bf9757"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d0aface9c792d2d9a69dd0f3568f6f78d512460bca28c52f318ccfe7a9894fc0"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c1f60bfbc876bdd290c17726df212ba1d5357c3347f485372b9689c9e9bf9757","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d0aface9c792d2d9a69dd0f3568f6f78d512460bca28c52f318ccfe7a9894fc0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c1f60bfbc876bdd290c17726df212ba1d5357c3347f485372b9689c9e9bf9757"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be\": 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-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ecb603e7599ae4d9e7d0dae537bb10258679f8e24addf1c9ce601fba9359b89b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ecb603e7599ae4d9e7d0dae537bb10258679f8e24addf1c9ce601fba9359b89b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c8bc95e1c50eb6ccac4e501b535f73b0e839eeb8eac503e0086b098f9c153b06","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c8bc95e1c50eb6ccac4e501b535f73b0e839eeb8eac503e0086b098f9c153b06","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ecb603e7599ae4d9e7d0dae537bb10258679f8e24addf1c9ce601fba9359b89b"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ecb603e7599ae4d9e7d0dae537bb10258679f8e24addf1c9ce601fba9359b89b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ecb603e7599ae4d9e7d0dae537bb10258679f8e24addf1c9ce601fba9359b89b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ecb603e7599ae4d9e7d0dae537bb10258679f8e24addf1c9ce601fba9359b89b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c8bc95e1c50eb6ccac4e501b535f73b0e839eeb8eac503e0086b098f9c153b06","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c8bc95e1c50eb6ccac4e501b535f73b0e839eeb8eac503e0086b098f9c153b06"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c8bc95e1c50eb6ccac4e501b535f73b0e839eeb8eac503e0086b098f9c153b06","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ecb603e7599ae4d9e7d0dae537bb10258679f8e24addf1c9ce601fba9359b89b"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ecb603e7599ae4d9e7d0dae537bb10258679f8e24addf1c9ce601fba9359b89b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"14e2d79eade79eca78ea1810fdf9702f84f041b8a4a421f13249fadb99556fce","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"14e2d79eade79eca78ea1810fdf9702f84f041b8a4a421f13249fadb99556fce","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c8bc95e1c50eb6ccac4e501b535f73b0e839eeb8eac503e0086b098f9c153b06","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c8bc95e1c50eb6ccac4e501b535f73b0e839eeb8eac503e0086b098f9c153b06"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/14e2d79eade79eca78ea1810fdf9702f84f041b8a4a421f13249fadb99556fce"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c8bc95e1c50eb6ccac4e501b535f73b0e839eeb8eac503e0086b098f9c153b06","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c8bc95e1c50eb6ccac4e501b535f73b0e839eeb8eac503e0086b098f9c153b06"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"14e2d79eade79eca78ea1810fdf9702f84f041b8a4a421f13249fadb99556fce","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["14e2d79eade79eca78ea1810fdf9702f84f041b8a4a421f13249fadb99556fce"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c"} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"14e2d79eade79eca78ea1810fdf9702f84f041b8a4a421f13249fadb99556fce","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c8bc95e1c50eb6ccac4e501b535f73b0e839eeb8eac503e0086b098f9c153b06","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:09Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"14e2d79eade79eca78ea1810fdf9702f84f041b8a4a421f13249fadb99556fce","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:09Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"} {"level":"debug","ts":"2026-07-06T14:59:10Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:10Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:10Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:10Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:10Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:10Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/14e2d79eade79eca78ea1810fdf9702f84f041b8a4a421f13249fadb99556fce"} {"level":"info","ts":"2026-07-06T14:59:10Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c8bc95e1c50eb6ccac4e501b535f73b0e839eeb8eac503e0086b098f9c153b06"} {"level":"info","ts":"2026-07-06T14:59:10Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c"} {"level":"info","ts":"2026-07-06T14:59:10Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"} {"level":"debug","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:15Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab"} {"level":"info","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab\": 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-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab"} {"level":"debug","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab"} {"level":"debug","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab"} {"level":"debug","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab"} {"level":"debug","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab"} {"level":"debug","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab"} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab"} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f4d6fe306b9bb45361aedd0924fba42eb58a751db3307a21945f4f87fc0af123","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f4d6fe306b9bb45361aedd0924fba42eb58a751db3307a21945f4f87fc0af123","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f4d6fe306b9bb45361aedd0924fba42eb58a751db3307a21945f4f87fc0af123","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f4d6fe306b9bb45361aedd0924fba42eb58a751db3307a21945f4f87fc0af123"} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f4d6fe306b9bb45361aedd0924fba42eb58a751db3307a21945f4f87fc0af123","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f4d6fe306b9bb45361aedd0924fba42eb58a751db3307a21945f4f87fc0af123","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"f4d6fe306b9bb45361aedd0924fba42eb58a751db3307a21945f4f87fc0af123","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"f4d6fe306b9bb45361aedd0924fba42eb58a751db3307a21945f4f87fc0af123\": 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-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f4d6fe306b9bb45361aedd0924fba42eb58a751db3307a21945f4f87fc0af123","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f4d6fe306b9bb45361aedd0924fba42eb58a751db3307a21945f4f87fc0af123","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f4d6fe306b9bb45361aedd0924fba42eb58a751db3307a21945f4f87fc0af123"} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f4d6fe306b9bb45361aedd0924fba42eb58a751db3307a21945f4f87fc0af123"} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ab7d164072e8c520b198732498ea748ccb792edcb7a1614ad11e12ece89daef7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ab7d164072e8c520b198732498ea748ccb792edcb7a1614ad11e12ece89daef7"} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ab7d164072e8c520b198732498ea748ccb792edcb7a1614ad11e12ece89daef7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f4d6fe306b9bb45361aedd0924fba42eb58a751db3307a21945f4f87fc0af123","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f4d6fe306b9bb45361aedd0924fba42eb58a751db3307a21945f4f87fc0af123"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ab7d164072e8c520b198732498ea748ccb792edcb7a1614ad11e12ece89daef7"} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f4d6fe306b9bb45361aedd0924fba42eb58a751db3307a21945f4f87fc0af123","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"ab7d164072e8c520b198732498ea748ccb792edcb7a1614ad11e12ece89daef7","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["ab7d164072e8c520b198732498ea748ccb792edcb7a1614ad11e12ece89daef7"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f4d6fe306b9bb45361aedd0924fba42eb58a751db3307a21945f4f87fc0af123"} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"ab7d164072e8c520b198732498ea748ccb792edcb7a1614ad11e12ece89daef7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"13bf082b447074add333ac2e8d25a3c4c9f9c8842d585b915f0995497970e68f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/13bf082b447074add333ac2e8d25a3c4c9f9c8842d585b915f0995497970e68f"} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ab7d164072e8c520b198732498ea748ccb792edcb7a1614ad11e12ece89daef7"} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"13bf082b447074add333ac2e8d25a3c4c9f9c8842d585b915f0995497970e68f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f4d6fe306b9bb45361aedd0924fba42eb58a751db3307a21945f4f87fc0af123","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ab7d164072e8c520b198732498ea748ccb792edcb7a1614ad11e12ece89daef7","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"13bf082b447074add333ac2e8d25a3c4c9f9c8842d585b915f0995497970e68f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"13bf082b447074add333ac2e8d25a3c4c9f9c8842d585b915f0995497970e68f","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/13bf082b447074add333ac2e8d25a3c4c9f9c8842d585b915f0995497970e68f"} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"13bf082b447074add333ac2e8d25a3c4c9f9c8842d585b915f0995497970e68f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["13bf082b447074add333ac2e8d25a3c4c9f9c8842d585b915f0995497970e68f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b5356fbeb661c5febe6be9580b2da6ce9450f413adc4fd00f4d131f5dd4186dc"} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"13bf082b447074add333ac2e8d25a3c4c9f9c8842d585b915f0995497970e68f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b5356fbeb661c5febe6be9580b2da6ce9450f413adc4fd00f4d131f5dd4186dc","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b5356fbeb661c5febe6be9580b2da6ce9450f413adc4fd00f4d131f5dd4186dc"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f15f18bb0b60f5e618055131461c4b9c8f2951a6558ad35690c3f9ef5c332ff"} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b5356fbeb661c5febe6be9580b2da6ce9450f413adc4fd00f4d131f5dd4186dc","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f15f18bb0b60f5e618055131461c4b9c8f2951a6558ad35690c3f9ef5c332ff","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2f15f18bb0b60f5e618055131461c4b9c8f2951a6558ad35690c3f9ef5c332ff"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/13bf082b447074add333ac2e8d25a3c4c9f9c8842d585b915f0995497970e68f"} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f15f18bb0b60f5e618055131461c4b9c8f2951a6558ad35690c3f9ef5c332ff","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"13bf082b447074add333ac2e8d25a3c4c9f9c8842d585b915f0995497970e68f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b5356fbeb661c5febe6be9580b2da6ce9450f413adc4fd00f4d131f5dd4186dc","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b5356fbeb661c5febe6be9580b2da6ce9450f413adc4fd00f4d131f5dd4186dc","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f15f18bb0b60f5e618055131461c4b9c8f2951a6558ad35690c3f9ef5c332ff","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b5356fbeb661c5febe6be9580b2da6ce9450f413adc4fd00f4d131f5dd4186dc","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b5356fbeb661c5febe6be9580b2da6ce9450f413adc4fd00f4d131f5dd4186dc"} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"b5356fbeb661c5febe6be9580b2da6ce9450f413adc4fd00f4d131f5dd4186dc","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["b5356fbeb661c5febe6be9580b2da6ce9450f413adc4fd00f4d131f5dd4186dc"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"b5356fbeb661c5febe6be9580b2da6ce9450f413adc4fd00f4d131f5dd4186dc","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b5356fbeb661c5febe6be9580b2da6ce9450f413adc4fd00f4d131f5dd4186dc","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f15f18bb0b60f5e618055131461c4b9c8f2951a6558ad35690c3f9ef5c332ff"} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b5356fbeb661c5febe6be9580b2da6ce9450f413adc4fd00f4d131f5dd4186dc"} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"be800b5f490c17455a0217d7301dc503410ab1e44baf991db23bcf23508ab7b6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"be800b5f490c17455a0217d7301dc503410ab1e44baf991db23bcf23508ab7b6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"be800b5f490c17455a0217d7301dc503410ab1e44baf991db23bcf23508ab7b6","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/be800b5f490c17455a0217d7301dc503410ab1e44baf991db23bcf23508ab7b6"} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"be800b5f490c17455a0217d7301dc503410ab1e44baf991db23bcf23508ab7b6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"be800b5f490c17455a0217d7301dc503410ab1e44baf991db23bcf23508ab7b6","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/be800b5f490c17455a0217d7301dc503410ab1e44baf991db23bcf23508ab7b6"} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"be800b5f490c17455a0217d7301dc503410ab1e44baf991db23bcf23508ab7b6","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["be800b5f490c17455a0217d7301dc503410ab1e44baf991db23bcf23508ab7b6"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"be800b5f490c17455a0217d7301dc503410ab1e44baf991db23bcf23508ab7b6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"be800b5f490c17455a0217d7301dc503410ab1e44baf991db23bcf23508ab7b6","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9cee18af14abe9779be68249883ed982fd5e6c757dc6478e9855fae360ccb872","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9cee18af14abe9779be68249883ed982fd5e6c757dc6478e9855fae360ccb872","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"505d8626c49ce0f20d66e4f1a790063b36bb6df29337ccf83e68ed7329c318eb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/be800b5f490c17455a0217d7301dc503410ab1e44baf991db23bcf23508ab7b6"} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"505d8626c49ce0f20d66e4f1a790063b36bb6df29337ccf83e68ed7329c318eb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9cee18af14abe9779be68249883ed982fd5e6c757dc6478e9855fae360ccb872","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9cee18af14abe9779be68249883ed982fd5e6c757dc6478e9855fae360ccb872"} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9cee18af14abe9779be68249883ed982fd5e6c757dc6478e9855fae360ccb872","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"505d8626c49ce0f20d66e4f1a790063b36bb6df29337ccf83e68ed7329c318eb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/505d8626c49ce0f20d66e4f1a790063b36bb6df29337ccf83e68ed7329c318eb"} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"505d8626c49ce0f20d66e4f1a790063b36bb6df29337ccf83e68ed7329c318eb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9cee18af14abe9779be68249883ed982fd5e6c757dc6478e9855fae360ccb872","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9cee18af14abe9779be68249883ed982fd5e6c757dc6478e9855fae360ccb872"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9cee18af14abe9779be68249883ed982fd5e6c757dc6478e9855fae360ccb872","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"505d8626c49ce0f20d66e4f1a790063b36bb6df29337ccf83e68ed7329c318eb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["505d8626c49ce0f20d66e4f1a790063b36bb6df29337ccf83e68ed7329c318eb"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9cee18af14abe9779be68249883ed982fd5e6c757dc6478e9855fae360ccb872"} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"505d8626c49ce0f20d66e4f1a790063b36bb6df29337ccf83e68ed7329c318eb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9cee18af14abe9779be68249883ed982fd5e6c757dc6478e9855fae360ccb872","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"505d8626c49ce0f20d66e4f1a790063b36bb6df29337ccf83e68ed7329c318eb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"505d8626c49ce0f20d66e4f1a790063b36bb6df29337ccf83e68ed7329c318eb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"505d8626c49ce0f20d66e4f1a790063b36bb6df29337ccf83e68ed7329c318eb","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/505d8626c49ce0f20d66e4f1a790063b36bb6df29337ccf83e68ed7329c318eb"} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"505d8626c49ce0f20d66e4f1a790063b36bb6df29337ccf83e68ed7329c318eb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T14:59:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["505d8626c49ce0f20d66e4f1a790063b36bb6df29337ccf83e68ed7329c318eb"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"505d8626c49ce0f20d66e4f1a790063b36bb6df29337ccf83e68ed7329c318eb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"505d8626c49ce0f20d66e4f1a790063b36bb6df29337ccf83e68ed7329c318eb","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9cee18af14abe9779be68249883ed982fd5e6c757dc6478e9855fae360ccb872"} {"level":"info","ts":"2026-07-06T14:59:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/505d8626c49ce0f20d66e4f1a790063b36bb6df29337ccf83e68ed7329c318eb"} {"level":"info","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"572431bb-1e29-4638-a848-5248e40caa1d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:50552","PortSpecifier":{"PortValue":50552}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"572431bb-1e29-4638-a848-5248e40caa1d","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"572431bb-1e29-4638-a848-5248e40caa1d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:50552","PortSpecifier":{"PortValue":50552}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783349959,"nanos":826295537},"http":{"id":"572431bb-1e29-4638-a848-5248e40caa1d","method":"POST","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"572431bb-1e29-4638-a848-5248e40caa1d","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"572431bb-1e29-4638-a848-5248e40caa1d","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"572431bb-1e29-4638-a848-5248e40caa1d","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.50:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"572431bb-1e29-4638-a848-5248e40caa1d","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-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"572431bb-1e29-4638-a848-5248e40caa1d","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-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"572431bb-1e29-4638-a848-5248e40caa1d","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/auth-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"572431bb-1e29-4638-a848-5248e40caa1d","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"572431bb-1e29-4638-a848-5248e40caa1d","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-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"572431bb-1e29-4638-a848-5248e40caa1d","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-06T14:59:19Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"572431bb-1e29-4638-a848-5248e40caa1d","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"572431bb-1e29-4638-a848-5248e40caa1d","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"345d4a7a-5351-46fd-8e76-d37b2081fa91","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:48868","PortSpecifier":{"PortValue":48868}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"345d4a7a-5351-46fd-8e76-d37b2081fa91","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"345d4a7a-5351-46fd-8e76-d37b2081fa91","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:48868","PortSpecifier":{"PortValue":48868}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783349959,"nanos":891140492},"http":{"id":"345d4a7a-5351-46fd-8e76-d37b2081fa91","method":"POST","headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"345d4a7a-5351-46fd-8e76-d37b2081fa91","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"345d4a7a-5351-46fd-8e76-d37b2081fa91","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"345d4a7a-5351-46fd-8e76-d37b2081fa91","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.40:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"345d4a7a-5351-46fd-8e76-d37b2081fa91","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-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"345d4a7a-5351-46fd-8e76-d37b2081fa91","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-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"345d4a7a-5351-46fd-8e76-d37b2081fa91","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-a38db2/auth-test-model-a38db2\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"345d4a7a-5351-46fd-8e76-d37b2081fa91","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":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"345d4a7a-5351-46fd-8e76-d37b2081fa91","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-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"345d4a7a-5351-46fd-8e76-d37b2081fa91","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-06T14:59:19Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"345d4a7a-5351-46fd-8e76-d37b2081fa91","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"345d4a7a-5351-46fd-8e76-d37b2081fa91","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f9a3709d-1667-478b-97b1-6f7193d0e450","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:50556","PortSpecifier":{"PortValue":50556}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"f9a3709d-1667-478b-97b1-6f7193d0e450","method":"GET","path":"/maas-api/v1/api-keys/9aaaf1ec-d9c6-4ec0-94ca-d6ca1e0464cb","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f9a3709d-1667-478b-97b1-6f7193d0e450","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:50556","PortSpecifier":{"PortValue":50556}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783349959,"nanos":976659302},"http":{"id":"f9a3709d-1667-478b-97b1-6f7193d0e450","method":"GET","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/9aaaf1ec-d9c6-4ec0-94ca-d6ca1e0464cb",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"f9a3709d-1667-478b-97b1-6f7193d0e450","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"f9a3709d-1667-478b-97b1-6f7193d0e450","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"f9a3709d-1667-478b-97b1-6f7193d0e450","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.50:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/9aaaf1ec-d9c6-4ec0-94ca-d6ca1e0464cb",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f9a3709d-1667-478b-97b1-6f7193d0e450","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-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f9a3709d-1667-478b-97b1-6f7193d0e450","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-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f9a3709d-1667-478b-97b1-6f7193d0e450","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/auth-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"f9a3709d-1667-478b-97b1-6f7193d0e450","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f9a3709d-1667-478b-97b1-6f7193d0e450","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-06T14:59:19Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f9a3709d-1667-478b-97b1-6f7193d0e450","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-06T14:59:19Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f9a3709d-1667-478b-97b1-6f7193d0e450","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T14:59:19Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f9a3709d-1667-478b-97b1-6f7193d0e450","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T14:59:20Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"099bf16d-add1-4c4c-a3dc-84be2330d1a5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:48884","PortSpecifier":{"PortValue":48884}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"099bf16d-add1-4c4c-a3dc-84be2330d1a5","method":"GET","path":"/maas-api/v1/api-keys/c8301710-d5dc-4687-a88a-14d9bb16fae9","host":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T14:59:20Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"099bf16d-add1-4c4c-a3dc-84be2330d1a5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:48884","PortSpecifier":{"PortValue":48884}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783349960,"nanos":8417677},"http":{"id":"099bf16d-add1-4c4c-a3dc-84be2330d1a5","method":"GET","headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/c8301710-d5dc-4687-a88a-14d9bb16fae9",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T14:59:20Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"099bf16d-add1-4c4c-a3dc-84be2330d1a5","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T14:59:20Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"099bf16d-add1-4c4c-a3dc-84be2330d1a5","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T14:59:20Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"099bf16d-add1-4c4c-a3dc-84be2330d1a5","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.40:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/c8301710-d5dc-4687-a88a-14d9bb16fae9",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T14:59:20Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"099bf16d-add1-4c4c-a3dc-84be2330d1a5","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-06T14:59:20Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"099bf16d-add1-4c4c-a3dc-84be2330d1a5","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-06T14:59:20Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"099bf16d-add1-4c4c-a3dc-84be2330d1a5","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-a38db2/auth-test-model-a38db2\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T14:59:20Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"099bf16d-add1-4c4c-a3dc-84be2330d1a5","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":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T14:59:20Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"099bf16d-add1-4c4c-a3dc-84be2330d1a5","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-06T14:59:20Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"099bf16d-add1-4c4c-a3dc-84be2330d1a5","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"info","ts":"2026-07-06T14:59:20Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"099bf16d-add1-4c4c-a3dc-84be2330d1a5","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T14:59:20Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"099bf16d-add1-4c4c-a3dc-84be2330d1a5","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4cc13822-082a-47bb-9900-4c6158607a4a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:56806","PortSpecifier":{"PortValue":56806}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"4cc13822-082a-47bb-9900-4c6158607a4a","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4cc13822-082a-47bb-9900-4c6158607a4a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:56806","PortSpecifier":{"PortValue":56806}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783349975,"nanos":60737187},"http":{"id":"4cc13822-082a-47bb-9900-4c6158607a4a","method":"POST","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"4cc13822-082a-47bb-9900-4c6158607a4a","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"4cc13822-082a-47bb-9900-4c6158607a4a","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"4cc13822-082a-47bb-9900-4c6158607a4a","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.50:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4cc13822-082a-47bb-9900-4c6158607a4a","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-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4cc13822-082a-47bb-9900-4c6158607a4a","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-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4cc13822-082a-47bb-9900-4c6158607a4a","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/auth-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"4cc13822-082a-47bb-9900-4c6158607a4a","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4cc13822-082a-47bb-9900-4c6158607a4a","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-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4cc13822-082a-47bb-9900-4c6158607a4a","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-06T14:59:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4cc13822-082a-47bb-9900-4c6158607a4a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4cc13822-082a-47bb-9900-4c6158607a4a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"72db98b6-d09e-4893-ac71-0d5b55d67aa0","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:50514","PortSpecifier":{"PortValue":50514}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"72db98b6-d09e-4893-ac71-0d5b55d67aa0","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"72db98b6-d09e-4893-ac71-0d5b55d67aa0","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:50514","PortSpecifier":{"PortValue":50514}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783349975,"nanos":103120452},"http":{"id":"72db98b6-d09e-4893-ac71-0d5b55d67aa0","method":"POST","headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"72db98b6-d09e-4893-ac71-0d5b55d67aa0","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"72db98b6-d09e-4893-ac71-0d5b55d67aa0","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"72db98b6-d09e-4893-ac71-0d5b55d67aa0","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.40:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"72db98b6-d09e-4893-ac71-0d5b55d67aa0","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-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"72db98b6-d09e-4893-ac71-0d5b55d67aa0","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-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"72db98b6-d09e-4893-ac71-0d5b55d67aa0","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-a38db2/auth-test-model-a38db2\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"72db98b6-d09e-4893-ac71-0d5b55d67aa0","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":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"72db98b6-d09e-4893-ac71-0d5b55d67aa0","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"72db98b6-d09e-4893-ac71-0d5b55d67aa0","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"info","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"72db98b6-d09e-4893-ac71-0d5b55d67aa0","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"72db98b6-d09e-4893-ac71-0d5b55d67aa0","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7063e264-5b2b-4e8e-b3d9-9fec223e37e5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:56808","PortSpecifier":{"PortValue":56808}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"7063e264-5b2b-4e8e-b3d9-9fec223e37e5","method":"GET","path":"/maas-api/v1/subscriptions","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7063e264-5b2b-4e8e-b3d9-9fec223e37e5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:56808","PortSpecifier":{"PortValue":56808}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783349975,"nanos":148559504},"http":{"id":"7063e264-5b2b-4e8e-b3d9-9fec223e37e5","method":"GET","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/subscriptions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"7063e264-5b2b-4e8e-b3d9-9fec223e37e5","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1cScn66xQVUKMNTbY_sVRkbv8vZRxxtHSVJeoGRNI9iodvfEMkRw6hm39mISK"} {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"7063e264-5b2b-4e8e-b3d9-9fec223e37e5","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-58d9da.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1cScn66xQVUKMNTbY_sVRkbv8vZRxxtHSVJeoGRNI9iodvfEMkRw6hm39mISK\"}"} {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"7063e264-5b2b-4e8e-b3d9-9fec223e37e5","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-58d9da.opendatahub.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":"b91b6cd9-5cf3-4615-ade8-03bdf9948160","keyName":"e2e-auth-iso-a-3832f2","subscription":"e2e-auth-iso-99012b","tenant":"e2e-shared-a-58d9da","userId":"b91b6cd9-5cf3-4615-ade8-03bdf9948160","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"7063e264-5b2b-4e8e-b3d9-9fec223e37e5","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7063e264-5b2b-4e8e-b3d9-9fec223e37e5","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-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7063e264-5b2b-4e8e-b3d9-9fec223e37e5","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-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7063e264-5b2b-4e8e-b3d9-9fec223e37e5","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/auth-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"7063e264-5b2b-4e8e-b3d9-9fec223e37e5","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"reason":"no such key: subscription-info"} {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7063e264-5b2b-4e8e-b3d9-9fec223e37e5","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-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7063e264-5b2b-4e8e-b3d9-9fec223e37e5","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-auth-iso-99012b"} {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7063e264-5b2b-4e8e-b3d9-9fec223e37e5","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":"info","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7063e264-5b2b-4e8e-b3d9-9fec223e37e5","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T14:59:35Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7063e264-5b2b-4e8e-b3d9-9fec223e37e5","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"15274fc1-5a11-474d-bdb0-6ba5776863c7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:58522","PortSpecifier":{"PortValue":58522}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"15274fc1-5a11-474d-bdb0-6ba5776863c7","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"15274fc1-5a11-474d-bdb0-6ba5776863c7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:58522","PortSpecifier":{"PortValue":58522}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783349990,"nanos":240463042},"http":{"id":"15274fc1-5a11-474d-bdb0-6ba5776863c7","method":"POST","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"15274fc1-5a11-474d-bdb0-6ba5776863c7","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"15274fc1-5a11-474d-bdb0-6ba5776863c7","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"15274fc1-5a11-474d-bdb0-6ba5776863c7","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.50:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"15274fc1-5a11-474d-bdb0-6ba5776863c7","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-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"15274fc1-5a11-474d-bdb0-6ba5776863c7","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-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"15274fc1-5a11-474d-bdb0-6ba5776863c7","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/auth-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"15274fc1-5a11-474d-bdb0-6ba5776863c7","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"15274fc1-5a11-474d-bdb0-6ba5776863c7","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-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"15274fc1-5a11-474d-bdb0-6ba5776863c7","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-06T14:59:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"15274fc1-5a11-474d-bdb0-6ba5776863c7","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"15274fc1-5a11-474d-bdb0-6ba5776863c7","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b4d188c1-9519-4eac-82ba-116282a5647d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:34850","PortSpecifier":{"PortValue":34850}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"b4d188c1-9519-4eac-82ba-116282a5647d","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b4d188c1-9519-4eac-82ba-116282a5647d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:34850","PortSpecifier":{"PortValue":34850}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783349990,"nanos":273249274},"http":{"id":"b4d188c1-9519-4eac-82ba-116282a5647d","method":"POST","headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"b4d188c1-9519-4eac-82ba-116282a5647d","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"b4d188c1-9519-4eac-82ba-116282a5647d","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"b4d188c1-9519-4eac-82ba-116282a5647d","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.40:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b4d188c1-9519-4eac-82ba-116282a5647d","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-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b4d188c1-9519-4eac-82ba-116282a5647d","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-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b4d188c1-9519-4eac-82ba-116282a5647d","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-a38db2/auth-test-model-a38db2\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"b4d188c1-9519-4eac-82ba-116282a5647d","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":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b4d188c1-9519-4eac-82ba-116282a5647d","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b4d188c1-9519-4eac-82ba-116282a5647d","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"info","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b4d188c1-9519-4eac-82ba-116282a5647d","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b4d188c1-9519-4eac-82ba-116282a5647d","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"db0ad65f-ab8c-41f2-a7fb-91fdf8ba22a6","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:34864","PortSpecifier":{"PortValue":34864}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"db0ad65f-ab8c-41f2-a7fb-91fdf8ba22a6","method":"GET","path":"/maas-api/v1/subscriptions","host":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"db0ad65f-ab8c-41f2-a7fb-91fdf8ba22a6","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:34864","PortSpecifier":{"PortValue":34864}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783349990,"nanos":310311290},"http":{"id":"db0ad65f-ab8c-41f2-a7fb-91fdf8ba22a6","method":"GET","headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/subscriptions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"db0ad65f-ab8c-41f2-a7fb-91fdf8ba22a6","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-qqPQZE3krgcPcfT_au7ECZdzZ9GIEaPZrHRBmwr7VvRtBHUsrTkfBJqQPq6"} {"level":"debug","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"db0ad65f-ab8c-41f2-a7fb-91fdf8ba22a6","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-a38db2.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-qqPQZE3krgcPcfT_au7ECZdzZ9GIEaPZrHRBmwr7VvRtBHUsrTkfBJqQPq6\"}"} {"level":"debug","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"db0ad65f-ab8c-41f2-a7fb-91fdf8ba22a6","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-a38db2.opendatahub.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":{"reason":"key not found","tenant":"","valid":false}} {"level":"debug","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"db0ad65f-ab8c-41f2-a7fb-91fdf8ba22a6","input":{"auth":{"identity":"Bearer **** not found","tenant":"","valid":false}}},"context":{"context_extensions":{"host":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.40:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/subscriptions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"db0ad65f-ab8c-41f2-a7fb-91fdf8ba22a6","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-06T14:59:50Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access denied","request id":"db0ad65f-ab8c-41f2-a7fb-91fdf8ba22a6","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},"reason":"Unauthorized"} {"level":"info","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"db0ad65f-ab8c-41f2-a7fb-91fdf8ba22a6","authorized":false,"response":"PERMISSION_DENIED","object":{"code":7,"status":403,"message":"Unauthorized"}} {"level":"debug","ts":"2026-07-06T14:59:50Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"db0ad65f-ab8c-41f2-a7fb-91fdf8ba22a6","authorized":false,"response":"PERMISSION_DENIED","object":{"code":7,"status":403,"message":"Unauthorized","headers":[{"content-type":"text/plain"},{"x-ext-auth-reason":""}]}} {"level":"info","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0c14de52-1018-4398-a86a-2a1c55b80d84","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:54430","PortSpecifier":{"PortValue":54430}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"0c14de52-1018-4398-a86a-2a1c55b80d84","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0c14de52-1018-4398-a86a-2a1c55b80d84","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:54430","PortSpecifier":{"PortValue":54430}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350007,"nanos":801617444},"http":{"id":"0c14de52-1018-4398-a86a-2a1c55b80d84","method":"POST","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"0c14de52-1018-4398-a86a-2a1c55b80d84","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"0c14de52-1018-4398-a86a-2a1c55b80d84","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"0c14de52-1018-4398-a86a-2a1c55b80d84","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.50:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"0c14de52-1018-4398-a86a-2a1c55b80d84","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-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"0c14de52-1018-4398-a86a-2a1c55b80d84","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-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"0c14de52-1018-4398-a86a-2a1c55b80d84","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/auth-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"0c14de52-1018-4398-a86a-2a1c55b80d84","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0c14de52-1018-4398-a86a-2a1c55b80d84","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-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0c14de52-1018-4398-a86a-2a1c55b80d84","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-06T15:00:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0c14de52-1018-4398-a86a-2a1c55b80d84","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0c14de52-1018-4398-a86a-2a1c55b80d84","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"081a5474-c2d8-4dd9-b81c-ec972a64466a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:46230","PortSpecifier":{"PortValue":46230}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"081a5474-c2d8-4dd9-b81c-ec972a64466a","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"081a5474-c2d8-4dd9-b81c-ec972a64466a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:46230","PortSpecifier":{"PortValue":46230}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350007,"nanos":839495440},"http":{"id":"081a5474-c2d8-4dd9-b81c-ec972a64466a","method":"POST","headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"081a5474-c2d8-4dd9-b81c-ec972a64466a","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"081a5474-c2d8-4dd9-b81c-ec972a64466a","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"081a5474-c2d8-4dd9-b81c-ec972a64466a","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.40:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"081a5474-c2d8-4dd9-b81c-ec972a64466a","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-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"081a5474-c2d8-4dd9-b81c-ec972a64466a","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-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"081a5474-c2d8-4dd9-b81c-ec972a64466a","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-a38db2/auth-test-model-a38db2\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"081a5474-c2d8-4dd9-b81c-ec972a64466a","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":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"081a5474-c2d8-4dd9-b81c-ec972a64466a","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-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"081a5474-c2d8-4dd9-b81c-ec972a64466a","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-06T15:00:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"081a5474-c2d8-4dd9-b81c-ec972a64466a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"081a5474-c2d8-4dd9-b81c-ec972a64466a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7e4c0b6e-2d64-407d-a999-7936106db148","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:54432","PortSpecifier":{"PortValue":54432}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"7e4c0b6e-2d64-407d-a999-7936106db148","method":"POST","path":"/maas-api/v1/api-keys/search","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7e4c0b6e-2d64-407d-a999-7936106db148","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:54432","PortSpecifier":{"PortValue":54432}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350007,"nanos":878669103},"http":{"id":"7e4c0b6e-2d64-407d-a999-7936106db148","method":"POST","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys/search",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"7e4c0b6e-2d64-407d-a999-7936106db148","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"7e4c0b6e-2d64-407d-a999-7936106db148","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"7e4c0b6e-2d64-407d-a999-7936106db148","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.50:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys/search",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7e4c0b6e-2d64-407d-a999-7936106db148","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-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7e4c0b6e-2d64-407d-a999-7936106db148","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-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7e4c0b6e-2d64-407d-a999-7936106db148","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/auth-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"7e4c0b6e-2d64-407d-a999-7936106db148","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7e4c0b6e-2d64-407d-a999-7936106db148","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-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7e4c0b6e-2d64-407d-a999-7936106db148","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-06T15:00:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7e4c0b6e-2d64-407d-a999-7936106db148","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7e4c0b6e-2d64-407d-a999-7936106db148","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c1a4b151-84bc-49f8-aab3-83a5a45708c7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:46242","PortSpecifier":{"PortValue":46242}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"c1a4b151-84bc-49f8-aab3-83a5a45708c7","method":"POST","path":"/maas-api/v1/api-keys/search","host":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c1a4b151-84bc-49f8-aab3-83a5a45708c7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:46242","PortSpecifier":{"PortValue":46242}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350007,"nanos":914700142},"http":{"id":"c1a4b151-84bc-49f8-aab3-83a5a45708c7","method":"POST","headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys/search",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"c1a4b151-84bc-49f8-aab3-83a5a45708c7","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"c1a4b151-84bc-49f8-aab3-83a5a45708c7","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"c1a4b151-84bc-49f8-aab3-83a5a45708c7","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.40:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys/search",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c1a4b151-84bc-49f8-aab3-83a5a45708c7","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-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c1a4b151-84bc-49f8-aab3-83a5a45708c7","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-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c1a4b151-84bc-49f8-aab3-83a5a45708c7","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-a38db2/auth-test-model-a38db2\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"c1a4b151-84bc-49f8-aab3-83a5a45708c7","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":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c1a4b151-84bc-49f8-aab3-83a5a45708c7","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c1a4b151-84bc-49f8-aab3-83a5a45708c7","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"info","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c1a4b151-84bc-49f8-aab3-83a5a45708c7","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:00:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c1a4b151-84bc-49f8-aab3-83a5a45708c7","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4310e461-ac9d-413e-b566-686cff175704","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:38354","PortSpecifier":{"PortValue":38354}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"4310e461-ac9d-413e-b566-686cff175704","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4310e461-ac9d-413e-b566-686cff175704","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:38354","PortSpecifier":{"PortValue":38354}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350030,"nanos":583190560},"http":{"id":"4310e461-ac9d-413e-b566-686cff175704","method":"POST","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"4310e461-ac9d-413e-b566-686cff175704","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"4310e461-ac9d-413e-b566-686cff175704","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"4310e461-ac9d-413e-b566-686cff175704","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.50:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4310e461-ac9d-413e-b566-686cff175704","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-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4310e461-ac9d-413e-b566-686cff175704","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-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4310e461-ac9d-413e-b566-686cff175704","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/auth-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"4310e461-ac9d-413e-b566-686cff175704","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4310e461-ac9d-413e-b566-686cff175704","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-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4310e461-ac9d-413e-b566-686cff175704","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-06T15:00:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4310e461-ac9d-413e-b566-686cff175704","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4310e461-ac9d-413e-b566-686cff175704","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e383c72e-8b4c-46eb-9fe9-0aa0a336a78a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:38380","PortSpecifier":{"PortValue":38380}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"e383c72e-8b4c-46eb-9fe9-0aa0a336a78a","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e383c72e-8b4c-46eb-9fe9-0aa0a336a78a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:38380","PortSpecifier":{"PortValue":38380}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350030,"nanos":620696839},"http":{"id":"e383c72e-8b4c-46eb-9fe9-0aa0a336a78a","method":"POST","headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"e383c72e-8b4c-46eb-9fe9-0aa0a336a78a","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"e383c72e-8b4c-46eb-9fe9-0aa0a336a78a","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"e383c72e-8b4c-46eb-9fe9-0aa0a336a78a","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.40:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e383c72e-8b4c-46eb-9fe9-0aa0a336a78a","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-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e383c72e-8b4c-46eb-9fe9-0aa0a336a78a","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-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e383c72e-8b4c-46eb-9fe9-0aa0a336a78a","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-a38db2/auth-test-model-a38db2\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"e383c72e-8b4c-46eb-9fe9-0aa0a336a78a","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":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e383c72e-8b4c-46eb-9fe9-0aa0a336a78a","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e383c72e-8b4c-46eb-9fe9-0aa0a336a78a","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"info","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e383c72e-8b4c-46eb-9fe9-0aa0a336a78a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e383c72e-8b4c-46eb-9fe9-0aa0a336a78a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"845a935d-caa6-4ae4-bd13-6c85be29132b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:38388","PortSpecifier":{"PortValue":38388}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"845a935d-caa6-4ae4-bd13-6c85be29132b","method":"GET","path":"/maas-api/v1/api-keys/28ca459f-3656-442d-9720-0f7c1a333640","host":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"845a935d-caa6-4ae4-bd13-6c85be29132b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:38388","PortSpecifier":{"PortValue":38388}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350030,"nanos":657555592},"http":{"id":"845a935d-caa6-4ae4-bd13-6c85be29132b","method":"GET","headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/28ca459f-3656-442d-9720-0f7c1a333640",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"845a935d-caa6-4ae4-bd13-6c85be29132b","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"845a935d-caa6-4ae4-bd13-6c85be29132b","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"845a935d-caa6-4ae4-bd13-6c85be29132b","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.40:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/28ca459f-3656-442d-9720-0f7c1a333640",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"845a935d-caa6-4ae4-bd13-6c85be29132b","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-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"845a935d-caa6-4ae4-bd13-6c85be29132b","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-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"845a935d-caa6-4ae4-bd13-6c85be29132b","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-a38db2/auth-test-model-a38db2\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"845a935d-caa6-4ae4-bd13-6c85be29132b","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":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"845a935d-caa6-4ae4-bd13-6c85be29132b","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-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"845a935d-caa6-4ae4-bd13-6c85be29132b","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-06T15:00:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"845a935d-caa6-4ae4-bd13-6c85be29132b","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"845a935d-caa6-4ae4-bd13-6c85be29132b","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"89a6d1fd-fc47-436c-b895-c473ec3416aa","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:38358","PortSpecifier":{"PortValue":38358}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"89a6d1fd-fc47-436c-b895-c473ec3416aa","method":"GET","path":"/maas-api/v1/api-keys/28ca459f-3656-442d-9720-0f7c1a333640","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"89a6d1fd-fc47-436c-b895-c473ec3416aa","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:38358","PortSpecifier":{"PortValue":38358}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350030,"nanos":691892537},"http":{"id":"89a6d1fd-fc47-436c-b895-c473ec3416aa","method":"GET","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/28ca459f-3656-442d-9720-0f7c1a333640",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"89a6d1fd-fc47-436c-b895-c473ec3416aa","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"89a6d1fd-fc47-436c-b895-c473ec3416aa","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"89a6d1fd-fc47-436c-b895-c473ec3416aa","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.50:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/28ca459f-3656-442d-9720-0f7c1a333640",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"89a6d1fd-fc47-436c-b895-c473ec3416aa","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-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"89a6d1fd-fc47-436c-b895-c473ec3416aa","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-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"89a6d1fd-fc47-436c-b895-c473ec3416aa","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/auth-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"89a6d1fd-fc47-436c-b895-c473ec3416aa","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"89a6d1fd-fc47-436c-b895-c473ec3416aa","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-06T15:00:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"89a6d1fd-fc47-436c-b895-c473ec3416aa","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-06T15:00:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"89a6d1fd-fc47-436c-b895-c473ec3416aa","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:00:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"89a6d1fd-fc47-436c-b895-c473ec3416aa","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0c420bf0-d2f9-4f8f-b806-c9ee102f0b44","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:37868","PortSpecifier":{"PortValue":37868}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"0c420bf0-d2f9-4f8f-b806-c9ee102f0b44","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0c420bf0-d2f9-4f8f-b806-c9ee102f0b44","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:37868","PortSpecifier":{"PortValue":37868}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350046,"nanos":42268728},"http":{"id":"0c420bf0-d2f9-4f8f-b806-c9ee102f0b44","method":"POST","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"0c420bf0-d2f9-4f8f-b806-c9ee102f0b44","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"0c420bf0-d2f9-4f8f-b806-c9ee102f0b44","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"0c420bf0-d2f9-4f8f-b806-c9ee102f0b44","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.50:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"0c420bf0-d2f9-4f8f-b806-c9ee102f0b44","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-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"0c420bf0-d2f9-4f8f-b806-c9ee102f0b44","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-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"0c420bf0-d2f9-4f8f-b806-c9ee102f0b44","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/auth-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"0c420bf0-d2f9-4f8f-b806-c9ee102f0b44","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0c420bf0-d2f9-4f8f-b806-c9ee102f0b44","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-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0c420bf0-d2f9-4f8f-b806-c9ee102f0b44","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-06T15:00:46Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0c420bf0-d2f9-4f8f-b806-c9ee102f0b44","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0c420bf0-d2f9-4f8f-b806-c9ee102f0b44","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"bf60504e-32f0-47b6-8040-695e2de51279","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:45742","PortSpecifier":{"PortValue":45742}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"bf60504e-32f0-47b6-8040-695e2de51279","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"bf60504e-32f0-47b6-8040-695e2de51279","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:45742","PortSpecifier":{"PortValue":45742}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350046,"nanos":77579740},"http":{"id":"bf60504e-32f0-47b6-8040-695e2de51279","method":"POST","headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"bf60504e-32f0-47b6-8040-695e2de51279","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"bf60504e-32f0-47b6-8040-695e2de51279","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"bf60504e-32f0-47b6-8040-695e2de51279","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.40:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"bf60504e-32f0-47b6-8040-695e2de51279","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-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"bf60504e-32f0-47b6-8040-695e2de51279","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-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"bf60504e-32f0-47b6-8040-695e2de51279","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-a38db2/auth-test-model-a38db2\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"bf60504e-32f0-47b6-8040-695e2de51279","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":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"bf60504e-32f0-47b6-8040-695e2de51279","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"bf60504e-32f0-47b6-8040-695e2de51279","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"info","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"bf60504e-32f0-47b6-8040-695e2de51279","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"bf60504e-32f0-47b6-8040-695e2de51279","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b865b915-b556-4834-8e32-6668b8b08a44","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:37880","PortSpecifier":{"PortValue":37880}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"b865b915-b556-4834-8e32-6668b8b08a44","method":"POST","path":"/maas-api/internal/v1/subscriptions/select","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b865b915-b556-4834-8e32-6668b8b08a44","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:37880","PortSpecifier":{"PortValue":37880}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350046,"nanos":112508797},"http":{"id":"b865b915-b556-4834-8e32-6668b8b08a44","method":"POST","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/internal/v1/subscriptions/select",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"b865b915-b556-4834-8e32-6668b8b08a44","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-mAAi8Qg1p0xEpe4O_U8qz3FPQRff4DJ97ItOAhBXpzqgcQNik0loLfv7CITq"} {"level":"debug","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"b865b915-b556-4834-8e32-6668b8b08a44","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-58d9da.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-mAAi8Qg1p0xEpe4O_U8qz3FPQRff4DJ97ItOAhBXpzqgcQNik0loLfv7CITq\"}"} {"level":"debug","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"b865b915-b556-4834-8e32-6668b8b08a44","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-58d9da.opendatahub.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":"ec1a3d49-bf21-488b-997a-0bf77cbe26bf","keyName":"e2e-auth-iso-a-ce39c0","subscription":"e2e-auth-iso-750433","tenant":"e2e-shared-a-58d9da","userId":"ec1a3d49-bf21-488b-997a-0bf77cbe26bf","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"b865b915-b556-4834-8e32-6668b8b08a44","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b865b915-b556-4834-8e32-6668b8b08a44","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-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b865b915-b556-4834-8e32-6668b8b08a44","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-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b865b915-b556-4834-8e32-6668b8b08a44","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/auth-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"b865b915-b556-4834-8e32-6668b8b08a44","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"reason":"no such key: subscription-info"} {"level":"debug","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b865b915-b556-4834-8e32-6668b8b08a44","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-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b865b915-b556-4834-8e32-6668b8b08a44","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-06T15:00:46Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b865b915-b556-4834-8e32-6668b8b08a44","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-auth-iso-750433"} {"level":"info","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b865b915-b556-4834-8e32-6668b8b08a44","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:00:46Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b865b915-b556-4834-8e32-6668b8b08a44","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:00:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/14e2d79eade79eca78ea1810fdf9702f84f041b8a4a421f13249fadb99556fce"} {"level":"info","ts":"2026-07-06T15:00:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f4d6fe306b9bb45361aedd0924fba42eb58a751db3307a21945f4f87fc0af123"} {"level":"info","ts":"2026-07-06T15:00:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/68f95840e93733d0f058f78d2a95c94717f276ea557ce515c86fd8725152eb6c"} {"level":"info","ts":"2026-07-06T15:00:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ab7d164072e8c520b198732498ea748ccb792edcb7a1614ad11e12ece89daef7"} {"level":"info","ts":"2026-07-06T15:00:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/13bf082b447074add333ac2e8d25a3c4c9f9c8842d585b915f0995497970e68f"} {"level":"info","ts":"2026-07-06T15:00:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d0aface9c792d2d9a69dd0f3568f6f78d512460bca28c52f318ccfe7a9894fc0"} {"level":"info","ts":"2026-07-06T15:00:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/75486ec5d39f891d7a47acd5432cf28f9177b3668ad7d4dbff066fed1ab836ab"} {"level":"info","ts":"2026-07-06T15:00:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/505d8626c49ce0f20d66e4f1a790063b36bb6df29337ccf83e68ed7329c318eb"} {"level":"info","ts":"2026-07-06T15:00:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1ecda2ecb33e2f57a90683c7590622bb27cf0ce5351e0f181ffa8d3d5dd465be"} {"level":"info","ts":"2026-07-06T15:00:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/8b5af0b36a6ba6296c707ea62a37f9bca0774abc84bf0999940e96d721f96a10"} {"level":"info","ts":"2026-07-06T15:00:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2f15f18bb0b60f5e618055131461c4b9c8f2951a6558ad35690c3f9ef5c332ff"} {"level":"info","ts":"2026-07-06T15:00:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/9cee18af14abe9779be68249883ed982fd5e6c757dc6478e9855fae360ccb872"} {"level":"info","ts":"2026-07-06T15:00:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c8bc95e1c50eb6ccac4e501b535f73b0e839eeb8eac503e0086b098f9c153b06"} {"level":"info","ts":"2026-07-06T15:00:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ecb603e7599ae4d9e7d0dae537bb10258679f8e24addf1c9ce601fba9359b89b"} {"level":"info","ts":"2026-07-06T15:00:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c1f60bfbc876bdd290c17726df212ba1d5357c3347f485372b9689c9e9bf9757"} {"level":"info","ts":"2026-07-06T15:00:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/be800b5f490c17455a0217d7301dc503410ab1e44baf991db23bcf23508ab7b6"} {"level":"debug","ts":"2026-07-06T15:01:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:03Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:03Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29"} {"level":"debug","ts":"2026-07-06T15:01:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29"} {"level":"debug","ts":"2026-07-06T15:01:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:03Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:03Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29"} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01: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-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f"} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f"} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bd3c11b9d462e41af800b231d48ff87e93839a790e11fab04c15afe6133a81ee","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01: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-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bd3c11b9d462e41af800b231d48ff87e93839a790e11fab04c15afe6133a81ee","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bd3c11b9d462e41af800b231d48ff87e93839a790e11fab04c15afe6133a81ee","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bd3c11b9d462e41af800b231d48ff87e93839a790e11fab04c15afe6133a81ee"} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"bd3c11b9d462e41af800b231d48ff87e93839a790e11fab04c15afe6133a81ee","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["bd3c11b9d462e41af800b231d48ff87e93839a790e11fab04c15afe6133a81ee"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"bd3c11b9d462e41af800b231d48ff87e93839a790e11fab04c15afe6133a81ee","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bd3c11b9d462e41af800b231d48ff87e93839a790e11fab04c15afe6133a81ee","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f"} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bd3c11b9d462e41af800b231d48ff87e93839a790e11fab04c15afe6133a81ee"} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01: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-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2"} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2"} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01: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-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2"} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01: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-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01: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-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49"} {"level":"error","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49\": 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-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49"} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01: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-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532"} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532"} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01: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-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49"} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01: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-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532"} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c168bc4f4c87bf7c37050a8f4d3e86ff48f45d282d92434d7e8b7d21378834b4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01: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-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c168bc4f4c87bf7c37050a8f4d3e86ff48f45d282d92434d7e8b7d21378834b4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49"} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c168bc4f4c87bf7c37050a8f4d3e86ff48f45d282d92434d7e8b7d21378834b4"} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c168bc4f4c87bf7c37050a8f4d3e86ff48f45d282d92434d7e8b7d21378834b4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c168bc4f4c87bf7c37050a8f4d3e86ff48f45d282d92434d7e8b7d21378834b4"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532"} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c168bc4f4c87bf7c37050a8f4d3e86ff48f45d282d92434d7e8b7d21378834b4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01: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-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c168bc4f4c87bf7c37050a8f4d3e86ff48f45d282d92434d7e8b7d21378834b4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49"} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01: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-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c168bc4f4c87bf7c37050a8f4d3e86ff48f45d282d92434d7e8b7d21378834b4"} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01: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-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49"} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01: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-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103"} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49"} {"level":"info","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01: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-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103"} {"level":"debug","ts":"2026-07-06T15:01:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:05Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:05Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49"} {"level":"info","ts":"2026-07-06T15:01:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103"} {"level":"debug","ts":"2026-07-06T15:01:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"13076344813f2dac5b05f7fe64ab47a7271bf5d1b61b6974a0026e83daaa750b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:49Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:49Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"13076344813f2dac5b05f7fe64ab47a7271bf5d1b61b6974a0026e83daaa750b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"13076344813f2dac5b05f7fe64ab47a7271bf5d1b61b6974a0026e83daaa750b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"13076344813f2dac5b05f7fe64ab47a7271bf5d1b61b6974a0026e83daaa750b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/13076344813f2dac5b05f7fe64ab47a7271bf5d1b61b6974a0026e83daaa750b"} {"level":"debug","ts":"2026-07-06T15:01:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"13076344813f2dac5b05f7fe64ab47a7271bf5d1b61b6974a0026e83daaa750b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/13076344813f2dac5b05f7fe64ab47a7271bf5d1b61b6974a0026e83daaa750b"} {"level":"debug","ts":"2026-07-06T15:01:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"13076344813f2dac5b05f7fe64ab47a7271bf5d1b61b6974a0026e83daaa750b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:49Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:49Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["13076344813f2dac5b05f7fe64ab47a7271bf5d1b61b6974a0026e83daaa750b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"13076344813f2dac5b05f7fe64ab47a7271bf5d1b61b6974a0026e83daaa750b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:49Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"13076344813f2dac5b05f7fe64ab47a7271bf5d1b61b6974a0026e83daaa750b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/13076344813f2dac5b05f7fe64ab47a7271bf5d1b61b6974a0026e83daaa750b"} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1"} {"level":"error","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152\": 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-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"daa136ff31dfbb3390586133f7c64fda0de41540a9e4be50aae518d244fc7847","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"daa136ff31dfbb3390586133f7c64fda0de41540a9e4be50aae518d244fc7847","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"daa136ff31dfbb3390586133f7c64fda0de41540a9e4be50aae518d244fc7847","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"daa136ff31dfbb3390586133f7c64fda0de41540a9e4be50aae518d244fc7847","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"daa136ff31dfbb3390586133f7c64fda0de41540a9e4be50aae518d244fc7847","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/daa136ff31dfbb3390586133f7c64fda0de41540a9e4be50aae518d244fc7847"} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"daa136ff31dfbb3390586133f7c64fda0de41540a9e4be50aae518d244fc7847","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["daa136ff31dfbb3390586133f7c64fda0de41540a9e4be50aae518d244fc7847"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"daa136ff31dfbb3390586133f7c64fda0de41540a9e4be50aae518d244fc7847","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"daa136ff31dfbb3390586133f7c64fda0de41540a9e4be50aae518d244fc7847","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e99d1388dee8ca45326e5b14afe061220c847ac6e9af4324d4a692e9f97f0d02","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/daa136ff31dfbb3390586133f7c64fda0de41540a9e4be50aae518d244fc7847"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e99d1388dee8ca45326e5b14afe061220c847ac6e9af4324d4a692e9f97f0d02","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e99d1388dee8ca45326e5b14afe061220c847ac6e9af4324d4a692e9f97f0d02","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c"} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e99d1388dee8ca45326e5b14afe061220c847ac6e9af4324d4a692e9f97f0d02","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e99d1388dee8ca45326e5b14afe061220c847ac6e9af4324d4a692e9f97f0d02","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e99d1388dee8ca45326e5b14afe061220c847ac6e9af4324d4a692e9f97f0d02"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e99d1388dee8ca45326e5b14afe061220c847ac6e9af4324d4a692e9f97f0d02","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e99d1388dee8ca45326e5b14afe061220c847ac6e9af4324d4a692e9f97f0d02"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e99d1388dee8ca45326e5b14afe061220c847ac6e9af4324d4a692e9f97f0d02","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e99d1388dee8ca45326e5b14afe061220c847ac6e9af4324d4a692e9f97f0d02"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e99d1388dee8ca45326e5b14afe061220c847ac6e9af4324d4a692e9f97f0d02","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"958b1a8a443ebfd55b22c17fb64e3cc9d1864d1c7f972215266197fb327edde9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"958b1a8a443ebfd55b22c17fb64e3cc9d1864d1c7f972215266197fb327edde9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"958b1a8a443ebfd55b22c17fb64e3cc9d1864d1c7f972215266197fb327edde9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c"} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"958b1a8a443ebfd55b22c17fb64e3cc9d1864d1c7f972215266197fb327edde9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"958b1a8a443ebfd55b22c17fb64e3cc9d1864d1c7f972215266197fb327edde9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"958b1a8a443ebfd55b22c17fb64e3cc9d1864d1c7f972215266197fb327edde9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/958b1a8a443ebfd55b22c17fb64e3cc9d1864d1c7f972215266197fb327edde9"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"958b1a8a443ebfd55b22c17fb64e3cc9d1864d1c7f972215266197fb327edde9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["958b1a8a443ebfd55b22c17fb64e3cc9d1864d1c7f972215266197fb327edde9"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e99d1388dee8ca45326e5b14afe061220c847ac6e9af4324d4a692e9f97f0d02"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"958b1a8a443ebfd55b22c17fb64e3cc9d1864d1c7f972215266197fb327edde9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"958b1a8a443ebfd55b22c17fb64e3cc9d1864d1c7f972215266197fb327edde9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5"} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:01:50Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/958b1a8a443ebfd55b22c17fb64e3cc9d1864d1c7f972215266197fb327edde9"} {"level":"info","ts":"2026-07-06T15:01:50Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5"} {"level":"debug","ts":"2026-07-06T15:02:02Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:02Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:02Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:02Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:02Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:02Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29"} {"level":"debug","ts":"2026-07-06T15:02:02Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:02Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29"} {"level":"debug","ts":"2026-07-06T15:02:02Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:02Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:02Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:02Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:02Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:02Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:02Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:02Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:02Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:02Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:02Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29"} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29"} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29"} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49"} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f"} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f"} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5"} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f"} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5"} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c"} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c"} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c"} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2"} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2"} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:03Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:03Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2"} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02: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-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1"} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c168bc4f4c87bf7c37050a8f4d3e86ff48f45d282d92434d7e8b7d21378834b4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1"} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c168bc4f4c87bf7c37050a8f4d3e86ff48f45d282d92434d7e8b7d21378834b4"} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02: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-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1"} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02: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-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1"} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02: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-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02: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-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1"} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"bd3c11b9d462e41af800b231d48ff87e93839a790e11fab04c15afe6133a81ee","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b5356fbeb661c5febe6be9580b2da6ce9450f413adc4fd00f4d131f5dd4186dc","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/bd3c11b9d462e41af800b231d48ff87e93839a790e11fab04c15afe6133a81ee"} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b5356fbeb661c5febe6be9580b2da6ce9450f413adc4fd00f4d131f5dd4186dc"} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"958b1a8a443ebfd55b22c17fb64e3cc9d1864d1c7f972215266197fb327edde9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1"} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"13076344813f2dac5b05f7fe64ab47a7271bf5d1b61b6974a0026e83daaa750b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/958b1a8a443ebfd55b22c17fb64e3cc9d1864d1c7f972215266197fb327edde9"} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"daa136ff31dfbb3390586133f7c64fda0de41540a9e4be50aae518d244fc7847","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/13076344813f2dac5b05f7fe64ab47a7271bf5d1b61b6974a0026e83daaa750b"} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/daa136ff31dfbb3390586133f7c64fda0de41540a9e4be50aae518d244fc7847"} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b"} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02: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-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103"} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02: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-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532"} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e99d1388dee8ca45326e5b14afe061220c847ac6e9af4324d4a692e9f97f0d02","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103"} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:04Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e99d1388dee8ca45326e5b14afe061220c847ac6e9af4324d4a692e9f97f0d02"} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532"} {"level":"info","ts":"2026-07-06T15:02:04Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103"} {"level":"info","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2d2a3c29-90e2-4609-9fc5-242e53bd6314","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:49368","PortSpecifier":{"PortValue":49368}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"2d2a3c29-90e2-4609-9fc5-242e53bd6314","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2d2a3c29-90e2-4609-9fc5-242e53bd6314","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:49368","PortSpecifier":{"PortValue":49368}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350127,"nanos":431667305},"http":{"id":"2d2a3c29-90e2-4609-9fc5-242e53bd6314","method":"POST","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"2d2a3c29-90e2-4609-9fc5-242e53bd6314","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"2d2a3c29-90e2-4609-9fc5-242e53bd6314","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"2d2a3c29-90e2-4609-9fc5-242e53bd6314","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.50:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2d2a3c29-90e2-4609-9fc5-242e53bd6314","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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2d2a3c29-90e2-4609-9fc5-242e53bd6314","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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2d2a3c29-90e2-4609-9fc5-242e53bd6314","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/sub-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"2d2a3c29-90e2-4609-9fc5-242e53bd6314","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2d2a3c29-90e2-4609-9fc5-242e53bd6314","config":{"Name":"X-MaaS-Group-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2d2a3c29-90e2-4609-9fc5-242e53bd6314","config":{"Name":"X-MaaS-Username-Token","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"info","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2d2a3c29-90e2-4609-9fc5-242e53bd6314","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2d2a3c29-90e2-4609-9fc5-242e53bd6314","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a54afc16-e7de-4a28-a69d-79001d525a93","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:44978","PortSpecifier":{"PortValue":44978}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"a54afc16-e7de-4a28-a69d-79001d525a93","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a54afc16-e7de-4a28-a69d-79001d525a93","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:44978","PortSpecifier":{"PortValue":44978}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350127,"nanos":474269499},"http":{"id":"a54afc16-e7de-4a28-a69d-79001d525a93","method":"POST","headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"a54afc16-e7de-4a28-a69d-79001d525a93","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"a54afc16-e7de-4a28-a69d-79001d525a93","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"a54afc16-e7de-4a28-a69d-79001d525a93","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.40:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a54afc16-e7de-4a28-a69d-79001d525a93","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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a54afc16-e7de-4a28-a69d-79001d525a93","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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a54afc16-e7de-4a28-a69d-79001d525a93","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-a38db2/sub-test-model-a38db2\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"a54afc16-e7de-4a28-a69d-79001d525a93","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a54afc16-e7de-4a28-a69d-79001d525a93","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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a54afc16-e7de-4a28-a69d-79001d525a93","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-06T15:02:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a54afc16-e7de-4a28-a69d-79001d525a93","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a54afc16-e7de-4a28-a69d-79001d525a93","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c9788bf3-2524-49aa-8731-1fecb42cd328","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:49382","PortSpecifier":{"PortValue":49382}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"c9788bf3-2524-49aa-8731-1fecb42cd328","method":"GET","path":"/maas-api/v1/subscriptions","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c9788bf3-2524-49aa-8731-1fecb42cd328","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:49382","PortSpecifier":{"PortValue":49382}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350127,"nanos":518565822},"http":{"id":"c9788bf3-2524-49aa-8731-1fecb42cd328","method":"GET","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/subscriptions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"c9788bf3-2524-49aa-8731-1fecb42cd328","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1V2tQTmVDiIvT89oL_2uGsEEY0ea8gZLoB4rEGyJgJX67BbPLcLk3BbZtPdIA"} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"c9788bf3-2524-49aa-8731-1fecb42cd328","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-58d9da.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1V2tQTmVDiIvT89oL_2uGsEEY0ea8gZLoB4rEGyJgJX67BbPLcLk3BbZtPdIA\"}"} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"c9788bf3-2524-49aa-8731-1fecb42cd328","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-58d9da.opendatahub.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":"d05b54e6-f030-41d9-ac19-d73ec5707872","keyName":"e2e-sub-iso-54fdd4","subscription":"e2e-a-only-bc3c0a","tenant":"e2e-shared-a-58d9da","userId":"d05b54e6-f030-41d9-ac19-d73ec5707872","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"c9788bf3-2524-49aa-8731-1fecb42cd328","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c9788bf3-2524-49aa-8731-1fecb42cd328","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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c9788bf3-2524-49aa-8731-1fecb42cd328","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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c9788bf3-2524-49aa-8731-1fecb42cd328","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/sub-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c9788bf3-2524-49aa-8731-1fecb42cd328","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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"c9788bf3-2524-49aa-8731-1fecb42cd328","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}}]},"Plain":null},"reason":"no such key: subscription-info"} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c9788bf3-2524-49aa-8731-1fecb42cd328","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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c9788bf3-2524-49aa-8731-1fecb42cd328","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-a-only-bc3c0a"} {"level":"info","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c9788bf3-2524-49aa-8731-1fecb42cd328","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c9788bf3-2524-49aa-8731-1fecb42cd328","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7f5c8017-0196-49ef-bde3-50c9faa5ed53","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:44984","PortSpecifier":{"PortValue":44984}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"7f5c8017-0196-49ef-bde3-50c9faa5ed53","method":"GET","path":"/maas-api/v1/subscriptions","host":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7f5c8017-0196-49ef-bde3-50c9faa5ed53","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:44984","PortSpecifier":{"PortValue":44984}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350127,"nanos":561047825},"http":{"id":"7f5c8017-0196-49ef-bde3-50c9faa5ed53","method":"GET","headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/subscriptions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"7f5c8017-0196-49ef-bde3-50c9faa5ed53","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-u0HnbeSaUAa9MZYN_wsTxWvL1If9Ra8sCtm5AWxYGeYedKEc6VgSCbWI59hR"} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"7f5c8017-0196-49ef-bde3-50c9faa5ed53","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-a38db2.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-u0HnbeSaUAa9MZYN_wsTxWvL1If9Ra8sCtm5AWxYGeYedKEc6VgSCbWI59hR\"}"} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"7f5c8017-0196-49ef-bde3-50c9faa5ed53","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-a38db2.opendatahub.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":"a6511ed6-b408-46bd-a385-09ab9080186a","keyName":"e2e-sub-iso-569a28","subscription":"e2e-b-only-bc3c0a","tenant":"e2e-shared-b-a38db2","userId":"a6511ed6-b408-46bd-a385-09ab9080186a","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"7f5c8017-0196-49ef-bde3-50c9faa5ed53","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7f5c8017-0196-49ef-bde3-50c9faa5ed53","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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7f5c8017-0196-49ef-bde3-50c9faa5ed53","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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7f5c8017-0196-49ef-bde3-50c9faa5ed53","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-a38db2/sub-test-model-a38db2\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"7f5c8017-0196-49ef-bde3-50c9faa5ed53","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: subscription-info"} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7f5c8017-0196-49ef-bde3-50c9faa5ed53","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-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7f5c8017-0196-49ef-bde3-50c9faa5ed53","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-b-only-bc3c0a"} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7f5c8017-0196-49ef-bde3-50c9faa5ed53","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":"info","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7f5c8017-0196-49ef-bde3-50c9faa5ed53","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:02:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7f5c8017-0196-49ef-bde3-50c9faa5ed53","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:02:23Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"22ee148c-e400-44c0-9cb6-b46c9bd47d1d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:53026","PortSpecifier":{"PortValue":53026}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"22ee148c-e400-44c0-9cb6-b46c9bd47d1d","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:02:23Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"22ee148c-e400-44c0-9cb6-b46c9bd47d1d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:53026","PortSpecifier":{"PortValue":53026}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350143,"nanos":988846593},"http":{"id":"22ee148c-e400-44c0-9cb6-b46c9bd47d1d","method":"POST","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:02:23Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"22ee148c-e400-44c0-9cb6-b46c9bd47d1d","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T15:02:23Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"22ee148c-e400-44c0-9cb6-b46c9bd47d1d","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T15:02:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"22ee148c-e400-44c0-9cb6-b46c9bd47d1d","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.50:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:02:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"22ee148c-e400-44c0-9cb6-b46c9bd47d1d","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-06T15:02:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"22ee148c-e400-44c0-9cb6-b46c9bd47d1d","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-06T15:02:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"22ee148c-e400-44c0-9cb6-b46c9bd47d1d","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/sub-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"22ee148c-e400-44c0-9cb6-b46c9bd47d1d","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"22ee148c-e400-44c0-9cb6-b46c9bd47d1d","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-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"22ee148c-e400-44c0-9cb6-b46c9bd47d1d","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-06T15:02:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"22ee148c-e400-44c0-9cb6-b46c9bd47d1d","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"22ee148c-e400-44c0-9cb6-b46c9bd47d1d","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6584b19e-cb67-40fc-a213-60abcf6db4d8","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:47888","PortSpecifier":{"PortValue":47888}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"6584b19e-cb67-40fc-a213-60abcf6db4d8","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6584b19e-cb67-40fc-a213-60abcf6db4d8","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:47888","PortSpecifier":{"PortValue":47888}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350144,"nanos":25009391},"http":{"id":"6584b19e-cb67-40fc-a213-60abcf6db4d8","method":"POST","headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"6584b19e-cb67-40fc-a213-60abcf6db4d8","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"6584b19e-cb67-40fc-a213-60abcf6db4d8","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"6584b19e-cb67-40fc-a213-60abcf6db4d8","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.40:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6584b19e-cb67-40fc-a213-60abcf6db4d8","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-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6584b19e-cb67-40fc-a213-60abcf6db4d8","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-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6584b19e-cb67-40fc-a213-60abcf6db4d8","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-a38db2/sub-test-model-a38db2\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"6584b19e-cb67-40fc-a213-60abcf6db4d8","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6584b19e-cb67-40fc-a213-60abcf6db4d8","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-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6584b19e-cb67-40fc-a213-60abcf6db4d8","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-06T15:02:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6584b19e-cb67-40fc-a213-60abcf6db4d8","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6584b19e-cb67-40fc-a213-60abcf6db4d8","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"08d6bca4-3b8e-4cc2-b101-8cff7da5300a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:53030","PortSpecifier":{"PortValue":53030}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"08d6bca4-3b8e-4cc2-b101-8cff7da5300a","method":"POST","path":"/maas-api/internal/v1/subscriptions/select","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"08d6bca4-3b8e-4cc2-b101-8cff7da5300a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:53030","PortSpecifier":{"PortValue":53030}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350144,"nanos":56822502},"http":{"id":"08d6bca4-3b8e-4cc2-b101-8cff7da5300a","method":"POST","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/internal/v1/subscriptions/select",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"08d6bca4-3b8e-4cc2-b101-8cff7da5300a","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-azZfO9tKhUHlhzha_5H2AaZFAbepvxPar8OzvGrHCa7afZdT3iIHDhTaIqEU"} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"08d6bca4-3b8e-4cc2-b101-8cff7da5300a","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-58d9da.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-azZfO9tKhUHlhzha_5H2AaZFAbepvxPar8OzvGrHCa7afZdT3iIHDhTaIqEU\"}"} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"08d6bca4-3b8e-4cc2-b101-8cff7da5300a","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-58d9da.opendatahub.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":"78bce4c7-26f1-492c-9ced-4ef070feb616","keyName":"e2e-sub-iso-90ca36","subscription":"e2e-shared-sub-16c2e5","tenant":"e2e-shared-a-58d9da","userId":"78bce4c7-26f1-492c-9ced-4ef070feb616","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"08d6bca4-3b8e-4cc2-b101-8cff7da5300a","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"08d6bca4-3b8e-4cc2-b101-8cff7da5300a","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-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"08d6bca4-3b8e-4cc2-b101-8cff7da5300a","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-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"08d6bca4-3b8e-4cc2-b101-8cff7da5300a","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/sub-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"08d6bca4-3b8e-4cc2-b101-8cff7da5300a","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-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"08d6bca4-3b8e-4cc2-b101-8cff7da5300a","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-shared-sub-16c2e5"} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"08d6bca4-3b8e-4cc2-b101-8cff7da5300a","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyId","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}}]},"Plain":null},"reason":"no such key: subscription-info"} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"08d6bca4-3b8e-4cc2-b101-8cff7da5300a","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":"info","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"08d6bca4-3b8e-4cc2-b101-8cff7da5300a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"08d6bca4-3b8e-4cc2-b101-8cff7da5300a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"826f6680-e1e2-4eaf-9522-a81dd387ea62","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:47900","PortSpecifier":{"PortValue":47900}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"826f6680-e1e2-4eaf-9522-a81dd387ea62","method":"POST","path":"/maas-api/internal/v1/subscriptions/select","host":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"826f6680-e1e2-4eaf-9522-a81dd387ea62","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:47900","PortSpecifier":{"PortValue":47900}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350144,"nanos":86877335},"http":{"id":"826f6680-e1e2-4eaf-9522-a81dd387ea62","method":"POST","headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/internal/v1/subscriptions/select",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"826f6680-e1e2-4eaf-9522-a81dd387ea62","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-71wqM80kL5egkA4U_cXeXwWCZ7UXL1fUgg4c5SbI2aqTbOtGTorF7c5wX20v"} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"826f6680-e1e2-4eaf-9522-a81dd387ea62","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-a38db2.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-71wqM80kL5egkA4U_cXeXwWCZ7UXL1fUgg4c5SbI2aqTbOtGTorF7c5wX20v\"}"} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"826f6680-e1e2-4eaf-9522-a81dd387ea62","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-a38db2.opendatahub.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":"2ad4b7a8-bcde-40c1-b44b-44153fb3afe3","keyName":"e2e-sub-iso-35979d","subscription":"e2e-shared-sub-16c2e5","tenant":"e2e-shared-b-a38db2","userId":"2ad4b7a8-bcde-40c1-b44b-44153fb3afe3","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"826f6680-e1e2-4eaf-9522-a81dd387ea62","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"826f6680-e1e2-4eaf-9522-a81dd387ea62","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-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"826f6680-e1e2-4eaf-9522-a81dd387ea62","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-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"826f6680-e1e2-4eaf-9522-a81dd387ea62","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-a38db2/sub-test-model-a38db2\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"826f6680-e1e2-4eaf-9522-a81dd387ea62","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: subscription-info"} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"826f6680-e1e2-4eaf-9522-a81dd387ea62","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-shared-sub-16c2e5"} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"826f6680-e1e2-4eaf-9522-a81dd387ea62","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-06T15:02:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"826f6680-e1e2-4eaf-9522-a81dd387ea62","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":"info","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"826f6680-e1e2-4eaf-9522-a81dd387ea62","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:02:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"826f6680-e1e2-4eaf-9522-a81dd387ea62","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:02:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/824a7293d9613103184915f36eabd372a9e55dca731ea7aec1b85bdc5532cb49"} {"level":"info","ts":"2026-07-06T15:02:29Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/39d679d0c8ff796508c655488bda696bbc3767d971a27ccca4ae4b1e155890b2"} {"level":"info","ts":"2026-07-06T15:02:29Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/759a9c116228e6615d0e7e5c048a219fd9f0229d27fd0c38ed86577d01744103"} {"level":"info","ts":"2026-07-06T15:02:29Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/744ee71f2938063b4937ce09fa3b22dbf4c42027cd59296d25738e21ad404a4f"} {"level":"info","ts":"2026-07-06T15:02:29Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/264ea9a0d5528d6689d6b383788cb42ae93498a6c9b94bc694deca1d10ee7532"} {"level":"info","ts":"2026-07-06T15:02:29Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/bd3c11b9d462e41af800b231d48ff87e93839a790e11fab04c15afe6133a81ee"} {"level":"info","ts":"2026-07-06T15:02:29Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c168bc4f4c87bf7c37050a8f4d3e86ff48f45d282d92434d7e8b7d21378834b4"} {"level":"info","ts":"2026-07-06T15:02:29Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/75b4d9a2e921805e31b1665c32387aa9b8dcf76e03709da512c6ca95867efc29"} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13\": 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-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"} {"level":"error","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568\": 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-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e\": 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-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568"} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e"} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568"} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216"} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216"} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:38Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:38Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216"} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265"} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265"} {"level":"error","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265\": 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-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265"} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c806495d9deadcdadb560619e350ba5160f8f43ad353ca8e8ee5de5473a359d3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c806495d9deadcdadb560619e350ba5160f8f43ad353ca8e8ee5de5473a359d3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c806495d9deadcdadb560619e350ba5160f8f43ad353ca8e8ee5de5473a359d3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c806495d9deadcdadb560619e350ba5160f8f43ad353ca8e8ee5de5473a359d3"} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c806495d9deadcdadb560619e350ba5160f8f43ad353ca8e8ee5de5473a359d3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c806495d9deadcdadb560619e350ba5160f8f43ad353ca8e8ee5de5473a359d3"} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"c806495d9deadcdadb560619e350ba5160f8f43ad353ca8e8ee5de5473a359d3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["c806495d9deadcdadb560619e350ba5160f8f43ad353ca8e8ee5de5473a359d3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"c806495d9deadcdadb560619e350ba5160f8f43ad353ca8e8ee5de5473a359d3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c806495d9deadcdadb560619e350ba5160f8f43ad353ca8e8ee5de5473a359d3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265"} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c806495d9deadcdadb560619e350ba5160f8f43ad353ca8e8ee5de5473a359d3"} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3daf577ac29f03241e4384e404de101ebbf5979af183c8575bb845ffd8742cfc","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3daf577ac29f03241e4384e404de101ebbf5979af183c8575bb845ffd8742cfc","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3daf577ac29f03241e4384e404de101ebbf5979af183c8575bb845ffd8742cfc"} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3daf577ac29f03241e4384e404de101ebbf5979af183c8575bb845ffd8742cfc","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3daf577ac29f03241e4384e404de101ebbf5979af183c8575bb845ffd8742cfc"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64"} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3daf577ac29f03241e4384e404de101ebbf5979af183c8575bb845ffd8742cfc","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3daf577ac29f03241e4384e404de101ebbf5979af183c8575bb845ffd8742cfc"} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c6b82d94e6f02b73337c4cbf9fc55d43b69e79ec778a733759b5a21a4a37969c"} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/daa136ff31dfbb3390586133f7c64fda0de41540a9e4be50aae518d244fc7847"} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3daf577ac29f03241e4384e404de101ebbf5979af183c8575bb845ffd8742cfc","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64"} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3daf577ac29f03241e4384e404de101ebbf5979af183c8575bb845ffd8742cfc"} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/13076344813f2dac5b05f7fe64ab47a7271bf5d1b61b6974a0026e83daaa750b"} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e99d1388dee8ca45326e5b14afe061220c847ac6e9af4324d4a692e9f97f0d02"} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/0bae0d9578ed69514c323da6bbf15f2ba0834b230aa37fe46c7ff4dff50176a5"} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e3e670d6bb8dd911c77aca2db51d63b5af6d82f77d1410b3e55f936a1854a2f1"} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64"} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/958b1a8a443ebfd55b22c17fb64e3cc9d1864d1c7f972215266197fb327edde9"} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3a9559d6b2aed48e384fc30265c58157ba849513d7233052d8304e8d595f7152"} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64"} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:39Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:39Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64"} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9"} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9"} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9"} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9"} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9"} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9"} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9"} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46"} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46"} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46"} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe"} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:56Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe\": 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-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe"} {"level":"debug","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe"} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8193d91c07c3221c254277b148022aa74344857410305fac26f8ec13701a9270","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8193d91c07c3221c254277b148022aa74344857410305fac26f8ec13701a9270","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8193d91c07c3221c254277b148022aa74344857410305fac26f8ec13701a9270","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8193d91c07c3221c254277b148022aa74344857410305fac26f8ec13701a9270","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8193d91c07c3221c254277b148022aa74344857410305fac26f8ec13701a9270"} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8193d91c07c3221c254277b148022aa74344857410305fac26f8ec13701a9270","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8193d91c07c3221c254277b148022aa74344857410305fac26f8ec13701a9270"} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8193d91c07c3221c254277b148022aa74344857410305fac26f8ec13701a9270","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8193d91c07c3221c254277b148022aa74344857410305fac26f8ec13701a9270"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8193d91c07c3221c254277b148022aa74344857410305fac26f8ec13701a9270","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"47352ba113dda694f0b2a8cc3c78c1fe8e9c40bd0ccd4ad44e27ce7d40ddbb64","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"47352ba113dda694f0b2a8cc3c78c1fe8e9c40bd0ccd4ad44e27ce7d40ddbb64","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8193d91c07c3221c254277b148022aa74344857410305fac26f8ec13701a9270","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"47352ba113dda694f0b2a8cc3c78c1fe8e9c40bd0ccd4ad44e27ce7d40ddbb64","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/47352ba113dda694f0b2a8cc3c78c1fe8e9c40bd0ccd4ad44e27ce7d40ddbb64"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"47352ba113dda694f0b2a8cc3c78c1fe8e9c40bd0ccd4ad44e27ce7d40ddbb64","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"47352ba113dda694f0b2a8cc3c78c1fe8e9c40bd0ccd4ad44e27ce7d40ddbb64","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["47352ba113dda694f0b2a8cc3c78c1fe8e9c40bd0ccd4ad44e27ce7d40ddbb64"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8193d91c07c3221c254277b148022aa74344857410305fac26f8ec13701a9270"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"47352ba113dda694f0b2a8cc3c78c1fe8e9c40bd0ccd4ad44e27ce7d40ddbb64","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"47352ba113dda694f0b2a8cc3c78c1fe8e9c40bd0ccd4ad44e27ce7d40ddbb64","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["47352ba113dda694f0b2a8cc3c78c1fe8e9c40bd0ccd4ad44e27ce7d40ddbb64"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"47352ba113dda694f0b2a8cc3c78c1fe8e9c40bd0ccd4ad44e27ce7d40ddbb64","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"47352ba113dda694f0b2a8cc3c78c1fe8e9c40bd0ccd4ad44e27ce7d40ddbb64\": 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-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"47352ba113dda694f0b2a8cc3c78c1fe8e9c40bd0ccd4ad44e27ce7d40ddbb64","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"47352ba113dda694f0b2a8cc3c78c1fe8e9c40bd0ccd4ad44e27ce7d40ddbb64","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/47352ba113dda694f0b2a8cc3c78c1fe8e9c40bd0ccd4ad44e27ce7d40ddbb64"} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94"} {"level":"error","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94\": 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-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94"} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b\": 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-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d"} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d"} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:02:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:02:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64"} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b"} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b"} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b"} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b"} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b"} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d"} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d"} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d"} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"b5356fbeb661c5febe6be9580b2da6ce9450f413adc4fd00f4d131f5dd4186dc","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/b5356fbeb661c5febe6be9580b2da6ce9450f413adc4fd00f4d131f5dd4186dc"} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216"} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216"} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:03:19Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216"} {"level":"info","ts":"2026-07-06T15:03:19Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46"} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46"} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"47352ba113dda694f0b2a8cc3c78c1fe8e9c40bd0ccd4ad44e27ce7d40ddbb64","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46"} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/47352ba113dda694f0b2a8cc3c78c1fe8e9c40bd0ccd4ad44e27ce7d40ddbb64"} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3daf577ac29f03241e4384e404de101ebbf5979af183c8575bb845ffd8742cfc","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3daf577ac29f03241e4384e404de101ebbf5979af183c8575bb845ffd8742cfc"} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265"} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265"} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265"} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9"} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe"} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568"} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe"} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8193d91c07c3221c254277b148022aa74344857410305fac26f8ec13701a9270","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"c806495d9deadcdadb560619e350ba5160f8f43ad353ca8e8ee5de5473a359d3","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-07-06T15:03:20Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":4,"numResponseItems":6,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e"} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8193d91c07c3221c254277b148022aa74344857410305fac26f8ec13701a9270"} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"} {"level":"debug","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe"} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/c806495d9deadcdadb560619e350ba5160f8f43ad353ca8e8ee5de5473a359d3"} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"} {"level":"info","ts":"2026-07-06T15:03:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94"} {"level":"info","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d193c774-9170-4a34-8593-2368bf8aad57","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:34166","PortSpecifier":{"PortValue":34166}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"d193c774-9170-4a34-8593-2368bf8aad57","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d193c774-9170-4a34-8593-2368bf8aad57","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:34166","PortSpecifier":{"PortValue":34166}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350202,"nanos":522708863},"http":{"id":"d193c774-9170-4a34-8593-2368bf8aad57","method":"POST","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"d193c774-9170-4a34-8593-2368bf8aad57","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"d193c774-9170-4a34-8593-2368bf8aad57","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"d193c774-9170-4a34-8593-2368bf8aad57","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.50:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d193c774-9170-4a34-8593-2368bf8aad57","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-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d193c774-9170-4a34-8593-2368bf8aad57","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-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d193c774-9170-4a34-8593-2368bf8aad57","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"d193c774-9170-4a34-8593-2368bf8aad57","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d193c774-9170-4a34-8593-2368bf8aad57","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-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d193c774-9170-4a34-8593-2368bf8aad57","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-06T15:03:22Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d193c774-9170-4a34-8593-2368bf8aad57","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d193c774-9170-4a34-8593-2368bf8aad57","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"70ffe3e2-522f-47c5-9817-629779e877a4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:33030","PortSpecifier":{"PortValue":33030}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"70ffe3e2-522f-47c5-9817-629779e877a4","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"70ffe3e2-522f-47c5-9817-629779e877a4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:33030","PortSpecifier":{"PortValue":33030}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350202,"nanos":592945172},"http":{"id":"70ffe3e2-522f-47c5-9817-629779e877a4","method":"POST","headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"70ffe3e2-522f-47c5-9817-629779e877a4","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"70ffe3e2-522f-47c5-9817-629779e877a4","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"70ffe3e2-522f-47c5-9817-629779e877a4","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.40:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"70ffe3e2-522f-47c5-9817-629779e877a4","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-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"70ffe3e2-522f-47c5-9817-629779e877a4","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-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"70ffe3e2-522f-47c5-9817-629779e877a4","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-a38db2/rate-test-model-a38db2\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"70ffe3e2-522f-47c5-9817-629779e877a4","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups_str","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"70ffe3e2-522f-47c5-9817-629779e877a4","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-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"70ffe3e2-522f-47c5-9817-629779e877a4","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-06T15:03:22Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"70ffe3e2-522f-47c5-9817-629779e877a4","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"70ffe3e2-522f-47c5-9817-629779e877a4","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:34172","PortSpecifier":{"PortValue":34172}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","method":"POST","path":"/ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da/v1/completions","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:34172","PortSpecifier":{"PortValue":34172}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350202,"nanos":641625480},"http":{"id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","method":"POST","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-ZuMFXCnG4Z3A9I7n_9uM0zLQ59aOEGpsQrygoCXAxWnzxk4CvUjiOnWjrpJf"} {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-58d9da.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-ZuMFXCnG4Z3A9I7n_9uM0zLQ59aOEGpsQrygoCXAxWnzxk4CvUjiOnWjrpJf\"}"} {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","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-58d9da.opendatahub.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":"56ea64cb-46f9-4deb-9a0d-c35e5c297b11","keyName":"e2e-rate-a-850442","subscription":"e2e-rate-iso-a-850442","tenant":"e2e-shared-a-58d9da","userId":"56ea64cb-46f9-4deb-9a0d-c35e5c297b11","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-58d9da.opendatahub.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-58d9da/rate-test-model-58d9da\",\"requestedSubscription\":\"e2e-rate-iso-a-850442\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","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-58d9da.opendatahub.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-58d9da","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-850442","namespace":"ai-tenant-e2e-shared-a-58d9da","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","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-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","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-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","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-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","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-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","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-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","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-850442"} {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"subscription_error","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":"56ea64cb-46f9-4deb-9a0d-c35e5c297b11","keyName":"e2e-rate-a-850442","selected_subscription":"e2e-rate-iso-a-850442","selected_subscription_key":"ai-tenant-e2e-shared-a-58d9da/e2e-rate-iso-a-850442@ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-58d9da","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-850442","namespace":"ai-tenant-e2e-shared-a-58d9da","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:03:22Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5263e5a7-e223-4409-bd2c-d1ea583a1c08","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:03:23Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"84135227-0767-4ca2-956c-2fdf33ba764f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:34174","PortSpecifier":{"PortValue":34174}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"84135227-0767-4ca2-956c-2fdf33ba764f","method":"POST","path":"/ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da/v1/completions","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:03:23Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"84135227-0767-4ca2-956c-2fdf33ba764f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:34174","PortSpecifier":{"PortValue":34174}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350203,"nanos":695724605},"http":{"id":"84135227-0767-4ca2-956c-2fdf33ba764f","method":"POST","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:03:23Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"84135227-0767-4ca2-956c-2fdf33ba764f","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-ZuMFXCnG4Z3A9I7n_9uM0zLQ59aOEGpsQrygoCXAxWnzxk4CvUjiOnWjrpJf"} {"level":"debug","ts":"2026-07-06T15:03:23Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"84135227-0767-4ca2-956c-2fdf33ba764f","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-58d9da.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-ZuMFXCnG4Z3A9I7n_9uM0zLQ59aOEGpsQrygoCXAxWnzxk4CvUjiOnWjrpJf\"}"} {"level":"debug","ts":"2026-07-06T15:03:23Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"84135227-0767-4ca2-956c-2fdf33ba764f","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-58d9da.opendatahub.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":"56ea64cb-46f9-4deb-9a0d-c35e5c297b11","keyName":"e2e-rate-a-850442","subscription":"e2e-rate-iso-a-850442","tenant":"e2e-shared-a-58d9da","userId":"56ea64cb-46f9-4deb-9a0d-c35e5c297b11","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-06T15:03:23Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"84135227-0767-4ca2-956c-2fdf33ba764f","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-58d9da.opendatahub.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-58d9da/rate-test-model-58d9da\",\"requestedSubscription\":\"e2e-rate-iso-a-850442\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-06T15:03:23Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"84135227-0767-4ca2-956c-2fdf33ba764f","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-58d9da.opendatahub.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-58d9da","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-850442","namespace":"ai-tenant-e2e-shared-a-58d9da","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-06T15:03:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"84135227-0767-4ca2-956c-2fdf33ba764f","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:03:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"84135227-0767-4ca2-956c-2fdf33ba764f","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-06T15:03:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"84135227-0767-4ca2-956c-2fdf33ba764f","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-06T15:03:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"84135227-0767-4ca2-956c-2fdf33ba764f","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-06T15:03:23Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"84135227-0767-4ca2-956c-2fdf33ba764f","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:03:23Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"84135227-0767-4ca2-956c-2fdf33ba764f","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-06T15:03:23Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"84135227-0767-4ca2-956c-2fdf33ba764f","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-06T15:03:23Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"84135227-0767-4ca2-956c-2fdf33ba764f","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-850442"} {"level":"debug","ts":"2026-07-06T15:03:23Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"84135227-0767-4ca2-956c-2fdf33ba764f","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"subscription_error","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":"56ea64cb-46f9-4deb-9a0d-c35e5c297b11","keyName":"e2e-rate-a-850442","selected_subscription":"e2e-rate-iso-a-850442","selected_subscription_key":"ai-tenant-e2e-shared-a-58d9da/e2e-rate-iso-a-850442@ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-58d9da","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-850442","namespace":"ai-tenant-e2e-shared-a-58d9da","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-06T15:03:23Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"84135227-0767-4ca2-956c-2fdf33ba764f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:03:23Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"84135227-0767-4ca2-956c-2fdf33ba764f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:03:24Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e05287cf-83dd-4f83-95a5-7d2de2428114","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:34184","PortSpecifier":{"PortValue":34184}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"e05287cf-83dd-4f83-95a5-7d2de2428114","method":"POST","path":"/ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da/v1/completions","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:03:24Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e05287cf-83dd-4f83-95a5-7d2de2428114","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:34184","PortSpecifier":{"PortValue":34184}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350204,"nanos":729451083},"http":{"id":"e05287cf-83dd-4f83-95a5-7d2de2428114","method":"POST","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:03:24Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"e05287cf-83dd-4f83-95a5-7d2de2428114","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-ZuMFXCnG4Z3A9I7n_9uM0zLQ59aOEGpsQrygoCXAxWnzxk4CvUjiOnWjrpJf"} {"level":"debug","ts":"2026-07-06T15:03:24Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"e05287cf-83dd-4f83-95a5-7d2de2428114","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-58d9da.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-ZuMFXCnG4Z3A9I7n_9uM0zLQ59aOEGpsQrygoCXAxWnzxk4CvUjiOnWjrpJf\"}"} {"level":"debug","ts":"2026-07-06T15:03:24Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"e05287cf-83dd-4f83-95a5-7d2de2428114","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-58d9da.opendatahub.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":"56ea64cb-46f9-4deb-9a0d-c35e5c297b11","keyName":"e2e-rate-a-850442","subscription":"e2e-rate-iso-a-850442","tenant":"e2e-shared-a-58d9da","userId":"56ea64cb-46f9-4deb-9a0d-c35e5c297b11","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-06T15:03:24Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"e05287cf-83dd-4f83-95a5-7d2de2428114","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-58d9da.opendatahub.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-58d9da/rate-test-model-58d9da\",\"requestedSubscription\":\"e2e-rate-iso-a-850442\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-06T15:03:24Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"e05287cf-83dd-4f83-95a5-7d2de2428114","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-58d9da.opendatahub.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-58d9da","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-850442","namespace":"ai-tenant-e2e-shared-a-58d9da","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-06T15:03:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"e05287cf-83dd-4f83-95a5-7d2de2428114","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:03:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e05287cf-83dd-4f83-95a5-7d2de2428114","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-06T15:03:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e05287cf-83dd-4f83-95a5-7d2de2428114","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-06T15:03:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e05287cf-83dd-4f83-95a5-7d2de2428114","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-06T15:03:24Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e05287cf-83dd-4f83-95a5-7d2de2428114","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:03:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e05287cf-83dd-4f83-95a5-7d2de2428114","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-06T15:03:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e05287cf-83dd-4f83-95a5-7d2de2428114","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-06T15:03:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e05287cf-83dd-4f83-95a5-7d2de2428114","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-850442"} {"level":"debug","ts":"2026-07-06T15:03:24Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e05287cf-83dd-4f83-95a5-7d2de2428114","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"subscription_error","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":"56ea64cb-46f9-4deb-9a0d-c35e5c297b11","keyName":"e2e-rate-a-850442","selected_subscription":"e2e-rate-iso-a-850442","selected_subscription_key":"ai-tenant-e2e-shared-a-58d9da/e2e-rate-iso-a-850442@ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-58d9da","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-850442","namespace":"ai-tenant-e2e-shared-a-58d9da","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-06T15:03:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e05287cf-83dd-4f83-95a5-7d2de2428114","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:03:24Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e05287cf-83dd-4f83-95a5-7d2de2428114","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"de950ce8-4aa0-42b9-8a64-6744cc64aea7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:48520","PortSpecifier":{"PortValue":48520}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"de950ce8-4aa0-42b9-8a64-6744cc64aea7","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"de950ce8-4aa0-42b9-8a64-6744cc64aea7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:48520","PortSpecifier":{"PortValue":48520}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350217,"nanos":599858672},"http":{"id":"de950ce8-4aa0-42b9-8a64-6744cc64aea7","method":"POST","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"de950ce8-4aa0-42b9-8a64-6744cc64aea7","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"de950ce8-4aa0-42b9-8a64-6744cc64aea7","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"de950ce8-4aa0-42b9-8a64-6744cc64aea7","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.50:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"de950ce8-4aa0-42b9-8a64-6744cc64aea7","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-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"de950ce8-4aa0-42b9-8a64-6744cc64aea7","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-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"de950ce8-4aa0-42b9-8a64-6744cc64aea7","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"de950ce8-4aa0-42b9-8a64-6744cc64aea7","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyId","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"de950ce8-4aa0-42b9-8a64-6744cc64aea7","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-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"de950ce8-4aa0-42b9-8a64-6744cc64aea7","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-06T15:03:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"de950ce8-4aa0-42b9-8a64-6744cc64aea7","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"de950ce8-4aa0-42b9-8a64-6744cc64aea7","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f2670615-78b5-4e54-857a-9e6f39f6b16f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:51502","PortSpecifier":{"PortValue":51502}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"f2670615-78b5-4e54-857a-9e6f39f6b16f","method":"POST","path":"/maas-api/v1/api-keys","host":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f2670615-78b5-4e54-857a-9e6f39f6b16f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:51502","PortSpecifier":{"PortValue":51502}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350217,"nanos":640774557},"http":{"id":"f2670615-78b5-4e54-857a-9e6f39f6b16f","method":"POST","headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"f2670615-78b5-4e54-857a-9e6f39f6b16f","tokenreview":{"name":""}} {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"f2670615-78b5-4e54-857a-9e6f39f6b16f","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":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"]}} {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"f2670615-78b5-4e54-857a-9e6f39f6b16f","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/660a8cd1316e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=e4180886-4eb6-401c-8952-86cfe203faad"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"86864b3f-dd52-4f5b-94b4-92322cc97d1f","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.133.0.40:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.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-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f2670615-78b5-4e54-857a-9e6f39f6b16f","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-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f2670615-78b5-4e54-857a-9e6f39f6b16f","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-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f2670615-78b5-4e54-857a-9e6f39f6b16f","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-a38db2/rate-test-model-a38db2\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"f2670615-78b5-4e54-857a-9e6f39f6b16f","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_info","Value":{}},{"Name":"keyId","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"groups_str","Value":{}}]},"Plain":null},"reason":"no such key: metadata"} {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f2670615-78b5-4e54-857a-9e6f39f6b16f","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-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f2670615-78b5-4e54-857a-9e6f39f6b16f","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-06T15:03:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f2670615-78b5-4e54-857a-9e6f39f6b16f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f2670615-78b5-4e54-857a-9e6f39f6b16f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:48528","PortSpecifier":{"PortValue":48528}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","method":"POST","path":"/ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da/v1/completions","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:48528","PortSpecifier":{"PortValue":48528}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350217,"nanos":683478931},"http":{"id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","method":"POST","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1LyYVvrybNay2Admz_YMJom87OxSvmtvI4oDRwd7GDRN7Wusxyga1SSdAjk1B"} {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-58d9da.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1LyYVvrybNay2Admz_YMJom87OxSvmtvI4oDRwd7GDRN7Wusxyga1SSdAjk1B\"}"} {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","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-58d9da.opendatahub.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":"158837ba-045d-4842-9287-bbae37caca58","keyName":"e2e-rate-a-d2d916","subscription":"e2e-rate-iso-a-d2d916","tenant":"e2e-shared-a-58d9da","userId":"158837ba-045d-4842-9287-bbae37caca58","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-58d9da.opendatahub.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-58d9da/rate-test-model-58d9da\",\"requestedSubscription\":\"e2e-rate-iso-a-d2d916\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","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-58d9da.opendatahub.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-58d9da","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-d2d916","namespace":"ai-tenant-e2e-shared-a-58d9da","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","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-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","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-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","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-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","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-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","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-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","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-d2d916"} {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"subscription_error","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":"158837ba-045d-4842-9287-bbae37caca58","keyName":"e2e-rate-a-d2d916","selected_subscription":"e2e-rate-iso-a-d2d916","selected_subscription_key":"ai-tenant-e2e-shared-a-58d9da/e2e-rate-iso-a-d2d916@ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-58d9da","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-d2d916","namespace":"ai-tenant-e2e-shared-a-58d9da","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:03:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f402900e-ef10-4ee9-9895-7cbe9c81a3a5","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:03:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:48542","PortSpecifier":{"PortValue":48542}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","method":"POST","path":"/ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da/v1/completions","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:03:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:48542","PortSpecifier":{"PortValue":48542}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350218,"nanos":719512642},"http":{"id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","method":"POST","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:03:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1LyYVvrybNay2Admz_YMJom87OxSvmtvI4oDRwd7GDRN7Wusxyga1SSdAjk1B"} {"level":"debug","ts":"2026-07-06T15:03:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-58d9da.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1LyYVvrybNay2Admz_YMJom87OxSvmtvI4oDRwd7GDRN7Wusxyga1SSdAjk1B\"}"} {"level":"debug","ts":"2026-07-06T15:03:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","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-58d9da.opendatahub.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":"158837ba-045d-4842-9287-bbae37caca58","keyName":"e2e-rate-a-d2d916","subscription":"e2e-rate-iso-a-d2d916","tenant":"e2e-shared-a-58d9da","userId":"158837ba-045d-4842-9287-bbae37caca58","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-06T15:03:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-58d9da.opendatahub.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-58d9da/rate-test-model-58d9da\",\"requestedSubscription\":\"e2e-rate-iso-a-d2d916\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-06T15:03:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","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-58d9da.opendatahub.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-58d9da","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-d2d916","namespace":"ai-tenant-e2e-shared-a-58d9da","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-06T15:03:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:03:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","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-06T15:03:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","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-06T15:03:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","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-06T15:03:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:03:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","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-06T15:03:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","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-06T15:03:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","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-d2d916"} {"level":"debug","ts":"2026-07-06T15:03:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"subscription_error","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":"158837ba-045d-4842-9287-bbae37caca58","keyName":"e2e-rate-a-d2d916","selected_subscription":"e2e-rate-iso-a-d2d916","selected_subscription_key":"ai-tenant-e2e-shared-a-58d9da/e2e-rate-iso-a-d2d916@ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-58d9da","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-d2d916","namespace":"ai-tenant-e2e-shared-a-58d9da","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-06T15:03:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:03:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"97ea9733-7b4a-471b-8847-e50633dd4d7b","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5d321680-b8c9-4991-b959-b32f6b367861","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:48552","PortSpecifier":{"PortValue":48552}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"5d321680-b8c9-4991-b959-b32f6b367861","method":"POST","path":"/ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da/v1/completions","host":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5d321680-b8c9-4991-b959-b32f6b367861","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:48552","PortSpecifier":{"PortValue":48552}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.50:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350219,"nanos":755403655},"http":{"id":"5d321680-b8c9-4991-b959-b32f6b367861","method":"POST","headers":{":authority":"e2e-shared-a-58d9da.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"5d321680-b8c9-4991-b959-b32f6b367861","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1LyYVvrybNay2Admz_YMJom87OxSvmtvI4oDRwd7GDRN7Wusxyga1SSdAjk1B"} {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"5d321680-b8c9-4991-b959-b32f6b367861","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-a-58d9da.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1LyYVvrybNay2Admz_YMJom87OxSvmtvI4oDRwd7GDRN7Wusxyga1SSdAjk1B\"}"} {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"5d321680-b8c9-4991-b959-b32f6b367861","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-58d9da.opendatahub.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":"158837ba-045d-4842-9287-bbae37caca58","keyName":"e2e-rate-a-d2d916","subscription":"e2e-rate-iso-a-d2d916","tenant":"e2e-shared-a-58d9da","userId":"158837ba-045d-4842-9287-bbae37caca58","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"5d321680-b8c9-4991-b959-b32f6b367861","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-a-58d9da.opendatahub.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-58d9da/rate-test-model-58d9da\",\"requestedSubscription\":\"e2e-rate-iso-a-d2d916\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"5d321680-b8c9-4991-b959-b32f6b367861","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-58d9da.opendatahub.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-58d9da","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-d2d916","namespace":"ai-tenant-e2e-shared-a-58d9da","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"5d321680-b8c9-4991-b959-b32f6b367861","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5d321680-b8c9-4991-b959-b32f6b367861","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-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5d321680-b8c9-4991-b959-b32f6b367861","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-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5d321680-b8c9-4991-b959-b32f6b367861","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-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5d321680-b8c9-4991-b959-b32f6b367861","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5d321680-b8c9-4991-b959-b32f6b367861","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-d2d916"} {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5d321680-b8c9-4991-b959-b32f6b367861","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-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5d321680-b8c9-4991-b959-b32f6b367861","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-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5d321680-b8c9-4991-b959-b32f6b367861","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyName","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"subscription_error","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":"158837ba-045d-4842-9287-bbae37caca58","keyName":"e2e-rate-a-d2d916","selected_subscription":"e2e-rate-iso-a-d2d916","selected_subscription_key":"ai-tenant-e2e-shared-a-58d9da/e2e-rate-iso-a-d2d916@ai-tenant-e2e-shared-a-58d9da/rate-test-model-58d9da","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-58d9da","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-rate-iso-a-d2d916","namespace":"ai-tenant-e2e-shared-a-58d9da","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5d321680-b8c9-4991-b959-b32f6b367861","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5d321680-b8c9-4991-b959-b32f6b367861","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:51512","PortSpecifier":{"PortValue":51512}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","method":"POST","path":"/ai-tenant-e2e-shared-b-a38db2/rate-test-model-a38db2/v1/completions","host":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.10:51512","PortSpecifier":{"PortValue":51512}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.40:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1783350219,"nanos":787995935},"http":{"id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","method":"POST","headers":{":authority":"e2e-shared-b-a38db2.apps.61c02fd3-bf44-4e18-93d2-660a8cd1316e.prod.konfluxeaas.com",":method":"POST",":path":"/ai-tenant-e2e-shared-b-a38db2/rate-test-model-a38db2/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-twQmwBiuo3Z0qGbD_nPMC642NNd0msrwciLQYLZjn9O2jyDsvin5SwkzW73n"} {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","config":"apiKeyValidation","method":"POST","url":"https://maas-api-e2e-shared-b-a38db2.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-twQmwBiuo3Z0qGbD_nPMC642NNd0msrwciLQYLZjn9O2jyDsvin5SwkzW73n\"}"} {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","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-a38db2.opendatahub.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":"4cb567c9-78cf-4e83-a134-da4379ed9500","keyName":"e2e-rate-b-d2d916","subscription":"e2e-rate-iso-b-d2d916","tenant":"e2e-shared-b-a38db2","userId":"4cb567c9-78cf-4e83-a134-da4379ed9500","username":"system:serviceaccount:default:tester-regular-user","valid":true}} {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","config":"subscription-info","method":"POST","url":"https://maas-api-e2e-shared-b-a38db2.opendatahub.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-a38db2/rate-test-model-a38db2\",\"requestedSubscription\":\"e2e-rate-iso-b-d2d916\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","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-a38db2.opendatahub.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-a38db2","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-d2d916","namespace":"ai-tenant-e2e-shared-b-a38db2","phase":"Active","ready":true}} {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","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-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","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-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\nmodel_access := {\"ai-tenant-e2e-shared-b-a38db2/rate-test-model-a38db2\":{\"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\nraw_header_model_identity := object.get(request_headers, \"x-gateway-model-name\", \"\")\n\nheader_model_identity := sprintf(\"%s/%s\", [split(raw_header_model_identity, \"/\")[1], split(raw_header_model_identity, \"/\")[3]]) {\n\tstartswith(raw_header_model_identity, \"publishers/\")\n} else := raw_header_model_identity\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-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","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-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","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-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","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-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","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-d2d916"} {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{}},{"Name":"keyName","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","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":"4cb567c9-78cf-4e83-a134-da4379ed9500","keyName":"e2e-rate-b-d2d916","selected_subscription":"e2e-rate-iso-b-d2d916","selected_subscription_key":"ai-tenant-e2e-shared-b-a38db2/e2e-rate-iso-b-d2d916@ai-tenant-e2e-shared-b-a38db2/rate-test-model-a38db2","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"rate-test-model-a38db2","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"e2e-rate-iso-b-d2d916","namespace":"ai-tenant-e2e-shared-b-a38db2","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-07-06T15:03:39Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7aee90c4-6fe8-4405-b95c-3846ff202d12","authorized":true,"response":"OK"} {"level":"info","ts":"2026-07-06T15:03:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/65761ec79f74552af5a93e939485de009eebe85ad91d20c99ca28144b31a7bf9"} {"level":"info","ts":"2026-07-06T15:03:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/03eed754dfeb501ae29b8dd15f5c666032b3965f508b683d5a864e692794d568"} {"level":"info","ts":"2026-07-06T15:03:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/45b1d07abab4030fd9b336f04a5c404c6e934adc545d9747c80d00229bf1f216"} {"level":"info","ts":"2026-07-06T15:03:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2f7d55af837a6b3439e3816e1fe8b1333e97587d825d357dfeb2a21f322c1fbe"} {"level":"info","ts":"2026-07-06T15:03:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/be1a6622dc05fb54f930e3ef2778e99d1572b7fe0da37e52b9520dfcb1764e94"} {"level":"info","ts":"2026-07-06T15:03:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/4867bb7b4687a0e9542243d92783a4468429aeb0e0d42fff9c6c6b8e90b3ab46"} {"level":"info","ts":"2026-07-06T15:03:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d89e62523047c8de2a21b39bef09c6b42d46fdabf5936c0e1b7c3da42228293b"} {"level":"info","ts":"2026-07-06T15:03:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/f2d2fb202a7f951efc70f8836f5a076f80492cfa4bf8e12c550671f9cf35d265"} {"level":"info","ts":"2026-07-06T15:03:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c806495d9deadcdadb560619e350ba5160f8f43ad353ca8e8ee5de5473a359d3"} {"level":"info","ts":"2026-07-06T15:03:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/5a3a0a273374bec39e67de8503e0adc0d4a2b57c88dc6673d6e32a9debb3350d"} {"level":"info","ts":"2026-07-06T15:03:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/a6128f37c14c73430cb41db4558a9d5c563e6d5760ca26e95ce7ed06a7515e13"} {"level":"info","ts":"2026-07-06T15:03:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/ae294c10f46d5752635df9eab0406a29d9243c0ddfb307893b1de5d46a16b5e4"} {"level":"info","ts":"2026-07-06T15:03:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/8193d91c07c3221c254277b148022aa74344857410305fac26f8ec13701a9270"} {"level":"info","ts":"2026-07-06T15:03:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/e6a39ef337bbf5040e1c4e931fa75af65fe49c21a15cb6f812ae4d3dbc868a64"} {"level":"info","ts":"2026-07-06T15:03:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/c0cfd81add98dea6beac6b41e6aacac9d99fc0848e34e396bc2edd9f48653e9e"} {"level":"info","ts":"2026-07-06T15:03:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/47352ba113dda694f0b2a8cc3c78c1fe8e9c40bd0ccd4ad44e27ce7d40ddbb64"} {"level":"info","ts":"2026-07-06T15:03:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/5a284a44deeddd56c601b61b585610a2dec9c7d4cac2c8a582715e544705427b"} {"level":"info","ts":"2026-07-06T15:03:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3daf577ac29f03241e4384e404de101ebbf5979af183c8575bb845ffd8742cfc"} {"level":"info","ts":"2026-07-06T15:04:11Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/06459a02025a6dcf8345b49a4de5ab09b224f0523285a6efaa25d70dab56a5b3"} {"level":"info","ts":"2026-07-06T15:04:12Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/b5356fbeb661c5febe6be9580b2da6ce9450f413adc4fd00f4d131f5dd4186dc"}